How To Crack Sudoku Using Python

Sudoku is a fun logic-based puzzle in which the objective is to fill a 9×9 grid with digits from 1-9 in such a way...
Siddharth Isaiah
1 min read

Improve Rails App Performance Using Active Record’s Counter Cache

In this guide, I will explain how we can improve the performance of our rails app by using the counter cache. Consider an app...
Ram Prasanna
2 min read

How to integrate MobX with React.

One of the biggest problems to solve in front-end applications is state management. Since there are numerous approaches to solving state management problems, two...
Keerthana M
2 min read

Welcome to Spritle’s Soft-Skill Club!

Hey Guys !!! We all might be dreaming to go back to college days where we had time to learn, fun and teach each...
Vellaimary C
1 min read

Fetch US Timezone Using Excel Formulae

My task was to import data of around 12,000 records into our database. It’s not a difficult task, right? Well, the only hiccup was...
Visnupriya
52 sec read

Is Portainer Docker Application Good Enough For WMS Deployments?

Our warehouse management application managing deliveries of more than 300K of electronic parts from different providers. We started looking for a deployment tool...
Sivakumar V
1 min read

Don’t forget to get this App, If you want…

There are many apps to increase your business efficiency and enrich your customer support experience. But very few of them are leaving a mark....
Saravanakumar R
1 min read

Easy Way To Backup SnipeIt To AWS S3

SnipeIt? What is that? SnipeIt is an open-source asset management system using which you can manage your organization’s assets. You can get more detail...
Ragav G
1 min read

How To Reduce Your ReactNative Android App Size

A recent announcement from Android made us update our app support x64 architecture. This results in the fat app. Big in size approx. from...
Sathyapriya S
1 min read

How to Build a Multi-tenant application with Django Rest…

First, let us see what is the Multi-tenant Application??? Multi–tenancy is an architecture in which a single instance of a software application serves multiple...
Bala Venkatesh
2 min read

How I met Hashicorp’s Consul and what it has…

While going through Consul I found some interesting features which make Consul differ from other services. I wanted to share this with my colleagues...
Venkatesh S
1 min read

How To Fix `pg_dump: aborting because of server version…

If you face the error pg_dump: server version: 11.6 (Debian 11.6-1.pgdg90+1); pg_dump version: 10.10 (Ubuntu 10.10-0ubuntu0.18.04.1) and pg_dump: aborting because of server version mismatch,...
Tejaswini Polaka
24 sec read