We build a simple web API using MySQL and Drizzle, an ORM built in TypeScript that offers a more flexible and extensible solution than alternatives like Prisma and TypeORM.
Deno’s integration with Jupyter Notebook opens up new possibilities for data scientists, giving them access to Deno’s extensive module ecosystem.
We explore the evolving landscape of Rust compilation, focusing on two native compiler projects: LLVM and GCC.
Learn how to use Kanel to generate TypeScript types from PostgreSQL, then see it in action by building a to-do app.
There are a lot of testing strategies for Rust, ranging from unit to integration testing. In this article, we’ll learn more about what snapshot testing is and how it can supplement your development efforts.
On a broader scale, there aren’t many differences between NestJS and ASP.NET. There’s a lot of overlap in the philosophies they pursue, most evidently in their heavy use of OOP.
In NestJS, creating a custom module to reuse is quite simple and is, above all, encouraged.
Nowadays, it seems like everyone is into video streaming. The pandemic accelerated the growth of streaming platforms across the globe, […]
Solidity is an object-oriented programming language built solely for running smart contracts on the Ethereum Virtual Machine (EVM).