bestpractice共8篇
Notación Big O - Python-拾光赋

Notación Big O – Python

Notación Big O - Python, 1. Definición Notación matemática que describe el límite superior del tiempo de ejecución o el uso de espacio de un algoritmo. Se denota como O(f(n))...
kity的头像-拾光赋kity4个月前
0319
Microservice Best Practices: Scale your java microservices using virtual threads & async programming-拾光赋

Microservice Best Practices: Scale your java microservices using virtual threads & async programming

Microservice Best Practices: Scale your java microservices using virtual threads & async programming, Overview This article is part of the Microservices Best Practices series. The ...
kity的头像-拾光赋kity7个月前
05410
@Nullable et @NonNull-拾光赋

@Nullable et @NonNull

@Nullable et @NonNull,Le framework Checker propose plein d'annotations sympa à placer dans le code pour le sécuriser. Il permet notamment de répondre au besoin de nullabilité d...
kity的头像-拾光赋kity12个月前
05114
Improving Code Quality in Java: Best Practices and Examples-拾光赋

Improving Code Quality in Java: Best Practices and Examples

Improving Code Quality in Java: Best Practices and Examples,Code quality is a critical aspect of software development. Writing clean, maintainable code not only makes your life as ...
kity的头像-拾光赋kity2年前
0406
Best Practice of handling FastAPI Schema-拾光赋

Best Practice of handling FastAPI Schema

Best Practice of handling FastAPI Schema, The Best Practice of handling FastAPI Schema FastAPI Has a concept of Schema. DTO is more familiar name If you have developed at Spring or...
kity的头像-拾光赋kity3年前
0425
Separating Sensitive Data from Code (using python-decouple)-拾光赋

Separating Sensitive Data from Code (using python-decouple)

Separating Sensitive Data from Code (using python-decouple),Whenever I learn any code related stuff, I make sure I follow it all through till the end and then push the code to My R...
kity的头像-拾光赋kity5年前
03912
Do not abuse the assert-拾光赋

Do not abuse the assert

Do not abuse the assert,Asserts are for programmers to find bugs or situations that should never happen. The program should execute normally if all the asserts are removed. Asserti...
kity的头像-拾光赋kity6年前
0438
Technical debt or we must improve our code base quality-拾光赋

Technical debt or we must improve our code base quality

Technical debt or we must improve our code base quality,At this article I would tell about about one important code quality - maintenance. Problem. Two ways to solve your technical...
kity的头像-拾光赋kity7年前
0299