Open in app

Sign In

Write

Sign In

Kanchana Ranmuthu
Kanchana Ranmuthu

198 Followers

Home

About

Mar 27

Creating Robust REST APIs: Best Practices and Conventions

REST (Representational State Transfer) is a popular architectural style for building web APIs. REST APIs provide a simple and efficient way for clients to communicate with servers over the web. However, building a high-quality REST API requires careful attention to design principles and best practices. …

Rest

3 min read

Creating Robust REST APIs: Best Practices and Conventions
Creating Robust REST APIs: Best Practices and Conventions
Rest

3 min read


Published in

JavaScript in Plain English

·Apr 26, 2022

How to Easily Share Data Between Two Angular Components

Pass data between two components using RxJS Subject — When it comes to Angular component communication, the first thing that comes into mind is parent-to-child communication via @Input() decorator and child-to-parent communication via @Output() decorator. That isn’t the only technique to communicate data between components. Here we are going to use RxJS Subject to pass data between two components…

Angular

3 min read

How to Easily Share Data Between Two Angular Components
How to Easily Share Data Between Two Angular Components
Angular

3 min read


Apr 24, 2022

Deploying a Node.js app on Heroku within Minutes

Heroku is a cloud platform as a service (PaaS) that supports deploying and running applications in the cloud. It supports multiple languages such as Java, Python, Node.js, Go, PHP, etc. Here, our goal is to build and deploy a simple Node.js application in Heroku. …

Nodejs

3 min read

Deploying a Node.js app on Heroku within Minutes
Deploying a Node.js app on Heroku within Minutes
Nodejs

3 min read


Published in

Level Up Coding

·Feb 18, 2022

Dockerizing a Spring Boot + MySQL Application

In this article, we are going to discuss two ways of dockerizing a Spring Boot app with MySQL database. Those are; By creating a docker network Using docker-compose Here is the application we intend to deploy to docker. GitHub - Kanchana46/spring-boot-backend You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab or…github.com This application contains CRUD operations for an employee-management system such as adding…

Docker

5 min read

Dockerizing Spring Boot + MySQL Application
Dockerizing Spring Boot + MySQL Application
Docker

5 min read


Published in

JavaScript in Plain English

·Feb 1, 2022

What’s Wrong with the forEach loop?

Loops are one of the first concepts that everyone learns once start programming. We have for loops, while loops, do-while loops, etc in most programming languages. What kind of for loops are you aware of in JavaScript? We have traditional for loop, forEach loop, for…of loop, and for…in loop. Have…

JavaScript

2 min read

What’s Wrong with the forEach Loop?
What’s Wrong with the forEach Loop?
JavaScript

2 min read


Published in

JavaScript in Plain English

·Jan 21, 2022

ES6 Features that Make You a Modern JavaScript Developer

ES6, also known as ECMAScript 2015, is one of the major editions in ECMAScript language standard which brought some exciting features. Today we are going to see some of the advantages it offers. let and const keywords Template literals Multi-line Strings Arrow Functions Promises Destructuring for…of loop Spread operator and…

JavaScript

3 min read

ES6 Features that Make You a Modern JavaScript Developer
ES6 Features that Make You a Modern JavaScript Developer
JavaScript

3 min read


Published in

JavaScript in Plain English

·Jan 17, 2022

How to Use JavaScript Arrays Like a Pro

In this article, we are going to see the modern ways of using arrays and doing operations with arrays. These methdos are far more convenient and will help you in writing code with less lines. Let’s explore the methods of doing these with examples. 1. Array.map() method We can use map() to transform…

JavaScript

3 min read

How to Use JavaScript Arrays Like a Pro
How to Use JavaScript Arrays Like a Pro
JavaScript

3 min read


Published in

Dev Genius

·Jan 14, 2022

Java String is immutable — What does it actually mean?

“Java Strings are immutable.” is a well-known and popular statement in the Java world. But how and why is this so? Let’s explore. Simply, the string is immutable means once we created a string variable we cannot modify it. Objects in Java are created in heap memory. So String objects…

Java

3 min read

Java String is immutable — What does it actually mean?
Java String is immutable — What does it actually mean?
Java

3 min read


Jan 10, 2022

MongoDB with NodeJS

MongoDB is a very popular document-oriented database in the NoSQL world. It makes use of collections and documents instead of tables and rows of Relational databases. A Collection consists of a set of documents. Data will be stored in a key-value pair in a document. Here we are looking into…

Mongo

4 min read

MongoDB with NodeJS
MongoDB with NodeJS
Mongo

4 min read


Published in

JavaScript in Plain English

·Jan 10, 2022

What the Heck is Middleware in Node.js?

How Node.js middleware works and what it is. — Middleware can be identified as a function that executes between the request and response. It also has access to the request and response object. Let’s try to understand the concept using a simple program written in Node.js. This has two routes. As you can see there is a function…

Nodejs

3 min read

What the Heck is Middleware in Node.js?
What the Heck is Middleware in Node.js?
Nodejs

3 min read

Kanchana Ranmuthu

Kanchana Ranmuthu

198 Followers

Full stack software developer

Following
  • Dr. Roopleen

    Dr. Roopleen

  • Dr Mehmet Yildiz

    Dr Mehmet Yildiz

  • Sanjay Priyadarshi

    Sanjay Priyadarshi

  • Aleksei Novikov

    Aleksei Novikov

  • Milos Zivkovic

    Milos Zivkovic

See all (142)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams