Open in app

Sign in

Write

Sign in

Suyash Chandrakar

68 Followers

Home

About

Published in

Bootcamp

·Pinned

Microservices vs. Monolithic Frameworks: Which is Right for Your React JS App?

A Comparison of Microservices and Monolithic Frameworks for Frontend Development — Monolithic Framework In a monolithic framework, the entire front-end application is built as a single unit. This means that all of the code for the application, including the UI, the business logic, and the data access layer, is contained in a single codebase. To implement a monolithic framework in React JS, you…

Front End Development

6 min read

Microservices vs. Monolithic Frameworks: Which is Right for Your React JS App?
Microservices vs. Monolithic Frameworks: Which is Right for Your React JS App?
Front End Development

6 min read


Published in

Bootcamp

·Pinned

Mastering CSS Animation and Transition Effects

A Comprehensive Guide — In the dynamic world of web development, creating engaging and interactive user interfaces is paramount. Cascading Style Sheets (CSS) play a pivotal role in achieving this goal. Among the myriad of CSS features, animations and transitions stand out as powerful tools for enhancing user experiences. In this comprehensive guide, we…

CSS

16 min read

Mastering CSS Animation and Transition Effects
Mastering CSS Animation and Transition Effects
CSS

16 min read


Published in

Bootcamp

·Pinned

@ How to make an HTTP request in Javascript

@ How to make an HTTP request in Javascript To make an HTTP request in JavaScript, you can use the XMLHttpRequest object or the fetch() function.

Software Development

2 min read

@ How to make an HTTP request in Javascript
@ How to make an HTTP request in Javascript
Software Development

2 min read


Published in

Bootcamp

·Pinned

Software Development Models: ‘Waterfall, Agile, DevOps’

There are several software development models used by most developers, each with its own strengths and weaknesses. We will discuss a few popular models: Waterfall, Agile, DevOps etc. Waterfall Model: The Waterfall model is a linear sequential approach to software development. It involves distinct phases such as requirements gathering, design…

Software Development

5 min read

Software Development Models: ‘Waterfall, Agile, DevOps’
Software Development Models: ‘Waterfall, Agile, DevOps’
Software Development

5 min read


Published in

Bootcamp

·Oct 17

Web Development: Web Forms

Understanding Web Forms Web forms are HTML elements that allow users to input data, make selections, or perform actions on a webpage. They typically consist of input fields, buttons, checkboxes, radio buttons, and dropdown lists. <form> <label for="username">Username:</label> <input type="text" id="username" name="username" required> <label for="password">Password:</label> <input type="password" id="password" name="password" required> <button type="submit">Submit</button> </form>

Web Form

2 min read

Web Development: Web Forms
Web Development: Web Forms
Web Form

2 min read


Published in

Bootcamp

·Oct 12

Javascript: function()

What is the function() call? The function() call in JavaScript is used to define a function and specify its behaviour. Functions are blocks of code that can be invoked multiple times with different inputs, providing modularity and reusability in a program. Here’s the basic syntax for defining a function using the function() call: function functionName(parameters)…

JavaScript

3 min read

Javascript: function()
Javascript: function()
JavaScript

3 min read


Published in

Bootcamp

·Sep 26

Understanding Virtual DOM and Actual DOM in React

How and why it can be implemented? React, a popular JavaScript library for building user interfaces utilizes a virtual DOM to optimize rendering and improve performance. To comprehend this fundamental concept, we’ll start with the basics and gradually delve into more advanced use cases with code examples. The Basics: What is the Virtual DOM? The Virtual DOM…

Virtual Dom

4 min read

Understanding Virtual DOM and Actual DOM in React
Understanding Virtual DOM and Actual DOM in React
Virtual Dom

4 min read


Published in

Bootcamp

·Sep 24

HTML5 Input Types

In-Depth Guide — HTML5, the latest version of the HyperText Markup Language, introduced several new input types that enhance user experience and simplify data validation. Live Demonstration: 1. Text Input (text) The text input type is the default type for an input element. It allows users to enter single-line text. <input type="text" id="username" name="username" placeholder="Enter your…

HTML

3 min read

HTML5 Input Types
HTML5 Input Types
HTML

3 min read


Published in

Bootcamp

·Sep 22

Sequencing Animation in JavaScript: A Step-by-Step Guide

Animation significantly enhances user experience in web development, making applications more interactive and engaging. JavaScript provides a potent platform to create captivating animations for your web projects. In this blog post, we’ll delve into sequencing animations in JavaScript, using a practical project to demonstrate each step along the way. Live demonstration:

Animation

3 min read

Sequencing Animation in JavaScript: A Step-by-Step Guide
Sequencing Animation in JavaScript: A Step-by-Step Guide
Animation

3 min read


Published in

Bootcamp

·Sep 14

WebSocket API: A Comprehensive Guide

In today’s digital world, real-time communication has become an integral part of modern applications. Whether it’s a chat application, a live sports score update, or a collaborative document editor, users expect information to update instantly without the need to refresh their browsers or apps. This is where WebSocket APIs come…

API

3 min read

WebSocket API: A Comprehensive Guide
WebSocket API: A Comprehensive Guide
API

3 min read

Suyash Chandrakar

Suyash Chandrakar

68 Followers

MERN Stack Developer || Articles about Web Development || Write what you find fascinating

Following
  • Pravash

    Pravash

  • WOLRAD

    WOLRAD

  • Dr Mehmet Yildiz

    Dr Mehmet Yildiz

  • Fabricio Teixeira

    Fabricio Teixeira

  • UX Collective Editors

    UX Collective Editors

See all (39)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams