100daystooffload共7篇
Python JSON schema-拾光赋

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 ...
kity的头像-拾光赋kity10个月前
04210
Django ORM with objects-拾光赋

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...
kity的头像-拾光赋kity2年前
0405
OCaml, Python and protobuf-拾光赋

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...
kity的头像-拾光赋kity2年前
04315
Lovely Silk-拾光赋

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...
kity的头像-拾光赋kity2年前
02511
First steps with llama-拾光赋

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...
kity的头像-拾光赋kity2年前
0396
pyenv - manage python versions-拾光赋

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...
kity的头像-拾光赋kity2年前
0405
AWS SDK for Java v2 - so simple they saved on documentation-拾光赋

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