Code :: Run :: Learn & Iterate
Software Engineering journal mostly about: languages (Rust, TypeScript, Go & Python), container orchestration (Kubernetes), Data, ML and cloud providers (AWS & GCP).
rust
Rust language is 1 year old
The Rust language aims to offer: - Uncompromising performance and control, - Prevention of many categories of bugs such as concurrency issues, - Ergonomics at the height of languages like Python and Ruby.
author
aws
Generate S3 presigned URLs with Boto3
Boto3, the AWS SDK for Python, allows to interact with Amazon S3 service and generate presigned URLs.
author
data
Pandas on AWS with AWS Data Wrangler
The GitHub page of the project describe the library as Pandas on AWS. Pandas an is open source data analysis and manipulation tool, built on top of the Python programming language. Pandas is designed to be fast, powerful, flexible and easy to use.
author
node-js
Zero downtime deployment avec Node.js et Express, une première étape ...
Lorsqu’on souhaite stopper ou redémarrer un serveur, différentes solutions s’offrent à nous. Parmi elles, la possibilité d’envoyer un signal de type SIGTERM au processus.Cette solution est couramment utilisée, malheureusement cela entraîne la coupure des connexions en cours sans permettre au serveur d’honorer les requêtes en cours de traitement.Dans ...
author