Sayantan Mannadevops-bites.hashnode.dev·7 hours agoExploring the TCP/IP Model: Essential Guide to Network BasicsIn the world of networking, TCP/IP is the backbone of communication between devices. While the OSI model is often referenced in theory, real-world applications use the TCP/IP model. Developed before the OSI model was formalized, the TCP/IP protocol s...Devops
Mr Bluruntime.hashnode.dev·Feb 8, 2025Fix It Right vs. Ship It FastThe eternal debate in software engineering revolves around a seemingly simple choice: ship fast or fix properly. This question echoes through pull requests, architecture discussions, and sprint planning meetings, shaping how engineering teams approac...Trade-offsdilemma
Prajwal Pandeyprajwalpandey.hashnode.dev·Feb 6, 2025Understanding Proxies: Forward, Reverse, and Database ProxiesIn the world of networking and system architecture, proxies play a crucial role in managing communication between clients and servers. A proxy is essentially an intermediary server that sits between two systems, whether it’s a user and a backend syst...backend
Tanvir Khan100xtech.hashnode.dev·Feb 5, 2025Whats the best tools/tech/architecture for your side projectLets set some rules Budget is limited - What are the one time initial costs? - domain? yearly renewal? - well, if I can continue my interest on that after a year. I will do some modeling with 50$ a month , 100$ a month and above - on deployment /h...side project
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Feb 5, 2025How Qoala Optimized their Development Pipeline with Middleware?Qoala, a leading innovator in the insurance tech space, is committed to transforming how insurance is delivered. As they grew rapidly, they realized that improving their development processes would be key to staying competitive in a fast-paced market...qoala
𝓛𝓸𝓿𝓲𝓼𝓱 𝓖𝓸𝓎𝒶𝓁lovishgoyal.hashnode.dev·Feb 2, 2025🚀 How to Get Hired as a Junior DevOps Engineer (Even Without Experience!)Breaking into DevOps as a fresher can feel overwhelming, but with the right approach, you can stand out and land your first job. Here’s a roadmap to kickstart your journey: 1️⃣ Master the Fundamentals✔️ Learn Linux & Shell Scripting 🐧✔️ Understand N...1 like·30 readsDevOpsGeneral Programming
Rishav Paulrpaul.hashnode.dev·Feb 2, 2025Tokenization in GPT: A Deep Dive for EngineersRole of Tokenization in LLMs Tokenization is the gateway through which raw text transforms into a format usable by large language models (LLMs) like GPT. It acts as the bridge between human-readable content and numerical data that models process. Bef...Building GPT from Scratchgpt
Mahalakshmi Institutionsmahalakshminstitutions.hashnode.dev·Jan 30, 2025The Future of Engineering: Why AI & Data Science Are Shaping Tomorrow’s WorldThe world of engineering is undergoing a rapid transformation, driven by the disruptive power of Artificial Intelligence (AI) and Data Science. As we move further into the 21st century, these technologies are reshaping industries, creating new opport...1 likeengineering-management
Rajni RetheshforMiddleware - Be Productive, Not Busy!middlewarehq.com·Jan 30, 2025Cross-Functional Collaboration: Aligning Engineering, Design, and Product Teams for SuccessCross-functional collaboration is a game-changer for product development, especially when engineering, design, and product teams align on common goals. But let’s be real—it’s not always a smooth ride. Coordinating efforts across multiple disciplines ...Collaboration
Platwoindiegamescreation.hashnode.dev·Jan 28, 2025C++ Event SystemThis article is a breakdown of how I have implemented an event system within my custom C++ game engine. This system is inspired by the one described in ‘Games Programming Patterns’, but with some key differences - one of these being that it is not ba...40 readsC++