This is a submission for the WeCoded Challenge: Celebrate in Code
My WeCoded Landing Page
Demo
https://rinka-pro.github.io/wecoded/
GitHub:
https://github.com/rinka-pro/wecode...
Hi Dev fam!I’m Maya, a 15-year-old dev building a global anonymous chat app called Worldwide Chat. Recently, I launched a new game mode inside it called Mafia — and I wanted to share the journey a...
This is a submission for the Pulumi Deploy and Document Challenge: Shhh, It's a Secret!
What I Built
I created Pulumi ESC Config, a command-line tool that bridges the gap between Pulumi's Envi...
🧠 Introduction — OAuth2, Demystified
You've probably clicked "Login with Google" or "Sign in with GitHub" more times than you can count. But have you ever stopped and wondered:
What act...
What I Built
For the Pulumi Deploy and Document Challenge, I built a
Fast Static Website Deployment using Pulumi to automate the deployment process to AWS S3. The website is designed as a recipe hu...
Angular Material Blocks is one place stop for developers to explore components and blocks for their Angular Material and Tailwind CSS based applications.
Blocks
We designed the blocks you alwa...
This is a submission for the Pulumi Deploy and Document Challenge: Fast Static Website Deployment
What I Built
DevMood is a web application designed to enhance a developer's coding experience ...
A Definitive Guide to the Intl API for Internationalization in JavaScript
Table of Contents
Introduction
Historical and Technical Context
Understanding the Intl API
3.1. The Stru...
When working with Puppeteer for web automation and scraping, one of the most crucial aspects is properly waiting for pages to load. Timing issues can cause your scripts to fail or extract incomplete d...
MVC is a software programming design pattern and stands for model, view, controller. It is used to achieve a separation of concerns, which makes it easier to organize and program complex applications....