排序
Task Management App Tutorial with Python
Task Management App Tutorial with Python,In this tutorial, we'll first build a simple to-do app in Django using Python. Then we'll explore some ways we can visualize the resulting ...
Building modules in Python
Building modules in Python,So recently I’ve been involved in a lot more development work as a result of changing direction in my career. And honestly it’s been really interesting...
Hello world, modular monolith
Hello world, modular monolith, Photo by Kaleidico on Unsplash I just published a new side project of mine, for creating modular monoliths. It’s very early stage. Not more than an ...
Hellow World
Hellow World, Fellow Engineering Blog: The technology behind the platform that makes meetings delightful No, that’s not a typo. Over the last few years, all of us here have typed ...
Modern Clean Architecture
Modern Clean Architecture, Clean Architecture is a term coined by Robert C. Martin. The main idea: Entities and use cases are independent of frameworks, UI, the database and extern...
Vertx, Guice and Config Retriever: Dependency Injection in Vertx 4.x
Vertx, Guice and Config Retriever: Dependency Injection in Vertx 4.x,In computer science, the dependency injection is defined as a pattern, whereby one component gets other compone...
Updating version numbers for Python Packages in Azure DevOps
Updating version numbers for Python Packages in Azure DevOps,So I did a previous post on how to create package libraries in Python, and I wanted to put in a post here on how to sol...
Threading in Python
Threading in Python,Just another quick tip and trick for Python, and that is how you implement threading. This is surprisingly simple in Python, but basically it involves installin...
Garbage Collection in Java – What is GC and How it Works in the JVM
Garbage Collection in Java - What is GC and How it Works in the JVM,Garbage Collection is the process of reclaiming the runtime unused memory by destroying the unused objects. In l...
Is pythonic way the better way?
Is pythonic way the better way?,Here I have shared some of my thoughts on some of the pythonic way coding style. These do not design patterns (which are best practices used by expe...
Web Design and Styling….. what is the right path, I should look into?
Web Design and Styling..... what is the right path, I should look into?,Today.... I’ve realized how much I don’t like styling. I like javascript, and also python.... But when it ...
Request Body Buffering With Spring’s RestTemplate
Request Body Buffering With Spring’s RestTemplate, Background I have been using the Java Spring framework for my work for a while now. I started learning the Spring framework whil...