Kanani Nirav

Kanani Nirav @kanani_nirav

About: Software Engineer 💻 Passionate About Continuous Growth And Development.

Location:
Tsukuba, Japan
Joined:
Aug 8, 2022

Kanani Nirav
articles - 28 total

The Power of SEO: How my website ranked higher in just 48 hours

See how optimizing keywords, meta tags, and page speed boosted my website traffic. SEO...

Learn More 6 0Feb 24

[Boost]

A post by Kanani Nirav

Learn More 0 0Feb 10

Page Views Counter: Netlify Dynamic Site Challenge using Netlify Blobs

This is a submission for the Netlify Dynamic Site Challenge: Build with Blobs. What I...

Learn More 6 2May 11 '24

YouTube AdBlocker: The Ultimate Solution to Blocking Ads on Chrome, Microsoft Edge, and Firefox

Currently, YouTube tries to force us to watch ads by showing a message that says “Ad blockers are not...

Learn More 13 8Nov 11 '23

Top 6 Most Popular API Architecture Styles You Need to Know (with Pros, Cons, and Use Cases)

In this article, we will discuss about 6 Most Popular API Architecture Styles: REST, SOAP, GraphQL,...

Learn More 114 2Sep 18 '23

The Ultimate Markdown Cheat Sheet: A Blogger’s Best Friend

In this article, we will discuss about Markdown and provide an easy-to-use Markdown Cheat Sheet. ...

Learn More 9 0Sep 3 '23

Monorepo vs Microrepo: How to Choose the Best Repository Structure for Your Code

In this article, we’ll look at What is Monorepo and Microrepo? What are their advantages and...

Learn More 7 0Aug 13 '23

Dev Deletes Entire Production Database

In this article, we’ll look at how a developer’s mistake caused GitLab to lose six hours of data from...

Learn More 50 10Jul 23 '23

ChatGPT Prompts: A Guide for Developers 🧑‍💻

In this article, we will demonstrate how to use different prompts to ask ChatGPT for help and make...

Learn More 15 4Jul 4 '23

Secret To Optimizing SQL Queries - Understand The SQL Execution Order 🚀

In this article, we will learn how SQL queries are executed by the database engine and how we can use...

Learn More 98 2Jun 1 '23

Git Cheat Sheet: Essential Commands for Effective Code Management

In this blog post, I have tried to cover some basic Git commands that I used frequently in my work...

Learn More 22 2May 16 '23

How to Monitor and Alert Docker Container Status on EC2 for High Availability

In this blog, we will learn how to monitor the status of docker containers on EC2 and send email...

Learn More 5 0May 10 '23

The Five Lines of Code Principle: Why Less is More in Programming

In this article, we’ll Learn a simple principle that can help you refactor your code more effectively...

Learn More 54 29Apr 4 '23

Getting Started with GitHub Actions: A Beginner’s Guide

In this article, we'll explore what GitHub Actions is, how it works, and some of the benefits of...

Learn More 32 0Mar 13 '23

Git Rebase vs Git Merge, Which One is the Best Option?

Git Rebase and Git Merge are two common ways to integrate changes from one branch into another. While...

Learn More 5 0Feb 23 '23

35 Windows Commands you NEED to know with examples and explanation

Here are 35 Windows Commands you NEED to know with example and explanation dir - Display a list of...

Learn More 14 1Jan 8 '23

50 Linux Commands every developer NEED to know with example

Here are 50 useful Linux commands that every developer should know, along with a brief description...

Learn More 260 8Dec 22 '22

AWS Cloud Practitioner(CLF-C02) Exam Short Notes—A Study Guide

If you are preparing for AWS Cloud Practitioner Exam, this guide will help you with quick revision...

Learn More 86 5Sep 23 '22

Launch an EC2 Instance with Ruby installation Using AWS CloudFormation

We are creating an EC2 Instance with Ruby installation Using AWS CloudFormation. Using this we can...

Learn More 10 0Sep 9 '22

Form validations in Ruby On Rails Application.

In this article, we will learn how to manage server-side and client-side form validations according...

Learn More 9 1Sep 2 '22

Github Pre-commit Hook Setup In Ruby On Rails for maintaining coding standards and productive.

In this article, we will set up GitHub pre-commit hook using the pre-commit gem in Ruby On Rails, and...

Learn More 8 1Aug 29 '22

Cron Job With Whenever Gem Setup — Ruby On Rails

Introduction About the Cron Job Hi Everyone!. In this post, I want to share with you a little guide...

Learn More 6 0Aug 22 '22

How to set up SFTP server on Ubuntu(AWS-EC2)

■Introduction About the SFTP SFTP stands for SSH File Transfer Protocol. As its name suggests, it’s...

Learn More 6 3Aug 19 '22

Deploy a React App to Amazon S3 using Github Actions And Bitbucket Pipelines

This walk-through is a simple step-by-step guide to deploying a React Web application to Amazon S3...

Learn More 8 0Aug 17 '22

Debugging a Ruby On Rails Application in Visual Studio Code

VS Code Debugger for Ruby on Rails I have been using Visual Studio Code as my IDE while coding in...

Learn More 32 2Aug 12 '22

How to Implement Custom ActiveRecord Validations — Ruby On Rails

Ruby on Rails has amazing docs on validations. In this blog post, I want to cover custom validations...

Learn More 8 0Aug 10 '22

Rack-attack gem setup to protect Rails and Rack apps from bad clients

Rack middleware for blocking & throttling abusive requests. Protect your Rails and Rack apps from...

Learn More 19 1Aug 9 '22

Create a VPC with private and public subnets using CloudFormation

What is AWS Cloudformation? AWS CloudFormation is a service that gives developers and...

Learn More 8 0Aug 8 '22