Code, Write, Learn

Coding can be difficult. Join us on our journey.


Tailwind Elements tutorial - use 500+ free components for Tailwind CSS
FilipKappa
Tailwind Elements tutorial - use 500+ free components for Tailwind CSS

Tailwind CSS is taking the web development world by storm. It provides a powerful utility-based framework, but at the same time, it's missing lots of ...

·5 min read



Building a Chat App with React and Chakra UI
james_dev
Building a Chat App with React and Chakra UI

In this tutorial, I’m going to show you how to create simple chat ui using react and chakra-ui. There are several methods to approach this UI and you can...

·7 min read



Custom Hooks in React JS
naymulhasan
Custom Hooks in React JS

What are React Hooks React hooks are one of the latest features of React JS that was added to the React library with the 16.8 version update. It allow...

·6 min read



5 Key Principles For A Modern Web Design
AhmedBelaid
5 Key Principles For A Modern Web Design

  When we talk about web design, we are referring to the general look of a website. It is the process of planning and building the elements of yo...

·5 min read



Headless, Monolithic CMS and No-Code Website Builders: What to Choose?
alex7
Headless, Monolithic CMS and No-Code Website Builders: What to Choose?

What makes an online presence strong? Everything starts with a well-built website. But you need a platform to craft it, and it should fit the business...

·8 min read



Exceptions and Exception Handling in Java
Royal_gjr
Exceptions and Exception Handling in Java

Exception Handling is one of the most powerful and effective mechanisms in Java programming. It is also treated as one of the fundamental concepts tha...

·8 min read



Redux Architecture in React JS
naymulhasan
Redux Architecture in React JS

Software architectural design is a visual depiction of a system that explains how it will function based on software parts, relationships, and propert...

·5 min read



Two Must Python OOP Concepts for the Beginners
naymulhasan
Two Must Python OOP Concepts for the Beginners

The object-oriented programming (OOP) illustration is built on the idea of having objects that belong to an exceptional type. In a sense, the type is ...

·4 min read



4 Higher-Order Functions in JavaScript with Examples
naymulhasan
4 Higher-Order Functions in JavaScript with Examples

Let's have a look at the name itself of the blog title and consider how we talk about them. We will dig into more details. Sometimes we need a high-le...

·4 min read



Generating a PDF and CSV file in python and Django
ferin_patel
Generating a PDF and CSV file in python and Django

In this article, I will be teaching you how to generate PDF files and CSV files in Python and later see how we could implement the same using Django -admin cus...

·6 min read



Next.js + AWS Amplify: How to Add Authentication to Next.js
osama412
Next.js + AWS Amplify: How to Add Authentication to Next.js

Next.js is a framework that combines client-side rendering with pre-rendered HTML in the form of static and server-rendered pages. You can easily crea...

·9 min read



What is React Memo? How to use React.memo()
vaibhav_khulbe
What is React Memo? How to use React.memo()

Often times as a React developer we need to focus on the application’s optimization and performance improvements. There are multiple ways you can archive...

·10 min read



Ethereum vs Solana - Who Will Win The DApp War?
lipsad
Ethereum vs Solana - Who Will Win The DApp War?

Ethereum pioneered smart contracts, programs that allowed developers to build decentralized applications (DApps) without building a blockchain network from scr...

·12 min read



4 Minute Guide to Class and Functional Components
alejobravo
4 Minute Guide to Class and Functional Components

Introduction What do you need before creating a React project? NPX - React getting started Try to initialize your own project Cleaning the initial React app C...

·4 min read



How to create draggable components in React
elizabeth.muganga
How to create draggable components in React

Ever wondered how applications like Trello implement the drag and drop elements and how you can implement this exact functionality? Well lucky for you that you...

·12 min read