Browsing Tag
javascript
1648 posts
My Portfolio – Showcasing My MERN Stack Journey
Hello, Devs! 👋 I’m excited to share my developer portfolio, where I showcase the projects that define my…
JSON Web Tokens (JWT) in Web Development
Introduction JSON Web Tokens (JWT) are a compact, URL-safe means of representing claims between two parties. They are…
25+ Insanely Useful Javascript Resources You Need Right Now!
Javascript Developer Resources – Made by 0x3d.site A curated hub for Javascript developers featuring essential tools, articles, and…
Daily JavaScript Challenge #JS-110: Determine the Longest Chain of Consecutive Days Seen in Logs
Daily JavaScript Challenge: Determine the Longest Chain of Consecutive Days Seen in Logs Hey fellow developers! 👋 Welcome…
A Next.js app that fetches Shopify products with sorting and search functionality
Shopify Next A Next.js app that fetches Shopify products, with sorting and search functionality via URL parameters. Getting…
Host LLMs from Your Laptop Using LM Studio and Pinggy
Introduction In the era of generative AI, software developers and AI enthusiasts are continuously seeking efficient ways to…
Setting up Puppeteer and Typescript with Jest
In this tutorial, we’ll be going over how to set up Puppeteer and Typescript with Jest. We’ll be…
The 5 best programming languages of 2025
Programming language theory is the subfield of computer science that studies the design, implementation, analysis, characterization, and classification…
10 JavaScript Design Patterns Every Developer Should Know
Hey there, fellow developer! 👋 Have you ever felt like your JavaScript code could be cleaner, more organized,…
Daily JavaScript Challenge #JS-108: Calculate Factorial with Tail Recursion
Daily JavaScript Challenge: Calculate Factorial with Tail Recursion Hey fellow developers! 👋 Welcome to today’s JavaScript coding challenge.…