This is a submission for Weekend Challenge: Passion Edition
EL RELATOR takes any moment of your life — "my test finally passed after three hours of debugging", "I found parking on a Friday at 6pm", "my daughter took her first steps" — and narra...
This is a submission for Weekend Challenge: Passion Edition
Loyalty Ledger — a fan loyalty tracker where your check-in streak, badges, and history live on Solana instead of some app's database.
Live app:
Most portfolio and blog templates quietly work against your visitors. They pull fonts from Google's CDN (leaking every visitor's IP to a third party), ship analytics that set cookies before anyone consents, and sprinkle inline scripts around — which forces a loose Content-Security-Policy, if there's one at all.
I wanted the opposite: a site that's fast, private, and secure by de...
Scope
A variable is not always available everywhere in your program. Some variables can be used anywhere, while others can only be used inside a function or a block.This is called Scope.
Types of Scope in JavaScript
Global Scope - A variable declared outside any function or block is called a Global Variable.It can be accesse...
Hi!
I'm new to this platform and I want to make my first post.
In these days, i'm writing my own compiler in Rust for a really simple custom language. The syntax is:
let x = 10Your platform team ships an internal package. Half the org pulls it. Someone finds a bug that in the wrong hands is a full RCE. What do you do next: file a public CVE and telegraph the vuln to the internet, or drop it in a Slack channel and hope every downstream repo notices before an exploit does?
Neither has ever been a good answer. On July 8 GitHub made a third option generally avail...