Web Development


A hands-on guide for a Server-Side Rendering React app

In the previous article, we described how to make a production build and deploy it to a server. Naturally, the next step is the server-side rendering. We are going to walk through the process by…

server-side-renderingjavascriptprogramming

A Simple encryption library in Node.js with TypeScript

How to encode and encrypt simple data

nodejstypescriptweb-development

A guide to creating a React app without create-react-app

Creating a React App from scratch

javascriptreactapp-development

How to build a website with only JavaScript

javascriptwebdevweb-development

How to Build a Search Bar with JavaScript

A quick walkthrough on how to build a search bar feature with JavaScript

javascriptweb-developmentprogramming

Next.js With Sequelize Web Application, a Full-Stack Web Development

Next.js has become more advance and cutting edge to developers for use as a Full-Stack web Application. The community and people behind Vercel have done a great job on Next.js future.

nextjssequelizenodejs

Role Based Authentication and Authorization with DjangoRestFramework and SimpleJWT

Authorize your users to access endpoints based on their roles

pythondjangoprogramming

Public, private, and role-based routes in React

reactauthorizationweb-development

How to Create a Slider in JavaScript

Learning Web Development in Practice

javascriptweb-developmentslider

Parsing post data 3 different ways in Node.js without third-party libraries

application/json, application/x-www-form-urlencoded, and multipart/form-data

nodejsjavascriptwebdev