/thoughtworks – Technology Radar
https://www.thoughtworks.com/radar/languages-and-frameworks
Checking domain DNS records using online tools
If you do not have the ability to check DNS records using the command line, you can check records using online trusted tools. Down below are provided some online tools which you can use. 1. DNSRecords The online tool where you can enter the domain name and all the domain DNS Leggi tutto…
Patroni cluster
https://patroni.readthedocs.io/en/latest/ Patroni is a template for you to create your own customized, high-availability solution using Python and – for maximum accessibility – a distributed configuration store like ZooKeeper, etcd, Consul or Kubernetes. Database engineers, DBAs, DevOps engineers, and SREs who are looking to quickly deploy HA PostgreSQL in the datacenter-or anywhere else-will hopefully find it Leggi tutto…
Whisper
OpenAI today open-sourced Whisper, an automatic speech recognition system that the company claims enables “robust” transcription in multiple languages as well as translation from those languages into English. OpenAI open-sources Whisper, a multilingual speech recognition system https://openai.com/blog/whisper/
MILVUS Vector database
Vector database built for scalable similarity search Open-source, highly scalable, and blazing fast. https://milvus.io https://github.com/milvus-io/milvus
Best practices for creating a modern npm package
https://snyk.io/blog/best-practices-create-modern-npm-package/
4 Testing Methods Every Developer Should Know
Static Testing Unit Tests Integration Tests End-to-End Tests https://www.makeuseof.com/testing-methods-developers-should-know/
Showstopper
A showstopper is an unforeseen issue that prevents a product from being released on time. For example, a company may plan on releasing an update, then discover that a new aspect of the project would be detrimental to users. In this case, developers would need to delay or cancel the update. https://www.techopedia.com/definition/22054/showstopper-bug
Use Docker with NodeJS Projects Like a Pro!
https://levelup.gitconnected.com/use-docker-with-nodejs-projects-like-a-pro-a9e7504e1308 If you want to build the code for production, we can use the following command. The explanation about the command npm ci can be found here.