GitHub Profile README Generator - A mini Case Study
A visual, real-time editor for designing professional GitHub profile READMEs.

Search for a command to run...
Articles tagged with #web-development
A visual, real-time editor for designing professional GitHub profile READMEs.

Exploring My Experience in Debugging and Contributing to Ghost's Open-Source Code

When a tiny invisible spinner taught me the real power of open source and attention to detail.

What is Docker? Docker is a tool that helps you create and manage containers. Containers are lightweight and portable packages that include your application and everything it needs to run in different environments. Why do we need to use Docker? Every...

Introduction to Next.js Next.js is a tool that simplifies building websites with React. It provides automatic routing, performance improvements, and options to render pages on the server or during build time so that you can concentrate on your app. h...
Introduction to React React is a tool for building parts of a website or app. It helps you divide a page into small, reusable pieces called components. When data changes, React identifies the smallest updates needed to keep the page fast and smooth. ...