Eneas Lari
Embrace curiosity taking risks and allow yourself to make mistakes!
Exploring Technologies
🚀 How I Accidentally Summoned Git Demons (and Eventually Learned How to Clone My Repo the Right Way)
14/11/2025
A fun, step-by-step story of how I cloned my existing website repo to create a modified version without touching the original—while accidentally adding the wrong origin, dealing with “main vs master,” triggering GitHub’s secret-scanning police, and ultimately learning how to properly duplicate a repo, clean commits, remove secrets, and push safely. A lighthearted guide for anyone who wants to use an existing project as a template without the Git chaos.
Bad Practices in JavaScript: Common Pitfalls and How to Avoid Them 🚫
28/12/2024
JavaScript is like the Swiss Army knife of web development—it’s everywhere, from tiny website features to massive, complex web apps. But with great power comes... well, the chance to make a mess! Its flexibility and loose rules make it super easy to use, but also super easy to misuse.
Categories