Filter by Category

Thumbnail for System Scalability Strategies: Horizontal vs. Vertical Scaling

System Scalability Strategies: Horizontal vs. Vertical Scaling

Cloud ComputingSystem ArchitectureDevOps

Published: 2025-05-20

An in-depth analysis of vertical and horizontal scaling approaches for modern systems, their advantages, disadvantages, and when to use each strategy.

Read more
Thumbnail for Analyzing System Prompts: Insights from Claude by Anthropic

Analyzing System Prompts: Insights from Claude by Anthropic

AI/LLM

Published: 2025-05-14

An analysis of the system prompt of a model like Anthropic's Claude provides valuable insights into crafting effective instructions for language models.

Read more
Thumbnail for Monolithic vs. Microservices Architecture

Monolithic vs. Microservices Architecture

Architecture

Published: 2025-05-07

An overview of monolithic and microservices architectures, their characteristics, impact on deployment and scalabilityand when to choose each.

Read more
Thumbnail for What is Software Architecture?

What is Software Architecture?

Architecture

Published: 2025-05-07

Understanding the high-level structure and design principles of software systems versus the detailed planning of individual components.

Read more
Thumbnail for RAG and AWS Bedrock - A Brief Introduction

RAG and AWS Bedrock - A Brief Introduction

AI/LLMAWS

Published: 2025-04-21

A short introduction to Retrieval Augmented Generation (RAG) and why AWS Bedrock is an interesting tool in this context.

Read more
Thumbnail for Automating GitHub to S3 Sync with AWS CodeBuild for Bedrock Indexing

Automating GitHub to S3 Sync with AWS CodeBuild for Bedrock Indexing

AWSCI/CD

Published: 2025-04-16

Learn how to automate the synchronization of a private GitHub repository to an S3 bucket for indexing with AWS Bedrock using AWS CodeBuild.

Read more
Thumbnail for Deploying to AWS S3 with GitHub Actions

Deploying to AWS S3 with GitHub Actions

AWSCI/CD

Published: 2025-04-09

Learn how to automate the deployment of your website to AWS S3 using GitHub Actions.

Read more
Thumbnail for How Model Context Protocol is a Game Changer in AI Integration

How Model Context Protocol is a Game Changer in AI Integration

AI/LLM

Published: 2025-04-04

Discover how Anthropic's Model Context Protocol (MCP) standardizes communication and context sharing between AI models, revolutionizing AI integration.

Read more
Thumbnail for What is Clean Architecture?

What is Clean Architecture?

Architecture

Published: 2025-03-28

An explanation of Clean Architecture, its layers, principlesand benefits.

Read more
Thumbnail for Introduction to RAG and Vector Search in NLP

Introduction to RAG and Vector Search in NLP

AI/LLM

Published: 2025-03-17

An overview of Retrieval Augmented Generation (RAG) and vector search in Natural Language Processing, discussing when to use each approach.

Read more
Thumbnail for Understanding LlamaIndex: Components, Toolsand Agents for LLM-Powered Agents

Understanding LlamaIndex: Components, Toolsand Agents for LLM-Powered Agents

AI/LLM

Published: 2025-03-11

An overview of LlamaIndex, a comprehensive tool for building Language Model (LLM) powered agents, focusing on its core components, toolsand agents.

Read more
Thumbnail for My Journey to Becoming an AWS Certified Developer – Associate

My Journey to Becoming an AWS Certified Developer – Associate

AWS

Published: 2025-03-06

My experience building a microservice on AWS and my journey to passing the AWS Certified Developer – Associate (DVA-C02) exam.

Read more
Thumbnail for Automation - Saving Time and Reducing Errors

Automation - Saving Time and Reducing Errors

AI/LLM

Published: 2025-02-26

Learn how automation and AI can save time, reduce errorsand improve decision-making in your business.

Read more
Thumbnail for LLMs in IT: Beyond Code Generation

LLMs in IT: Beyond Code Generation

AI/LLM

Published: 2025-02-18

How large language models are transforming IT operations, documentationand system analysis

Read more
Thumbnail for Understanding LLM Jailbreaking: Testing AI Safety Boundaries

Understanding LLM Jailbreaking: Testing AI Safety Boundaries

SecurityAI/LLM

Published: 2025-02-11

An exploration of how jailbreaking techniques for language models work and their potential benefits for AI safety research.

Read more
Thumbnail for Hallucinations in AI Language Models: Causes and Solutions

Hallucinations in AI Language Models: Causes and Solutions

AI/LLM

Published: 2025-02-04

Exploring the phenomenon of AI hallucinations and effective strategies to minimize their occurrence in LLM applications.

Read more
Thumbnail for Understanding AI Hallucinations: When Artificial Intelligence Makes Things Up

