Darshit Anjariadarshitanjaria.hashnode.dev·Nov 28, 2024TypeScript Generics Clarified: Crafting Reusable and Scalable CodeGenerics are one of the most powerful features in TypeScript, enabling developers to write reusable and flexible code while maintaining type safety. In this article, we’ll explore the fundamentals of generics, dive into advanced constraints, and look...TypeScript Deep Dive: Advanced features for Real-World applications.TypeScript
SB'Techsharesbtechshare.hashnode.dev·Sep 25, 2024From JavaScript Chaos to TypeScript Bliss: A Developer’s Transformation StoryThe JavaScript Dilemma: A Tale of Frustration As a developer, I’ve spent countless hours wrestling with JavaScript. It’s a language that’s both powerful and perplexing, offering unparalleled flexibility while simultaneously opening the door to a worl...TypeScript
Osama Abu Bakerosamaabubaker.hashnode.dev·Sep 23, 2024Why You Should Avoid Reflection in C# Unit Testing: Best Practices for Robust and Maintainable CodeReflection is a powerful feature in C# that allows you to inspect and interact with types at runtime. While it can be a lifesaver in specific scenarios, especially in dynamic programming, using reflection in unit tests is generally discouraged. In th...1 like·129 readsC#
Darshit Anjariadarshitanjaria.hashnode.dev·Sep 18, 2024Mastering Asynchronous JavaScript: Why Async/Await Is Your Best FriendJavaScript’s asynchronous nature is one of its most powerful features, allowing developers to write non-blocking code that enhances performance and user experience. But handling asynchronous operations used to be more complex and sometimes even confu...1 likeJavaScript
Babatunde Daramolaritechoiceacademy.com·Aug 22, 2024Clean & Scalable Code in Laravel: Practical Tips with ExamplesWhat does clean and scalable code look like in practice? In this tutorial, I'll share from experience some actionable tips for writing clean code in Laravel or software development generally. The aim is to ensure that the code we write is easy to und...LaravelLaravel
Shazia Masseymasseys.hashnode.dev·Jul 19, 2024The Ultimate CI/CD Corporate DevOps Pipeline Project | Real-Time DevOps ProjectThe project Mission represents a typical DevOps pipeline, starting from infrastructure setup, source code management, continuous integration, and delivery, and finally deploying and monitoring the application. Phase-1: Infrastructure Setup: Jenkins-E...3 likescicd complete proccess
Debashis Adakadak.hashnode.dev·Jun 28, 2024Enhancing Python Code Quality with QodanaBackground As this is my first time using Qodana for a code quality check, I am documenting my entire journey of analyzing my Python repository. Since I am new to evaluating this tool, there might be mistakes and I may not follow best practices. But ...32 reads#Qodana