Articles by Tag #bestpractices

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

C# | Best Practices

Note You can check other posts on my personal website: https://hbolajraf.net ...

Learn More 26 0Jul 23 '24

Python Best Practices: Writing Clean, Efficient, and Maintainable Code

Python is one of the most popular programming languages due to its simplicity, readability, and...

Learn More 23 3Sep 3 '24

Angular development best practices: Observable, Promise and Signals

Angular has made significant progress over the years, incorporating new paradigms, tools, and...

Learn More 17 2Sep 3 '24

C# | Tips and tricks

Note You can check other posts on my personal website: https://hbolajraf.net ...

Learn More 16 2Jul 23 '24

ReactJS Best Practices for Developers

ReactJS: A Brief Introduction ReactJS, is basically an open-source javascript library...

Learn More 14 1Jun 24 '24

The Best Way To Validate Objects in .NET in 2024

In today's blog post you will learn how to validate objects in .NET using various techniques and...

Learn More 8 0Sep 6 '24

Git Tricks You Should Know: Aliases, Bisect, and Hooks for Better Workflow

[Article by Paolo Tagliani] Git is one of the fundamental tools we (developers) use every day and...

Learn More 7 0Nov 15 '24

React Code Review Essentials: A Detailed Checklist for Developers

1. Overview -README: Ensure the project has a Readme file with instructions on how to run locally...

Learn More 6 0Sep 9 '24

Responsive Images: Best Practices in 2025

Discover the difference between max-width and min-width for responsive images, recommended image sizes for various devices, and the largest image size you should generate for optimal performance and quality.

Learn More 6 0Dec 15 '24

🛠️ Node.js Best Practices for Writing Clean and Scalable Code 🚀

Writing clean, maintainable, and scalable code is essential for any developer working with Node.js....

Learn More 5 2Oct 27 '24

Top 10 Cloud Data Security Best Practices to Follow in 2025

Introduction At Bacancy, I lead a team that supports businesses as they move to the cloud,...

Learn More 5 0Apr 22

What tests to write for React

Learn which tests actually matter for React development. From static tests to end-to-end testing, we'll explore the Testing Trophy approach and why integration tests deserve the spotlight.

Learn More 4 0Apr 4

C# | Avoid Multiple Nested If-Else Statements Using Guard Clause

Note You can check other posts on my personal website: https://hbolajraf.net In C#,...

Learn More 4 0Jul 23 '24

Cloud Integration Best Practices: Maximize Your Cloud Investments

In today’s digital world, moving to the cloud isn’t just a trend; it’s necessary for businesses...

Learn More 4 1Sep 30 '24

Do You Care About Commit Messages?

Have you ever read a commit message that left you wondering what the developer was thinking? Commit...

Learn More 4 0Jan 15

Essential Do's and Don'ts in Next.js: Code Like a Pro and Avoid Common Pitfalls!

Essential Do's and Don'ts in Next.js: Code Like a Pro and Avoid Common Pitfalls! ...

Learn More 3 0Jul 31 '24

Enforce DevOps best practices and eliminate production errors!

We’re developers, and we love best practices—but let’s be honest, we often bypass them. And you...

Learn More 3 0Jan 2

Azure AI Security Best Practices: How Microsoft Protects AI Workloads

As more businesses use AI technology, ensuring the security of AI workloads is essential. Making...

Learn More 3 0Sep 12 '24

Craft Clear and Maintainable Code: Getting started with Clean Coding

We want you to imagine something... Let's say you just joined a company and you're assigned a...

Learn More 3 0May 30 '24

8 essentials for every JavaScript project

Boost your JavaScript project with these 8 must-have tools and practices. From Prettier to TypeScript, streamline your workflow, ensure code quality, and ship faster.

Learn More 3 0Nov 18 '24

5 Ways to Write Clean Code: A Developer's Guide 💻✨

Writing clean code is a key skill for any developer. It’s not just about making your code...

Learn More 2 0Oct 24 '24

Logging Best Practices in ASP.NET Core

Logging is an essential aspect of any application, especially in a production environment. Logging...

Learn More 2 4Sep 3 '24

The Best Way To Structure Your .NET Projects with Clean Architecture and Vertical Slices

Clean Architecture aims to separate the concerns of the application into distinct layers, promoting...

Learn More 2 0Aug 27 '24

Software Design Principles with Ruby (Applying SOLID)

“Clean code is its own best documentation.” — Steve McConnell When we start programming, it's...

Learn More 2 0Apr 19

Fetching API Data in React: Evolving Beyond useEffect

React developers have long relied on the power of hooks, with useEffect being one of the most popular...

Learn More 2 0Feb 19

Implementing Code Coverage and Test Coverage for Quality Metrics and Software Excellence

In modern software development, quality is paramount. Ensuring robust software delivery is not just...

Learn More 2 0Sep 9 '24

Improving JavaScript Performance: Techniques and Best Practices

JavaScript is one of the most popular languages ​​used for web application development, due to its...

Learn More 2 0Oct 12 '24

What is Clean Code?

As developers, we often hear the term "clean code" thrown around in discussions about best practices....

Learn More 2 1Aug 16 '24

Things Every Programmer Should *NOT* Do

Hello, fellow coders! 🌟 Today, let's dive into the world of programming pitfalls. Yes, we’ve all been...

Learn More 2 0Jun 12 '24

A Modern Way to Create Value Objects to Solve Primitive Obsession in .NET

Primitive obsession is a tendency to use basic data types to represent more complex concepts. It is a...

Learn More 2 0Sep 17 '24