Posts
Some More Reasons to Love and Hate .NET
A comparison of Blazor on .NET and ReactJS web development frameworks. These tools have a lot in common, yet differing from each other in some fundamental ways. Let's have a closer look!React Development with Styled Components
Let’s talk about CSS and React!
A Deep Dive With Blazor Whale
Hello again on a shiny shiny Sunday in April 2024!
Deploy Next Generation Blazor Front Ends as Container Apps
A walkthrough how to create a Blazor app and deploy it to Azure cloud as a container app.From Serverless Functions to Container Apps
Serverless Functions may not be the solution many believed it was. On the highway of broken promises, something better might be looming on the horizon. That something could be Containzeried Apps.Your Roadmap to Azure Functions Development
What are Azure Functions, how to get started with them an how they fit into the big picture of app development.Take Your Database to Cosmic Levels
To get serious with a scalable MongoDB in Cosmos DB you need to find a concrete starting point. In this article I want to be practical as usual and point out the right spot as I see it. For starters, instead of painting with a large brush, let's drill down into the details - that's the way you do it!Let's Turn Your Millions into Billions
Optimizing queries for speed means sacrificing flexibility. If your data is not really big and the performance is not the bottle neck but instead you need to provide a flexible way to allow queries to look at the data creatively from different angles, a relational model is the best fit.Automate Your MongoDB Queries to Deserialize Complex Pydantic Models
Relational databases are a conventional way to model and solve real world business problems. This is because relational thinking is natural for the human brain.How To Store Pydantic Soccer Players in the Mongo Database
Exploring how to perist Python objects validated with Pydantic library to MongoDB database.Tame Pandas With Pydantic to Be King of the Jungle
An introduction how to give more structure to your scientific Python code with Pydantic. In this example we use Pydantic to give an extra layer of robustness to Python code that applies Pandas data library.Validating Method Parameters in Python
When you start coding in Python programming language as a coder who is routined in some strongly typed language such as TypeScript, Java or C#, my bet is that first thing you want to enable in Python is strong typing.High Quality Type-Safe Code With Python
The good news is that you actually can achieve about the same level of type safety in Python code as you natively get in TypeScript, if you use Pydantic. Let's use Pydantic now and make some awesome code!Event Driven User Interfaces With React and Web Sockets
Do you want to implement a smooth browser based user interface that can deliver your critical business data to your UI with a minimal delay?Lubricate Your Data Flow With Kafka and Web Sockets
Just as any combustion engine needs to be lubricated with the best synthetic oils to work properly and smoothly, the same way every business system needs to be lubricated in order to serve as a relieable cash cow.Practical and Event Driven
You can't turn a farm tractor into a battle tank. But many people forget that a software system isn't a tractor or tank!Agile Data Management with MongoDB
Hey visitor, welcome to the future! Do you come from the dark ages of the last decade where giant relational databases ruled? Don't worry, it's year 2023 now and we have something better for you. Check out document databases!Landing on Planet DynamoDB
A practical guide to the differences between DynamoDB and relational databases for anyone curious.Why MongoDB Still Thrives
One reason that makes MongoDB so popular is its support for both relational and document oriented approaches, making it great a fit for a wide range of use cases.Time to Talk about Values
Let's get serious now. It's time to talk about values. The real question is, how do you know whether someone shares your values? Let's find out!There's a whole lotta zippin' goin' on
How to use the zip function to answer the Ultimate Question of Life, the Universe, and Everything.About State Management Libraries in React-based User Interfaces
Why does your user interface software need a state management library. Let's have a closer look!Redefining the Full Stack Developer
The full-stack developer's role is expanding to include IT infrastructure management. With tools like AWS CDK, developers can now streamline infrastructure setup, broadening the scope of full-stack capabilities.New Winds
Back in the 80’s
Wrap Easter Eggs Faster to Give Perfect Gifts
Starting with Legos, though
Optimizing Peformance with Hash Objects
When did the humanity experience the golden age of software code performance optimization? I would give my biased answer, it was in the 1980’s. No, I don’t have any hard data to support this claim. I just remember how games kept evolving on some very limited hardware, back in those days of my childhood.
Create Artificial Intelligence with Loaded Dice
Ideas about mice, maze and dice. And the fine art of shoplifting!The Immutability Drag Race
There’s been a trend toward functional programming in the recent years, especially in the field of web programming. The trend emphasizes certain coding principles and bunch them together under one loose concept of “functional programming paradigm”.
Applying Immutability To Object Oriented Programming
About Programming Paradigms
Introducing Metamatic Router
EDIT 2021-12-30: this article is deprecated!
URL-Based Application States with Metamatic's CONNECT Event
EDIT 2021-12-31: this article is deprecated!
Debug Easily States Inside Browser
EDIT 2021-12-31: this article is deprecated!
Using Metamatic Framework With React Router
EDIT 2021-12-31: this article is deprecated!
Connecting to Single Source of Truth
EDIT 2021-12-31: this article is deprecated!
Using Metamatic Dispatcher as Standalone Feature
EDIT 2021-12-31: this article is deprecated!
Implementing Custom State Containers
EDIT 2021-12-31: this article is deprecated!