Skip to main content
Technical Articles & Engineering Guides

Software Engineering & Jamstack

In-depth guides on React, Next.js, Sanity CMS, Stripe Checkout, and modern web architectures.

Featured Jan 19, 2023

5 Reasons to choose Sanity CMS for the frontend website

Sanity Studio is the headless CMS that connects with the Sanity database and provide structured content, and API-based infrastructures.

Jul 7, 2022
Gatsbyjswebsite

How I Built my Website

Today, we have many options when it comes to choosing a technology and framework for building a website. In this blog, I'll walk through different technologies and frameworks that I use to build my website..

Jun 5, 2022
Productivity appsremote

Productivity apps for remote workers

Working remotely means managing a lot of work, and all you want to do is manage your time efficiently. I have compiled some productivity apps that will make your life as a remote worker easier and faster.

May 1, 2022
Pseudo-classescss

Pseudo-classes in CSS

A pseudo-class is used to define a special state of an HTML elements like one mouse hover, get focused, etc.

Jul 9, 2021
formHTML

How to create an HTML form

HTML form is used to collect user input data. We can validate the input data from the client side (JavaScript) before sending it to the server.

Jun 28, 2021
svgHTML

Learn SVG basics

SVG (Scalable Vector Graphics) is a two-dimension vector based graphic, support animation and interaction.

Apr 29, 2021
reactGatsby

create-react-app, Gatsby or Next JS

React is the most popular JavaScript library for building the user interface. In React, we create reusable UI components and render these components based on the logic operation.

Apr 27, 2021
cssfloat

Float in CSS

The float CSS property places an element on the left or right side with respect to other elements, allowing text and inline elements to wrap around it.

Jan 21, 2021
htmlform

How to style HTML form with CSS

HTML forms are used for user input/interaction. We can style the HTML form using CSS. In this blog, we style the HTML form with a search icon wrap inside it.

Jan 18, 2021
box modelcss

Box model in CSS

HTML elements are considered as boxes that take some area. We can explain the HTML element area in CSS as box model.

Jan 12, 2021
htmllink

How to use an HTML Link

HTML Link in the website is used to navigates from page to page. We can define an attribute on the HTML link to make it more meaningful.

Jan 11, 2021
reactjavascript

Why need for React JS?

React is a UI library that helps you manage a lot of things easier with features like Virtual DOM(normal DOM updates are slow), handling data with states, component-based structure, etc.

Dec 27, 2020
jamstack

What is JAMStack?

JAMstack is the modern way to application development in which the front-end is decoupled from the backend (web server).