Sayed Naweed Rizvi

Sayed Naweed Rizvi @navedrizv

About: Software Engineer, Cloud Architect, DevOps

Location:
India
Joined:
May 27, 2021

Sayed Naweed Rizvi
articles - 14 total

Run VMs alongside Containers in a Kubernetes Custer with KubeVirt

As containers continue to dominate modern application deployment models, many organizations still...

Learn More 0 0Jul 29

Learning Dependency Injection in PHP Was a Game Changer. Here's Why

Back in around 2013, I was neck-deep in a project where we had to upgrade a legacy PHP application...

Learn More 0 2Jul 3

Making Sense of Cloud Costs with the FOCUS Framework

Why the FOCUS Framework Matters in Real-World FinOps When you’ve worked with cloud bills...

Learn More 1 0Jun 26

LocalStack: Simulating AWS Locally for Faster Development and Testing

Working with AWS is powerful, but developing and testing cloud-native applications can be...

Learn More 6 0May 26

What Is the Purpose of main() in Java?

When you're first introduced to Java, one of the first things you’ll write is: public class...

Learn More 0 0May 14

Just published a tiny npm tool: tree-generator 🌲 Turn a text-based folder structure into real folders/files instantly. https://www.npmjs.com/package/tree-generator-cli #npm #opensource #javascript #productivitytools #devtools #nodejs

A post by Sayed Naweed Rizvi

Learn More 0 0Apr 10

Var, Let , Const - Javascript basics

Var, let & Const are used to declare variables, objects and constants in JavaScript. ...

Learn More 1 0Mar 28 '24

What are JSON Web Tokens (JWT)

You may be asking yourself, "What in the world is a JSON Web Token and why do I need to know about...

Learn More 2 0Dec 25 '22

How to do Code Review

Code review is an essential part of the software development process. If done properly, it will not...

Learn More 1 0Dec 23 '22

Javascript Callback functions & Promises

Callback functions are known to many programming languages, with almost similar style and purpose. ...

Learn More 3 1Aug 15 '22

Building Microservices - Fundamentals

Over the years, applications have evolved from being a Monolithic Centralised deployments to...

Learn More 5 0Jul 10 '22

Setting up communication between GitLab Runner and Deployment Server with SSH

If you are setting up gitlab-ci pipeline, you will need to establish a secure connection between the...

Learn More 22 1Jul 6 '22

Setup local Kubernetes cluster with Docker Desktop

Cloud is in the air, literally !! Kubernetes has been a game changer, when it comes to scaling your...

Learn More 19 0Jun 23 '22

Setup AWS S3 bucket locally with LocalStack

LocalStack is a great tool which Simulates the AWS services on your local system. You can run the...

Learn More 58 1Jun 11 '22