Circuit Breaker Pattern -Building Resilience Post date November 11, 2024 Post author By Daniel Azevedo Post categories In designpatterns, microservices
Domain-Centric Architecture: Building Software That Aligns With Business Needs Post date November 8, 2024 Post author By Daniel Azevedo Post categories In architecture, cleancoding, dca
What is Clean Code? Post date November 7, 2024 Post author By Daniel Azevedo Post categories In architecture, cleancode, cleancoding, python
Implementing a Perceptron from Scratch in Python Post date October 27, 2024 Post author By Daniel Azevedo Post categories In ai, machinelearning, openai, python
Keras: Understanding the Basics with a Detailed Example Post date October 20, 2024 Post author By Daniel Azevedo Post categories In ai, keras, python, TensorFlow
TensorFlow vs. PyTorch: Which Deep Learning Framework is Right for You? Post date October 20, 2024 Post author By Daniel Azevedo Post categories In ai, python, pytorch, TensorFlow
Understanding the Proxy Pattern with a Payroll System Example Post date October 20, 2024 Post author By Daniel Azevedo Post categories In ai, cleancode, csharp, designpatterns
Understanding the Open/Closed Principle (OCP) from SOLID: Keep Code Flexible Yet Stable Post date October 18, 2024 Post author By Daniel Azevedo
What Every Developer Should Know About Cybersecurity (Especially in the AI Era) Post date October 13, 2024 Post author By Daniel Azevedo Post categories In ai, aws, cybersecurity, openai
AI-900 Series: Exploring Features of Generative AI Workloads on Azure Post date October 8, 2024 Post author By Daniel Azevedo Post categories In ai, Azure
AI-900 Series: Exploring Features of Natural Language Processing (NLP) Workloads on Azure Post date October 8, 2024 Post author By Daniel Azevedo Post categories In ai, Azure
AI-900 Series: Exploring Features of Computer Vision Workloads on Azure Post date October 8, 2024 Post author By Daniel Azevedo Post categories In ai, Azure, vision
AI-900 Series: Fundamental Principles of Machine Learning on Azure Post date October 8, 2024 Post author By Daniel Azevedo Post categories In ai, Azure, machinelearning
AI-900 Series: Understanding AI Workloads and Considerations Post date October 8, 2024 Post author By Daniel Azevedo Post categories In ai, Azure, microsoft
Understanding the Prototype Pattern in C# with Practical Examples Post date October 4, 2024 Post author By Daniel Azevedo
Deep Copy vs. Shallow Copy in C# – What’s the Difference? Post date October 4, 2024 Post author By Daniel Azevedo
React from 0 to Hero: Lesson 2 – Understanding Components, Props, and State Post date October 2, 2024 Post author By Daniel Azevedo
React from 0 to Hero: Lesson 1 – Getting Started Post date October 1, 2024 Post author By Daniel Azevedo Post categories In JavaScript, react, webdev
What is Nginx? A Beginner’s Guide (Windows Edition) Post date September 23, 2024 Post author By Daniel Azevedo Post categories In docker, nginx
Hands-On with Kubernetes: Deploying a Simple Web Application Post date September 21, 2024 Post author By Daniel Azevedo
Getting Started with Kubernetes: Orchestrating My Docker Containers Post date September 21, 2024 Post author By Daniel Azevedo
Deepening My Docker Knowledge: Best Practices and Advanced Tips Post date September 21, 2024 Post author By Daniel Azevedo
Exploring Docker Further: Docker Compose and Multi-Container Apps Post date September 21, 2024 Post author By Daniel Azevedo
Exploring Docker Further: Docker Compose and Multi-Container Apps Post date September 21, 2024 Post author By Daniel Azevedo
Choosing Between `StringBuilder` and `string`: A Real-World Scenario in C# Post date September 17, 2024 Post author By Daniel Azevedo
The Builder Pattern in C#: A Flexible Approach to Payroll Processing Post date September 16, 2024 Post author By Daniel Azevedo
Clean Architecture: Keeping Code Clean and Maintainable Post date September 14, 2024 Post author By Daniel Azevedo
Contract Substitution Principle (Design by Interface) Post date September 13, 2024 Post author By Daniel Azevedo
How Object Calisthenics Helped Me Write Better C# Code Post date September 12, 2024 Post author By Daniel Azevedo Post categories In designpatterns
Jupyter vs. VS Code vs. PyCharm: Which One Should You Choose? Post date September 12, 2024 Post author By Daniel Azevedo
Lesson 5 – Handling Errors and Exceptions in Payroll Systems Post date September 11, 2024 Post author By Daniel Azevedo
Lesson 4 – File Handling for Storing Employee Data Post date September 11, 2024 Post author By Daniel Azevedo
Lesson 3 – Data Structures for Employee Management Post date September 11, 2024 Post author By Daniel Azevedo
Python from 0 to Hero: Lesson 2 – Control Flow for HR & Payroll Automation Post date September 11, 2024 Post author By Daniel Azevedo
Python from 0 to Hero: Lesson 1 – Getting Started with Python for HR & Payroll Post date September 11, 2024 Post author By Daniel Azevedo Post categories In python
Understanding the Strategy Pattern: A Flexible Approach to Salary Processing (Python) Post date September 11, 2024 Post author By Daniel Azevedo
Abstract Factory Pattern in C#: Streamlining Salary Processing in HR Post date September 9, 2024 Post author By Daniel Azevedo
The Factory Pattern in C#: Creating Objects the Smart Way Post date September 2, 2024 Post author By Daniel Azevedo Post categories In designpatterns, factory