Skip to content
Menu
  • About me

Author: Hakim

The Reuse/Release Equivalence Principle: A Key to Modular Design

December 3, 2023 by Hakim

One of the challenges of software development is to create reusable and maintainable code. Reusable code can reduce duplication, improve quality, and save time and resources. Maintainable code is code that is easy to adapt, easy to correct and where those adaptation and change do not break any other part of the software. However, reusing…

Read More

Use Case Pattern

November 25, 2023 by Hakim

The Use Case Pattern is a way of organizing the business logic of an application into a set of use cases. Each use case represents a specific action that a user can perform within the system. For example, in an e-commerce application, a use case might be “Place an Order” or “View Order History”. The…

Read More

Single Responsibility Principle (Clean Architecture)

November 15, 2023November 15, 2023 by Hakim

When talking about patterns, almost everyone can name the SOLID pattern (Single Responsability, Open/Close, Liskov Substitution, Interface Segregation and Dependency Inversion). The Single Reponsibility is one of the most important principle for clean code but it’s also very important for clean architecture. Let’s explore this The SRP states that a class should have one, and…

Read More

How to use Feature Flags in Blazor

November 7, 2023November 7, 2023 by Hakim

Feature flags are a way of controlling the availability and behavior of features in your application without changing the code. They can help you with testing, experimentation, and gradual rollout of new functionality. Blazor is a framework for building interactive web UIs using C# and .NET. In this blog post, I will show you how…

Read More

IT Freelancers: The Footballers of the Digital World

November 3, 2023November 3, 2023 by Hakim

In the world of technology, IT freelancers play a vital role, brinding expertise and knowledge to companies. These skilled professionals bring unique talents, work alongside diverse teams, and demonstrate their expertise to score winning goals for their clients. Let’s explore the fascinating parallels between IT freelancers and footballers: 1. Specialized Skills Just as footballers possess…

Read More

Migrating an Old .NET App Using Unsupported Tech: A Step-by-Step Guide

October 31, 2023October 31, 2023 by Hakim

In today’s rapidly evolving tech landscape, it’s quite common to find yourself in a situation where you need to migrate an old .NET app that relies on unsupported technologies. While this can be a daunting task, with careful planning and implementation, it’s possible to breathe new life into your application. Also, pay attention that tech…

Read More

My experience with Terraform.

October 26, 2023October 26, 2023 by Hakim

Terraform is a technology that allows you to deploy your infrastructure using code. It uses YAML as a file format. It needs registered providers to create the desired infra in the right environment. You can create infra on Azure, AWS as well as on premise. When to use it? When your project requires a specific…

Read More

Infrastructure as Code and source controle

May 28, 2023October 27, 2023 by Hakim

For those who don’t what is this about, Infrastructure as Code is a set of files when executed with the right tool, will create resources such as storage account, databases, virtual network etc. It is mostly associated with the cloud. As I’ve been working lately with Terraform, I really enjoyed it and I thought it…

Read More

Tensions between teams due to rivalry

May 16, 2023 by Hakim

Communication and collaboration between teams, while essential to a working company is sometimes very difficult for many reasons.  There may be valid grounds for tension but it is never beneficial for the company.  What to do when this happens? Team rivalry This is a very common and a difficult one to solve. Rivalry can be…

Read More

Creativity vs knowledge

May 13, 2023 by Hakim

In IT, we tend to privilege knowledge and we test the hire candidates accordingly. What do they know about object oriented programming, authentication and security, frameworks and languages. While this has merit in itself, is it enough? Knowledge is indeed important as for any candidate, there musy be things to know. If you hire a…

Read More
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Recent Posts

  • The Great AI Debate
  • Google play services and parental control
  • How to Deactivate and Reactivate a Plugin in Microsoft Dynamics 365: Resolving the “ProjectOperations_Anchor PackageImportFailed” Error
  • Issue when debugging Azure Function locally
  • Understanding Blazor Component Parameters

Recent Comments

  1. Harisinou on Understanding Blazor Component Parameters
  2. ปั้มไลค์ on Encourage your kids to read books
  3. Jamesglalt on How to : Blazor components (basic)
  4. Liza Conable on How to blazorify an existing mvc app
  5. BrianKit on How to : Blazor components (basic)

Archives

  • September 2026
  • September 2025
  • April 2025
  • May 2024
  • December 2023
  • November 2023
  • October 2023
  • May 2023
  • March 2021
  • August 2020
  • July 2020
  • June 2020
  • October 2019
  • June 2019
  • February 2019

Categories

  • .NET
  • Fixes
  • IoT
  • Misc
  • Uncategorised
  • Uncategorized
©2026 | Powered by WordPress and Superb Themes!