Binaya Puri

Certified AWS Developer Associate,DevOps,Cloud,MERN STACK,Terraform,Ansible

Name: Binaya Puri

Profile: Devops | Cloud | AWS | Mern Stack

Email: [email protected]

Contact: +977 9863452085

Skill

AWS ( Certified AWS Developer Associate) 100%
DevOps 90%
CI/CD 80%
Terraform 80%
Ansible 90%
Linux 90%
Docker 90%
MongoDB , Sql , Vector Database 80%
React 80%
Node JS 80%
Serverless ( Lambda , Api Gateway ) 80%
About me

Namaste,

I am a Certified Developer Associate with a passion for DevOps, MERN Stack, and AI/ML technologies. My journey in the tech industry has been fueled by my love for problem-solving and my innate curiosity about how things work. I pride myself on my ability to learn and adapt to new technologies and programming languages quickly.

With significant experience in full stack development using the MERN (MongoDB, Express.js, React.js, Node.js) stack, I have built a strong foundation in JavaScript and its associated libraries and frameworks. My work in DevOps has given me the opportunity to understand and implement efficient CI/CD pipelines, cloud infrastructure management, and system automation.

As an AI/ML enthusiast, I am constantly exploring the latest advancements in machine learning models and artificial intelligence applications. I believe in the power of data and the transformative impact that AI/ML can have on businesses across industries.

Throughout my career, I've had the opportunity to work on a variety of projects that have allowed me to apply and hone my skills. Whether I'm developing a complex web application using the MERN stack or optimizing a CI/CD pipeline, I bring a detail-oriented approach and a commitment to quality.

I invite you to explore my portfolio to see examples of my work and the projects I've contributed to. I look forward to the possibility of bringing my skills and passion to your team.

Training and Certificiation

Training and Certification: I am committed to continuous growth and skill enhancement. Explore my certifications to see my dedication to staying up-to-date with the latest industry standards and best practices.

AWS Developer Associate

Achieved the AWS Developer Associate certification, demonstrating proficiency in developing, deploying, and maintaining applications on the Amazon Web Services (AWS) platform. This certification validates my expertise in creating scalable and reliable cloud-based solutions, empowering businesses to innovate and thrive in the digital age.

AWS Partner: Accreditation (Technical)

As an AWS Partner with Technical Accreditation, I have proven my proficiency in architecting and implementing advanced cloud solutions on the Amazon Web Services platform. This accreditation reflects my ability to design and deliver cutting-edge, scalable, and secure AWS solutions that drive innovation and business success.

MERN Stack

I completed comprehensive MERN Stack training at Deerwalk Inc. in Nepal, where I honed my skills in building full-stack web applications using MongoDB, Express, React, and Node.js. This training equipped me with the knowledge and hands-on experience to create dynamic, modern web solutions, making me proficient in one of the most sought-after web development stacks in the industry.

Academic

APEX College

I began my academic journey in 2018, enrolling in the BCIS program at Apex College, Kathmandu. I am proud to have received a full scholarship from Pokhara University, which supported my studies. After five rewarding years, I successfully completed my BCIS degree in 2023. This educational experience not only equipped me with vital knowledge but also instilled a lifelong commitment to learning and innovation that I bring into my professional career.

Kathmandu Bernhardt

From 2016 to 2018, I attended Kathmandu Bernhardt School, situated in the peaceful surroundings of Balkhu, Kathmandu. During my tenure at this institution, I had the privilege of receiving a full scholarship from the Nepal Examination Board (NEB), underscoring my commitment to academic excellence.

Shivalaya Higher Secondary School

I attended Sivalaya Higher Secondary School, a government institution located in Kushma, Parbat, up to the 10th grade, with this phase of my education concluding in 2016. This school provided me with the foundational education that set the stage for my future academic endeavors.

Blogs | Articles

"Stay informed with my blog's timely, articles and updates."

AWS Services

Building a Serverless Node.js Backend API: Seamless Integration of Lambda, API Gateway, and DynamoDB

Building a Serverless Node.js Backend API involves creating a robust and highly scalable architecture that seamlessly integrates AWS Lambda, API Gateway, and DynamoDB. In this serverless setup, AWS Lambda functions serve as the core logic, responding to API requests efficiently, while API Gateway handles routing and authentication. DynamoDB acts as the NoSQL database for data storage.

AWS containerization

ECS with the aws installed CLI as image of docker file using terraform and push custom metric to the cloudwatch from the executed cli using crontab

This setup involves using Terraform to deploy an ECS (Elastic Container Service) cluster with an image that includes the AWS CLI. It allows you to execute AWS CLI commands within a Docker container. Additionally, a custom metric is pushed to Amazon CloudWatch periodically using crontab, enabling you to monitor and analyze specific metrics related to your application or environment.

AWS

Event-Driven AWS: Harnessing the Power of S3 Event Triggers with SQS, SNS, and Lambda

The concept of "Event-Driven AWS" involves leveraging Amazon S3 event triggers, such as object creation or deletion, to automatically initiate actions using AWS services like SQS (Simple Queue Service), SNS (Simple Notification Service), and Lambda. This approach enables seamless and automated workflows in response to events in your S3 buckets, allowing you to process, notify, or orchestrate various tasks efficiently within your AWS environment.

AWS

Deploy static website on S3 bucket and configure CloudFront distribution

"Learn how to deploy a static website on Amazon S3 and enhance its performance and security by configuring a CloudFront distribution. This step-by-step guide will walk you through the process of hosting your website on AWS, optimizing it for speed, and ensuring its scalability and cost-effectiveness."

AWS

Deploy a react app using github action (CI/CD)

In the world of modern web development, deploying your React application has become a crucial step. With the help of GitHub Actions, you can automate this process, ensuring that your website is always up-to-date with the latest changes in your codebase. In this guide, we'll walk you through the steps to set up a CI/CD pipeline for your React app hosted on GitHub.

AWS

Migrating Databases Seamlessly with AWS Database Migration Service

Database migration is a critical task for organizations looking to modernize their infrastructure, optimize performance, or switch to a different database platform. AWS Database Migration Service (DMS) offers a powerful solution for performing these migrations seamlessly and efficiently.

AWS

Streamlining AWS CI/CD with Elastic Beanstalk: A Comprehensive Guide

"Explore the world of Continuous Integration/Continuous Deployment (CI/CD) on Amazon Web Services (AWS) with Elastic Beanstalk as your powerful tool. This comprehensive guide will walk you through the process of streamlining your CI/CD pipelines, optimizing your development workflow, and deploying applications effortlessly using Elastic Beanstalk, making your AWS development journey efficient and hassle-free."

AI/ML

Mnist Dataset for Machine Learning : Fetch the data and then split it into train and test sets and apply few ML algorithms to detect a given digit

The MNIST dataset is a popular and widely used dataset in the field of machine learning and computer vision. It stands for "Modified National Institute of Standards and Technology" and consists of a large collection of handwritten digits. The dataset is often used as a benchmark for testing and developing machine learning algorithms, particularly for digit recognition tasks.