Learn how to create Microservices with NestJS. We learn how to create an Event-Driven Architecture with RabbitMQ. There will be two Microservices Admin and Main with different databases. We will explore how to use NestJS with a Relational Database like MySQL and a NoSQL Database like MongoDB.
Link
This article will show how software development teams can build on-demand environments for dog-food testing, quality review and demos Link
terraform-aws-django
terraform-aws-ad-hoc-environments
Supabase is an open source Firebase alternative. Start your project with a Postgres Database, Authentication, instant APIs, Realtime subscriptions and Storage. Link
In this video, we create a Nest.js Microservice using Kafka as our transporter. We use both an event-driven and message-driven style of communication.
Link
It’s often the case that we want to inspect intermediate layers of a model without modifying the code e.g. visualize attention matrices of language models, get values from an intermediate layer to feed to another layer, or applying a loss function to intermediate layers.
Link
When there is a long running task, there are usually below 2 requirements:
As a user, I want to know the progress of the task As a user, I want to get the output of the task if it is finished We will use the out of the box features Threading and Cache in Python and Django respectively to achieve this
Link
In this tutorial we integrate Celery into an existing FastAPI app, Redis and FastAPI, all within Docker containers. We finish off by implementing Flower to monitor Celery jobs and workers.
Link
Link
Throughout the last 10 months, while working on PyTorch Lightning, the team and I have been exposed to many styles of structuring PyTorch code and we have identified a few key places where we see people inadvertently introducing bottlenecks.
Link
Stop writing boilerplate code, struggling with authentication and managing infrastructure. Start connecting APIs with code-level control when you need it — and no code when you don’t.