It's a pretty rewarding week, learning various stuff and even applying some concepts to my personal website. I'm off for holidays next week though, looking forward!But for now, here are the topics aga...
Hi Everyone! Excited to Be Part of This Community! 👋I’m Karthikeyan, a student and an aspiring developer. I joined this community to connect with other developers, share ideas, and get advice as ...
In the dimly lit workshops of Muggle IoT engineers, where data flows like enchanted ink and circuits whisper secrets only a Parselmouth could decode, there exists a device of unparalleled cunning—th...
A new addition to my reading log this time was: The Ride of a Lifetime: Lessons Learned from 15 Years as CEO of the Walt Disney Company, written by Robert Iger himself.As usual, I listened to every ch...
A Beginner-Friendly Guide to AWS Networking with IP Addressing
When learning cloud computing, one of the core areas to master is networking, and in AWS, it all begins with IP addressing.Wheth...
Good software design is essential for creating systems that are maintainable, scalable, and easy to understand. Here are five core software design principles that every developer should know:Single R...
"Lucky Patcher"
Does this ring a bell in your head?Remember when people used it to exploit Subway Surfers for extra coins(9999999999...)?Have you ever wondered how it actually worked?
Let’s break ...
In the world of continuous delivery and DevOps, deploying new versions of software in a safe and controlled manner is crucial. One of the most effective strategies for minimizing risk while introducin...
1. Arrays e Linked ListsArrays
An array is a collection of elements stored in contiguous memory locations.Characteristics:
Fast access to any element using an index.
Insertion/removal can be costly.
L...
A new entry in my reading log this time is: Pour Your Heart Into It: How Starbucks Built a Company One Cup at a Time, written by Howard Schultz! ☕✨As usual, I listened to this story while doing my...