Cracking the Code: Preparing for FANG Company Interviews

In the competitive world of tech, landing a job at a prestigious company like Facebook, Amazon, Netflix, or Google (FANG) is a dream for many software developers. These companies are known for their challenging interview processes that assess not only technical skills but also problem-solving abilities, communication skills, and cultural fit. In this blog post, […]

Using AI in daily life as a developer

Artificial intelligence (AI) is transforming the world of software development. From automating tasks to enhancing creativity, AI can help developers improve their productivity and quality. In this blog post, we will explore some of the ways that developers can use AI in their daily life, and how to get started with various AI tools. Why […]

Efficiently searching rows by matching key-value pairs in a Jsonb array using sequelize

In today’s web development, handling JSON data has become increasingly prevalent, and databases have evolved to accommodate this trend. Sequelize, a widely-used ORM (Object-Relational Mapping) for Node.js, offers robust support for working with JSONB (binary JSON) data types in relational databases. In this blog post, we will explore efficiently searching rows by matching key-value pairs […]

How to install free SSL certificate?

Securing your website with an SSL certificate is crucial for protecting sensitive information and building trust with your users. Docker, a popular containerization platform, offers a seamless way to install SSL certificates using Let’s Encrypt, a free and widely trusted certificate authority. In this blog post, we will walk through the process of installing an […]

Modify Postman request dynamically

In this post we will see how can we modify Postman request dynamically. What is postman? Postman is a platform helpful in building and debugging APIs. It offers a desktop client that can be used to send network requests and is widely used in API development. Why might we need to modify request body on […]

Force auto update for a plugin using php

In this post we will see how we can force auto update for a plugin using php. Auto updates in wordpress is a wonderful feature. This feature frees us from constantly checking for updates. It updates our themes and plugins automatically thus reduces the mundane tasks in life. Enabling auto updates is as simple as […]

How to create a desktop shortcut in Ubuntu 20.04

Sometimes in linux, we don’t get a proper installer for an application. To run such application, we typically have to execute a shell script in the application bundle. In this post, we will see how to create a desktop shortcut in Ubuntu 20.04 The need for a desktop shortcut. Navigating to applications’ binary everytime we […]

Share files between iPad and Windows PC

The iPad is a great device. It has performance that can put even a computer to shame, it’s got portability, a great travel companion, an awesome battery. On the top of this, you get the premium user experience provided by Apple’s ecosystem. What is not so great about iPad (or other such i-products) is that […]

WP CLI error “No such file or directory”

A while back, wordpress announced their command line tool – WP CLI. The CLI makes WordPress maintenance quick and easy via terminal commands. WP CLI made few mundane and boring tasks somewhat less boring. Operations like Setting up new WordPress installation on local machine before development, Downloading a fresh copy of WordPress Updating plugins, themes, […]

1 2 3 4