Blog

Install Terraform on Linux with Script

· 1 min read

Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can help with multi-cloud by having one workflow for all clouds. The infrastructure Terraform manages can be hosted on public clouds…

Optional chaining in NodeJS

· 1 min read

Optional chaining is one of the new JavaScript language features that are available as of Node.js 14. Optional chaining allows you to read the value of a nested property without having to check whether each preceding reference is valid. We…

Running Go Program on iOS and iPadOS with iSH

· 1 min read

How about Debugging and running your Go Program with your iPhone? Huh, Why Not In this guide, I will be showing you how to set up a Go Environment on your iOS and iPadOS with iSH. iSH iSH iSH is a Linux-like shell on iOS. You can edit…

Reduce and Convert .mov file to .mp4 with FFmpeg

· 1 min read

Hey Guys, Trust you’re doing well today. Today, I’d like to share how I reduce and convert a .mov (Apple Quicktime Video) to .mp4 with FFmpeg with a single command. Before we move on, let’s talk about FFmpeg. FFmpeg is a complete, cross…

Stateless or Stateful- React Component

· 3 min read

Stateless or Stateful- React Component. In a simple definition, it can be explained as If the behavior of a component is dependent on the state of the component then it can be termed as a stateful component and if the behavior is…

Intro to Destructing

· 1 min read

Destructuring is a convenient way of extracting multiple values from data stored in (possibly nested) objects and Arrays. It can be used in locations that receive data (such as the left-hand side of an assignment). Array Example:

Welcome to my blog

· 1 min read

Coming soon

Best practices with React

· 1 min read

Hello, I want to share my list that consists of some practices that I use to write components in React, surely you already know some of them. Of course this is my point of view, you can recommend some practice that you do not find in the…

Good practices when committing git

· 1 min read

Non Phineus et submovet fit terraque coming soon

Competitive Programming Utilities

· 1 min read

Coming soon

Introduction to Design Patterns

· 1 min read

Coming soon

Bit manipulation

· 1 min read

Useful operations Coming soon

Redux Basic Concepts

· 1 min read

Coming soon