排序
Sending daily live data to your phone automatically
Sending daily live data to your phone automatically, Introduction Today I'd like to show you an excerpt of a small RaspberryPi / Python project I worked on recently. The main idea ...
Spring Security and threads
Spring Security and threads, Introduction When using Spring Security to secure our applications, we must be aware of its inner workings. The foundation is SecurityContext which hol...
Linked Lists in Python
Linked Lists in Python,While developing software we all look for the best ways to structure our data.Today I want to explore one the ways in which we can better structure our data....
Writing microbenchmarks with JMH
Writing microbenchmarks with JMH,Today I'd like to talk about a subject that cares for me : performance. I'm going to give a quick overview of an aspect that it not often treated :...
Let’s Make the Tiniest Blockchain Bigger
Let’s Make the Tiniest Blockchain Bigger, Note: This article assumes you’ve read part one. The tiniest blockchain was extremely simple, and it was relatively easy to make. But, w...
How to test input processing in Python 3
How to test input processing in Python 3,Testing functions that use input() is not a straightforward task. This tutorial shows how to do that. The problem Contest programming probl...
From Zero to Hero (How I became a professional developer in a year)
From Zero to Hero (How I became a professional developer in a year),I had always thought that I would have a hard time finding a job as a programmer. When starting out, I was easil...
Kotlin Coroutines Guide
Kotlin Coroutines Guide,This is a deep dive into Kotlin Coroutines and non-blocking concurrent programming https://kotlinexpertise.com/kotlin-coroutines-guide/ 原文链接:Kotlin Cor...
How should I package my Django app?
How should I package my Django app?,I have a Django application that serves media (in the vein of Plex or Kodi) that I want to make easy to distribute for others to use. It require...
Script as a Service
Script as a Service,I'm going to show you how I got a Python script to run as a service on Ubuntu. I was working on a project of mine that is a Twitter Bot that tweets compliments ...
Opinions on truthiness across languages
Opinions on truthiness across languages,A version of this article originally appeared on my GitHub pages blog Different languages have different opinions about what to treat as 'tr...