Understanding AI Hallucinations: When Artificial Intelligence Makes Things Up

AI/LLM

Published: 2025-01-29

Learn what AI hallucinations are, why they occurand how to handle them effectively in your AI interactions.

Read more
Thumbnail for Understanding and Counting Tokens in LLM Models

Understanding and Counting Tokens in LLM Models

AI/LLM

Published: 2025-01-22

Learn why token counting is crucial when working with LLMs and how to implement it in your applications

Read more
Thumbnail for Best Practices for Building AI Agents

Best Practices for Building AI Agents

AI/LLM

Published: 2025-01-14

Key principles for creating efficient and reliable AI agents

Read more
Thumbnail for SmolAgents: Building Custom AI Agents with Hugging Face

SmolAgents: Building Custom AI Agents with Hugging Face

AI/LLM

Published: 2025-01-08

Learn how to build powerful AI agents with Hugging Face's SmolAgents library and understand the differences between code-based and JSON-based agents.

Read more
Thumbnail for Preventing Information Leakage in LLM Applications

Preventing Information Leakage in LLM Applications

AI/LLMSecurity

Published: 2025-01-03

Learn effective strategies to protect sensitive information in applications using large language models (LLMs)

Read more
Thumbnail for Prompt Injection: Understanding the Top Threat to Language Models

Prompt Injection: Understanding the Top Threat to Language Models

SecurityAI/LLM

Published: 2024-12-23

An overview of prompt injection, why it tops the OWASP threat list for language modelsand how to protect against it.

Read more
Thumbnail for What is a Vector Database?

What is a Vector Database?

AI/LLM

Published: 2024-12-22

An exploration of vector databases, embeddingsand their applications in AI and machine learning

Read more
Thumbnail for Thread Summarization: Adding Memory to LLM Applications

Thread Summarization: Adding Memory to LLM Applications

AI/LLMProgramming

Published: 2024-12-21

Learn how to implement memory in stateless LLM applications using Thread Summarization technique

Read more
Thumbnail for Why and How to Use Fine-Tuning with OpenAI Models

Why and How to Use Fine-Tuning with OpenAI Models

AI/LLM

Published: 2024-12-18

Learn when to use fine-tuning, how to prepare your dataand how to train a custom OpenAI model to improve performance and reduce prompt length.

Read more
Thumbnail for Prompt Engineering: What Every Developer Should Know

Prompt Engineering: What Every Developer Should Know

AI/LLM

Published: 2024-11-28

Learn the key principles of prompt engineering and why mastering it is essential when working with large language models like GPT-4.

Read more
Thumbnail for Introduction to LLMs: What Are They and How Do They Work?

Introduction to LLMs: What Are They and How Do They Work?

AI/LLM

Published: 2024-11-20

A beginner-friendly explanation of Large Language Models (LLMs), how they workand how they are used.

Read more
Thumbnail for Understanding Dependency Injection in C#

Understanding Dependency Injection in C#

Architecture.NET

Published: 2024-03-12

Learn how Dependency Injection can improve your code structure, make your applications more testableand increase flexibility. A practical overview with C# examples.

Read more
Thumbnail for Mutation Testing in .NET with Stryker

Mutation Testing in .NET with Stryker

.NET

Published: 2024-03-11

Learn how mutation testing helps evaluate the quality of your unit tests by injecting artificial bugs into your code. We’ll walk through a practical example using Stryker.NET.

Read more
Thumbnail for Clean Code Principles: SOLID, KISS, YAGNIand DRY

Clean Code Principles: SOLID, KISS, YAGNIand DRY

Programming

Published: 2021-08-01

Explore essential principles for writing clean, maintainable code—SOLID, KISS, YAGNIand DRY—and learn how they improve code quality and clarity.

Read more
Thumbnail for Using AutoMapper with DTOs in .NET

Using AutoMapper with DTOs in .NET

ProgrammingArchitecture

Published: 2021-07-09

Learn how to use AutoMapper to simplify mapping between domain models and DTOs in .NET applications.

Read more
Thumbnail for Design Patterns Overview: Singleton, Factoryand Observer

Design Patterns Overview: Singleton, Factoryand Observer

Architecture

Published: 2021-07-07

An introduction to design patterns in software engineering with a focus on Singleton, Factoryand Observer patterns.

Read more
Thumbnail for Introduction to Entity Framework

Introduction to Entity Framework

Programming

Published: 2021-21-29

An overview of Entity Framework, a popular open-source ORM for .NET, including Code-First and Database-First approaches.

Read more
Thumbnail for MVC in a Nutshell

MVC in a Nutshell

Architecture

Published: 2021-03-21

A brief introduction to the MVC architectural pattern and how its components—Model, Viewand Controller—work together.

Read more