排序
Python JSON schema
Python JSON schema,If you have a web API you're probably using JSON as the format to exchange data between the API and the client. This exchange forms an implicit contract between ...
Django ORM with objects
Django ORM with objects,I recently discovered a hidden gem in the Django ORM, the ability to handle application domain objects without any transformation before querying the databa...
OCaml, Python and protobuf
OCaml, Python and protobuf, protobuf (2 Part Series) 1 Introduction to Protocol Buffers 2 OCaml, Python and protobuf Time to explore protobuf with code! I'll start by trying to sha...
Lovely Silk
Lovely Silk,I added a new tool to my toolbox this week, Silk. Which is defined like this in their documentation. Silk is a live profiling and inspection tool for the Django framewo...
First steps with llama
First steps with llama,Time to try out some coding with generative AI and LLM (Large Language Model). I had one requirement for this and that was to run it locally on my machine an...
pyenv – manage python versions
pyenv - manage python versions,I wish that I new about pyenv when I started to programming in Python. This tool makes it easy to manage and switch between different Python versions...
AWS SDK for Java v2 – so simple they saved on documentation
AWS SDK for Java v2 - so simple they saved on documentation,The version 2 of the AWS Java SDK is much less documented than the first one. Okay it's newer so there are less blogs an...