Rak

Rak @rsiv

About: cloud engineer @ nitric

Location:
Boulder, Colorado
Joined:
Mar 16, 2022

Rak
articles - 46 total

Deploying a Sentiment Analysis API with Nitric and Python

Deploying a Sentiment Analysis API with Nitric and Python In this guide, you’ll build a...

Learn More 0 0Apr 8

Separating Concerns: Developers vs. Operations

When you’re building applications for the cloud, you naturally use a cloud provider’s SDK—AWS, Google...

Learn More 7 0Jan 8

Llama 3.2 on Lambda

Llama 3.2 1B is a lightweight AI model that makes it interesting for serverless applications since it...

Learn More 2 0Nov 25 '24

Bringing declarative infrastructure to developers

Over the past decade, Terraform has revolutionized how operations (Ops) teams manage cloud...

Learn More 2 0Oct 14 '24

Nitric is Terraform for Developers

As of the 29th of July this year, Terraform has been around for an entire decade! That’s right a one...

Learn More 8 0Aug 19 '24

Secure Upload URLs Buckets with Nitric in Python

Creating a secure method for users to upload files directly to an S3 bucket is a common requirement...

Learn More 5 0Mar 11 '24

Running a scheduled task with Nitric in Python

Setting up a scheduled job is a common requirement for many modern applications. With the Nitric...

Learn More 5 0Mar 11 '24

Creating Bucket (S3) Notifications on AWS with Python

In this tutorial, we’ll explore how to set up bucket notifications in Python, enabling your...

Learn More 7 0Mar 11 '24

Your first Nitric API using Python

Hey Dev.to community! Today we are diving into an exciting project where we'll create a Profile...

Learn More 5 0Mar 11 '24

Open-Source Framework that understands Your Application Infrastructure Needs

Hello Everyone! You may have heard of the open source Nitric framework that my team and I have been...

Learn More 6 0Jan 24 '24

Cloud Deployment Anomalies that send us down rabbit holes

Building for the cloud is often perceived as a straightforward journey, but as many developers...

Learn More 2 0Jan 24 '24

Lessons in GitOps & Automation

In the last few years I’ve encountered three formidable challenges that consistently test the...

Learn More 7 1Jan 9 '24

Cloud Secrets with Nitric SDK in Go

When developing applications, it's common to handle confidential data such as API keys, passwords,...

Learn More 7 0Oct 26 '23

Diving into CORS with Nitric in GO

Understanding CORS Middleware in Web Applications CORS, or Cross-Origin Resource Sharing, is a...

Learn More 9 0Oct 17 '23

Process events once, (pub/sub) using Nitric in GO

The Idempotent Consumer pattern is essential for handling duplicate messages in microservices,...

Learn More 20 0Oct 11 '23

Secure Upload URLs Buckets with Nitric in Go

Creating a secure method for users to upload files directly to an S3 bucket is a common requirement...

Learn More 19 0Oct 11 '23

Running a scheduled task with Nitric in GO

Setting up a scheduled job is a common requirement for many modern applications. With the Nitric...

Learn More 19 0Oct 6 '23

Building a Real-Time Messaging Service with Nitric SDK in Go

In this tutorial, we will build a simple real-time messaging service using the Nitric SDK in Go....

Learn More 21 0Oct 5 '23

Creating Bucket (S3) Notifications on AWS with GO

In this tutorial, we’ll explore how to set up bucket notifications in Go, enabling your applications...

Learn More 17 0Oct 2 '23

Your first API with GO & Nitric

Hey Dev.to community! Today we are diving into an exciting project where we'll create a Profile...

Learn More 23 2Sep 27 '23

Example chat app - Clerk makes auth dead simple

If you're looking to explore a great example of a real-world, feature-rich chat application built...

Learn More 7 0Sep 11 '23

Real-Time Connections with AWS

AWS API Gateway offers a WebSocket API feature that can simplify the process of setting up real-time,...

Learn More 5 0Aug 22 '23

Adding pub/sub to an Express application.

In this blog post, we'll take a deeper look at how you can scaffold a new cloud application and take...

Learn More 4 1Jul 12 '23

Scale your node.js app to zero

Paying for full-time servers for applications that go through usage spikes and troughs? Seems like a...

Learn More 0 0Jul 10 '23

Building on IaC for better Developer experience

Introducing an Infrastructure as Code (IaC) framework into your development workflow can bring...

Learn More 3 0Jul 10 '23

Custom Domains - The easy way.

Today, we'll discuss how to set up a custom domain for your APIs deployed via Nitric, specifically on...

Learn More 2 0Jul 10 '23

The fastest and simplest way to bring your KOA app to the cloud.

TL;DR: Ready to migrate your KOA application to AWS, GCP, or Azure? Simplify the process by...

Learn More 3 1Jul 7 '23

Secure URLs in the Cloud.

Cloud storage has revolutionized the way we manage and share data. Whether you're running a...

Learn More 3 1Jul 6 '23

Client & server-side validation with Zod.

Validating the data we receive from various sources is crucial. It's a common challenge faced when...

Learn More 18 0Jul 6 '23

No Ops? No worries.

Scenario: Your team of developers doesn't have access to a platform engineering team, you need to be...

Learn More 2 0Jun 20 '23