Open in app

Sign In

Write

Sign In

Parathan Thiyagalingam
Parathan Thiyagalingam

198 Followers

Home

About

Published in Towards Dev

·Feb 27

Send Queue Messages in AWS SQS using Node JS to build a micro-service application

Hi there, AWS is one of cloud computing platform that offers a variety of cloud computing services to developers and companies to build their application faster. Following are few services offered by AWS: Computing (EC2) Storage Databases Analytics Machine Learning Networking Security To get the AWS services, AWS offers both…

AWS

6 min read

Send Queue Messages in AWS SQS using Node JS to build a micro-service application
Send Queue Messages in AWS SQS using Node JS to build a micro-service application
AWS

6 min read


Dec 29, 2022

Callback Function in JavaScript

As a JavaScript developer, every developers should know about What is a callback function is, Why it is there and what are the pros and cons of using it. In this short article I am going to discuss about those things. What is a Callback function? A callback function is a function passed into another…

Programming

3 min read

Callback Function in JavaScript
Callback Function in JavaScript
Programming

3 min read


Nov 6, 2022

Wrapper Classes in Java — How they Work with Examples

In Java, we have primitive data types such as long, short, Boolean, int, float and so on. You can use wrapper classes to convert primitive data types to objects like this: public static void Calculation() { int a = 2; Integer obj = new Integer(a); System.out.println(obj.toString()); } In this code…

Java

3 min read

Wrapper Classes in Java — How they Work with Examples
Wrapper Classes in Java — How they Work with Examples
Java

3 min read


Jun 28, 2022

Deploying a static React application to Amazon S3 using GitHub Actions

Amazon Web Services provides scalable, reliable, and low-cost cloud infrastructure. The most commonly used storage services in AWS is S3 (Simple Storage Service). This service enables users to store and retrieve data at any time. In S3, the place where we store our data into Buckets (here we don’t use…

AWS

7 min read

Deploying a static React application to Amazon S3 using GitHub Actions
Deploying a static React application to Amazon S3 using GitHub Actions
AWS

7 min read


Mar 21, 2022

How to install python2 and pip on Ubuntu 20.04

Why to install Python2 Most of the applications are now shifted to Python3 and becoming re-written source code. But somehow, some of the not evolving scripts which were written on Python2 needs to be executed with the help of Python2. To install Python2 sudo apt install python-minimal The above command will download the Python2 last version (2.7.15). …

Software Engineering

1 min read

How to install python2 and pip on Ubuntu 20.04
How to install python2 and pip on Ubuntu 20.04
Software Engineering

1 min read


Jan 1, 2022

Update all node dependencies to their latest version without updating one by one

This process will sometimes trouble you at some point. Because software maintenance & upgrade will cost a lot; unless we are aware of what we are doing. In this post, I wanted to bookmark myself the process of updating all node dependencies in the package.json …

Nodejs

2 min read

Update all node dependencies to their latest version without updating one by one
Update all node dependencies to their latest version without updating one by one
Nodejs

2 min read


Apr 11, 2021

ACID Properties in RDBMS

Relational Database Management System is working under main properties. Those properties abbreviated term is called as ACID. Before or after a transactions happen in a database, these 4 properties will be followed to maintain the integrity of a database management system. Atomicity: A transaction must be atomic. Transaction should happen…

Database

3 min read

Database

3 min read


Dec 10, 2020

The difference between Module, Package and Library in Python

I started learning Python a year back and implemented some simple scripts to automate some manual tasks. E.g: Read CSV files and analyzing Download YouTube videos by giving the link Updating Webpages through Rest API So, while implementing all theses I have gone through the keywords like Module, Package and…

Software Development

3 min read

The difference between Module, Package and Library in Python
The difference between Module, Package and Library in Python
Software Development

3 min read


Oct 30, 2020

Design Patterns — Zero to Hero — Decorator Pattern

In the last article we explored about Abstract Factory Pattern. In this article we are going to learn about a new Decorator Pattern which is belongs to Structural Design Pattern. The Decorator Pattern allows users to add new functionalities to an existing object without making any changes to previously written…

Design Patterns

4 min read

Design Patterns — Zero to Hero — Decorator Pattern
Design Patterns — Zero to Hero — Decorator Pattern
Design Patterns

4 min read


Jul 1, 2020

Design Patterns — Zero to Hero — Abstract Factory Pattern

The Abstract Factory is called a factory of factories. In the previous article, we have seen the Simple Factory and Factory Method patterns. This patter too comes under the Creational Pattern category. This provides one of the best ways to create an object. Abstract Factory relies on object composition. Object…

Software Development

3 min read

Design Patterns — Zero to Hero — Abstract Factory Pattern
Design Patterns — Zero to Hero — Abstract Factory Pattern
Software Development

3 min read

Parathan Thiyagalingam

Parathan Thiyagalingam

198 Followers

A passionate in Tech https://www.linkedin.com/in/parathantl

Following
  • Fabio Chiusano

    Fabio Chiusano

  • Soma

    Soma

  • Netflix Technology Blog

    Netflix Technology Blog

  • Manusha Chethiyawardhana

    Manusha Chethiyawardhana

  • Chameera Dulanga

    Chameera Dulanga

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech