MSmd shafi uddinintechnical123.dev·Nov 28, 2023 · 3 min readACID and BASE Transactions: A Simple GuideIf you've ever delved into the world of databases, you might have come across the terms ACID and BASE. No, we're not talking about the chemicals you used in your high school chemistry lab. ACID and BASE are actually concepts that describe two differe...00
MSmd shafi uddinintechnical123.dev·Nov 1, 2023 · 3 min readMastering File Handling in Java: A Beginner's GuideIntroduction File handling is a fundamental aspect of programming in Java, and it plays a pivotal role in various applications. Whether you are developing a simple text editor, a database system, or a game, you will inevitably encounter scenarios whe...00
MSmd shafi uddinintechnical123.dev·Oct 24, 2023 · 2 min readDocumentation as an Open-Source PracticeThe provided text offers valuable insights on how to make open source repositories more welcoming and conducive to growth through documentation and contributions. Here's a summary of the key points: Documentation Like Code: Make documentation an int...00
MSmd shafi uddinintechnical123.dev·Oct 21, 2023 · 2 min readThe Clean Code Best PracticesClean Code and Good Coding Practices: Clean code is the foundation of maintainable software. It emphasizes writing code that is organized, readable and adheres to coding standards. Clean code reduces complexity, making it easier to understand, modify...00
MSmd shafi uddinintechnical123.dev·Oct 16, 2023 · 2 min readHow to Work With a Large Legacy Codebase Like a ProUnderstand the Nature of Legacy Code: Recognize that legacy code results from past decisions and should be handled with care and respect. Be Curious, Not Critical: Avoid criticizing the code; instead, be curious and empathetic. Seek to learn the...00