technology 第2页
Task Management App Tutorial with Python-拾光赋

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 ...
kity的头像-拾光赋kity3年前
03814
Building modules in Python-拾光赋

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...
kity的头像-拾光赋kity4年前
0508
Hello world, modular monolith-拾光赋

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 ...
kity的头像-拾光赋kity4年前
04312
Hellow World-拾光赋

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 ...
kity的头像-拾光赋kity4年前
02813
Modern Clean Architecture-拾光赋

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...
kity的头像-拾光赋kity4年前
0255
Vertx, Guice and Config Retriever: Dependency Injection in Vertx 4.x-拾光赋

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...
kity的头像-拾光赋kity4年前
0508
Updating version numbers for Python Packages in Azure DevOps-拾光赋

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...
kity的头像-拾光赋kity4年前
0497
Threading in Python-拾光赋

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...
kity的头像-拾光赋kity4年前
0419
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 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...
kity的头像-拾光赋kity4年前
0458
Is pythonic way the better way?-拾光赋

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...
kity的头像-拾光赋kity4年前
0247
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?

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 ...
kity的头像-拾光赋kity5年前
0336
Request Body Buffering With Spring’s RestTemplate-拾光赋

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...
kity的头像-拾光赋kity5年前
05215