Victoria Lolo-victoria.com·Feb 10, 2025FeaturedAtomic Habits for DevelopersAs a developer, your journey to mastery is often shaped by the small, consistent actions you take every day. Whether you're debugging code, learning a new framework, or optimizing a system, the key to continual growth lies in your habits. This weeken...118 likes·1.6K readsBook Reviews and ReflectionsSelf Improvement
Hardikk Kambojhardikkwrites.hashnode.dev·Feb 5, 2025FeaturedYour Browser Is Killing Your Computer! ☠Do you also have an old machine that you use daily for work or development? Maybe an i3 processor, limited RAM, and Chrome as your default browser? And let's be real—Chrome is a memory hog. Ever found yourself constantly closing tabs because your sys...67 likes·520 readsProductivity
Charles Allisonsoprinye.com·Feb 4, 2025FeaturedBeyond Lambda Functions: Mastering Serverless DevelopmentIntroduction AWS Lambda service is a critical component of serverless applications. It is one of the compute services for FaaS on AWS. When you deploy your functions to the cloud, AWS Lambda service is responsible for the execution. Knowing how to wr...9 likes·203 readsserverless
Gabi Dobocanblog.sandworm.dev·Feb 3, 2025FeaturedThe Latest JavaScript Security Vulnerabilities in NPM PackagesThe Latest JavaScript Security Vulnerabilities in NPM Packages Hello and welcome to another edition of our ongoing series on JavaScript security! This week, Sandworm Monitor has identified several high-risk vulnerabilities in a wide array of NPM pack...19 likes·97 reads
Prakas Ranadevops.linuxhouse.in·Jan 29, 2025FeaturedRun Deepseek-R1 Locally with Ollama & Open WebUI in Docker — Access It Anywhere!Introduction: The groundbreaking Chinese reasoning model, Deepseek-R1, has stunned the world with its exceptional performance across benchmarks. While its capabilities are exciting, some users may feel uneasy about running it directly through the off...39 likes·450 reads
Rizel Scarlettblackgirlbytes.dev·Jan 29, 2025FeaturedWhat Text Area Popovers Taught Me About Browser APIsI recently went down several rabbit holes about building WYSIWYG editors and popovers. While on maternity leave, I finally have time to deeply explore random technical problems without deadlines - a rare opportunity. Thus far, I've focused on contrib...11 likes·93 readsOpen SourceWeb Development
Chintan Bogharachintanboghara.hashnode.dev·Jan 27, 2025FeaturedThe OSI Model Simplified: A Practical Guide for DevOps EngineersThe OSI (Open Systems Interconnection) model explains how computers communicate over a network. It breaks down the process into seven layers, each with a specific role. Understanding the OSI model is crucial for DevOps engineers because it helps with...21 likes·1.2K readsDevOpsDevops
Florian Fuchsblog.flofuchs.com·Jan 24, 2025FeaturedAdding Custom Rate Limiting to Your AWS Lambda API Using a MiddlewareRate limiting an API or service is a common use case. But how can you do this for your AWS Lambda? API Gateway offers usage planes and quotas, so you can put a API in front of the lambda, but quotas have some downsides there: Usage plan throttling a...22 likes·75 readsAWS
Alyssa Hollandblog.alyssaholland.me·Jan 24, 2025FeaturedAutomate Code Formatting with Prettier, ESLint, Husky, and lint-stagedIntroduction Maintaining a formatted and tidy codebase is the ideal scenario for projects. However, ensuring that codebases adhere to these standards requires some work to make this a reality. In this article, I’ll describe the libraries and automati...10 likes·154 readsDeveloper
Alan Vargheseblog.alanvarghese.me·Jan 19, 2025FeaturedDon't be a ticket engineer.Imagine one day, you’re scrolling through your Jira tickets, and the latest ones are marked as resolved — by AI. Why wouldn’t it be? If it had access to the code, understands the requirements, and has been trained on previous human input, it’s perfec...38 likes·206 readssoftware development