Apr 16 · 1 min read · The problem My portfolio needs to be professional, but my soul is chaotic. How do i bridge the gap without scaring off recruiters? The solution CSLP (Cross-Site Leakage Protocol). A localStorage handshake. If you play long enough on the portfolio, yo...
Join discussionApr 16 · 1 min read · The problem I have two distinct identities: the polished professional (brettamccall.com) and the messy experimenter (darketype). Keeping them completely separate feels dishonest. Hiding the mess implies shame. The learning The web is permeable. Brows...
Join discussion
Apr 2 · 6 min read · If you have built a login system in a web application, you’ve probably faced this question at least once: Where should I store my JWT token? At first, most developers (including me) store it in loca
Join discussion
Mar 29 · 5 min read · Let's talk about most important features in terraform where devops engineers use day to day life Workspaces When you create an EC2 instance using Terraform, the details of that resource are stored in
Join discussionFeb 18 · 7 min read · If you are searching for the Best SEO Consultant In Sydney, but your business operates in Canada, you’re likely comparing global expertise with local market understanding. As a Canadian small business owner, apparel exporter, or garment factory marke...
Join discussion
Jan 18 · 2 min read · Hi everyone! 👋 I am building a project called Ooanji Vault. It is a self-hosted AI platform designed for strict data privacy. https://oonanji-vault.com/ Why I built this? Most AI tools require sending your data to the cloud. For sensitive data, this...
Join discussion
Jan 17 · 2 min read · The Problem: Manual Token Transfer Between Environments Modern web applications often rely on authentication tokens stored in the browser's localStorage to manage user sessions. During development, teams frequently work across multiple environments—s...
Join discussion
Jan 16 · 4 min read · If you’ve ever refreshed a webpage and noticed that your data disappeared, you’ve probably wondered: “How do websites remember things?” JavaScript has a simple but powerful feature that helps with this; localStorage. In this article, I’ll explain l...
Join discussion