My Articles on dev.to
π± Modern CSS Tips & Tricks to Boost Your Workflow
Are you ready to improve your CSS skills with some of the latest tips and tricks? CSS is always...
Published on: 11/22/2024
Understanding CORS: Why Your API Requests Are Failing π§
Have you ever made an API request, but it got blocked with a confusing error message about 'CORS'? π±...
Published on: 11/20/2024
Boost Your Website's Accessibility: Master ARIA Attributes in HTML π
Accessibility is Not Just a Trend Web accessibility is an important aspect that every frontend...
Published on: 11/13/2024
Why I Built the "Soo Good" Vegan Burger Website π±
I wanted to create a fun and interactive website for a vegan burger brand. The idea came from a...
Published on: 11/6/2024
β‘ React Pure Loading: Lightweight CSS Loaders for React
React Pure Loading is a new npm package that offers a collection of lightweight and...
Published on: 10/30/2024
π Creating a Developer's Portfolio Inspired by VS Code
Hey there, fellow developers! π Today, I want to share with you my journey in building a personal...
Published on: 10/23/2024
π CSS Units: When and How to Use Them
In CSS, there are many units to choose from when defining sizes and spacing, such as px, rem, em, vw,...
Published on: 10/16/2024
Understanding HTTP, HTTPS, and Status Codes: A Simple Guide
When you're building websites or web applications, you often hear about HTTP and HTTPS. But what do...
Published on: 10/9/2024
π Master Core Web Vitals: 3 Metrics for a Better User Experience
Core Web Vitals are important metrics from Google that measure the performance of websites from the...
Published on: 10/2/2024
Make Your CSS Better with SCSS Mixins and Functions
SCSS is an extension of CSS that makes your code easier to manage. With SCSS, you can use mixins and...
Published on: 9/25/2024
Organize Your CSS Like a Pro: Logical Grouping of Properties
Writing clean and well-organized CSS is important, especially for bigger projects. One way to achieve...
Published on: 9/18/2024
A Beginnerβs Guide to Open Source Licenses
When you share your code on GitHub, one of the most important choices you need to make is which...
Published on: 9/11/2024
Building a News App Using React and the New York Times API
In this tutorial, I will show you how I built a news app using React and the New York Times API. This...
Published on: 9/4/2024
Mastering Web Animations: CSS vs Unoptimized and Optimized JavaScript Performance
Web animations can significantly improve user experience but can also impact website performance if...
Published on: 8/28/2024
Boost Your Productivity with These Essential Developer Shortcuts in DevTools and VS Code
As developers, we spend a significant amount of time using DevTools and VS Code. Mastering a few key...
Published on: 8/21/2024
Scrum for Beginners: Key Terms and Process Explained
Scrum is a popular framework used in Agile project management. It helps teams work together, break...
Published on: 8/14/2024
Write Commits Like a Pro: 5 Key Rules + 25 Bonus Verbs
Writing good commit messages is crucial for maintaining a clear and understandable project history....
Published on: 8/7/2024
JavaScript Quirks: What You Need to Know
JavaScript is a powerful and flexible language, but it also has some quirks that can surprise even...
Published on: 7/31/2024
Essential JavaScript Array Methods: A Quick Reference Guide
JavaScript provides a powerful set of methods for working with arrays. These methods allow you to...
Published on: 7/24/2024
Understanding Callback Functions with a Practical Example
Imagine you are a chef and you have a helper. Your job is to cook dinner, but first, you need to get...
Published on: 7/18/2024
Quick Tips for Frontend Performance Optimization
Optimizing performance is a key aspect of modern web application development. Fast-loading pages not...
Published on: 7/18/2024
Have you tried all API calls in JavaScript? Here are 4 ways to do it
API calls are a key part of modern web development. JavaScript offers several ways to accomplish...
Published on: 7/16/2024
Overview of image formats for today's websites
In the digital world of web design and development, images play an irreplaceable role, but which...
Published on: 1/26/2024
In short: The biggest milestones of programming languages
The first milestone and the first "program" β 1843 According to historians, the first...
Published on: 11/8/2023