~codementor-communit | Bookmarks (196)
-
Introducing ReplayQ, EMQX's Buffer Layer for Resilient IoT Data Integrations | Codementor
We will first explain why this buffer is needed, then we will take the Kafka integration...
-
-
How to synchronise between SVN and Git. | by Melisha Trout | CodeX | Codementor
In my last post I mentioned how one could migrate from SVN to Git. In this...
-
Rust and Wasm Side-by-Side | Codementor
Background At my work, we're considering using WebAssembly (hereafter abbreviated as WASM) because it allows us...
-
Writing (Another) Avatar Service | Codementor
Never write another avatar service again. Just use a self-contained, open-source service called Archtype.
-
The Power of Component Composition in React | Codementor
Learn about how to leverage one of React's most underused but powerful features.
-
Kubernetes - Namespace | Codementor
Kubernetes NAMESPACE is a virtual cluster for organizing and structuring Kubernetes objects. Not all objects are...
-
Looking back at: Building an HTTP Server From Scratch in C++ | Codementor
I wrote the article "Building an HTTP Server from Scratch in C++" to offer a comprehensive...
-
Java Interview Questions (series) - Java Updates | Codementor
Intro In a usual Java interview, there will be a moment where the interviewer will think:...
-
Shortest Program in Language C | Codementor
lets learn the shortest program in C, the absolute basics in Language C
-
eShopOnContainers - Part 2 | Codementor
I am assuming you followed Deploy to Local Kubernetes (https://github.com/dotnet-architecture/eShopOnContainers/wiki/Deploy-to-Local-Kubernetes) and successfully deployed to Docker Desktop...
-
-
Mistakes which beginners make while choosing a Programming Language | Codementor
Try avoiding this mistakes...
-
eShopOnContainers - Part 1 | Codementor
In this post, I am trying to explain few important points with details which I found...
-
Docker Compose between files and projects | Codementor
Compose supports two methods of sharing common configuration: Extend an entire Compose file by using multiple...
-
Variables in Docker Compose | Codementor
There are multiple parts of Compose that deal with environment variables in one sense or another....
-
Microservices - Polyglot persistence | Codementor
By choosing to decentralize your data stores, you promote polyglot persistence among your microservices, and identify...
-
How I learned Python (from scratch) 🐍 | Codementor
About me Please see my background section in my profile 🤓 Why I wanted to learn...
-
Microservices - Message Broker | Codementor
Microservices are decoupled from each other but they still have the ability to communicate with each...
-
Squeak/Smalltalk: Creating new SystemWindow | Codementor
This article shows how to create and display a SystemWindow object using Squeak/Smalltalk.
-
What Language C can do and other Programming languages cannot… | Codementor
wonders of language C
-
Before directly jumping to code, learn this... | Codementor
what to learn before jumping to code
-