Learn / Backend
Local Voice Assistant with Ollama
Kacper Walczak · 06-03-2026
Build your own local voice assistant powered by Ollama.
Latest post from Backend
Local Voice Assistant with Ollama
Kacper Walczak · 06-03-2026
Build your own local voice assistant powered by Ollama.
Latest post from Backend
TAGS
All backend tags
Tag purpose is to show what is the topic of given
article. Click one to see all related articles.
READ
Readings
Read all Backend related articles
- Event
- Service
- Aggregate
- ...
valid_at: Date...- CQRS
- Hexagonal
- Microservice
- ...
- MVC
- CQRS
- Microservice
- ...

Graph DB usage comparison
Compare Neo4j and Tigergraph databases, which is easier to work with, etc..
DDD

Domain Driven Design (DDD)
Lets learn how to utilize DDD approach with examples.


"One to rule them all" - service rebuild story
Service rebuild + NoSQL migration of millions of documents on Google Cloud.

Bi-Temporal Events
Compare Martin Fowler's vision with reality or so-called 'Arkency way'.
⌛ timestamp
📊 data

EventStore for Event Sourcing
Dive into Event Sourcing internals, learn how to build Event Store.


MockClock Unit Testing
Mock time to check wheter product can be returned in tests within 30 days threshold.
<ul> <li>Data1</li> <li>Data2</li> </ul>
Scrape Pharmacies list
How to scrape list of Pharmacies from browser and save to CSV file with Node, Puppeteer and Cheerio.
⌛ now?
... tik, tok

Perfect Timer for the Web
Learn how to create perfect 10min, etc. timer for your apps in typescript.
Docker
Node + Container

ExpressJS & MongoDB with Docker
How to contenerize ExpressJS and MongoDB app.
PostgreSQL

Integration Testing

Test PostgreSQL with Testcontainers
How to PostgreSQL integration tests with Testcontainers.
.sub()
{ "id": "IAJSIDJAS", "title": "Resize image with Python"}
RxJS Subject in Python
Implementing the Subject and Observer pattern in Python.
Datastructure
Date

Date in Javascript
Learn how to deal with dates in JS.

Light/dark
Check out how to light/dark your website or app.
Deploy
CPanel

Deploy static HTML to CPanel
CD- Deploy static HTML to the shared hosting CPanel.
Architecture

CQRS
Lets learn how to use CQRS in your project and when.
Ways to build

Backend Architectures
Lets learn how to use different kinds of architecture.
- Case
# given, when# then →assert true
API Unit Testing
Learn how to Unit test your API
Simulator
CPU

Lets build a CPU simulator
Lets build a CPU simulator.
SendEmailThatPostIsPublished(
MakePostFromDraftService(draft_repo=PostDraftRepository(), post_repo=PostRepository())
).publish(post_draft_id="put_real_post_draft_id_here")
# decorator# pattern
Flask API with services
Learn how, why and when to use services with Flask and easy to test architecture.
Request
{
"title": "Resize image with Python",
"content": "Learn how to resize image with Python",
"author_id": "user_OAIJSDOIJ"
"created_at": "2021-10-28T00:00:00.000Z"
}
Flask JSON CRUD API
Get to know how to easily build json API with Flask and easy to test architecture.
➡️ main.py
Engine

Deploy Flask to AppEngine
Learn how to deploy Flask to AppEngine on Google Cloud Platform.
· vipCode?

Discriminated Unions
Learn how to deal with optional properties in typescript.
.set(key, value)
.get(key)

Maps in JS
Learn how to use Map in JS, interesting usage.
class App

DI in TypeScript
Learn how to implement Dependency Injection in TS.

Resize img with Python
Get to know how to use PIL library for Python img resize solution.

Build http server
Build with me Express like library but with Bun. Learn how to build http server with Bun.

Running a basic server
Compute Engine on Google Cloud Platform is easy to start with.
DTO
Repository
Domain

DRD Frontend
SPA architecture for frontend applications.