Testing is a essential step for software development process. Many developers ignore this step and ended up finding bugs in production. Manual testing is fine … Read more “Unit Testing in Django”
SSL Pinning in React Native
Before Implementing SSL pinning in our Project, we must have basic knowledge of SSL, how SSL Works. What is SSL? SSL (Secure Sockets Layer), is … Read more “SSL Pinning in React Native”
Operations with/on PDF using Python. Conversion, Merging, Extracting useful data, Reordering.
When we talk about Operations on/with PDF’s, there are so many things to discover and work with. We know that there are many online tools … Read more “Operations with/on PDF using Python. Conversion, Merging, Extracting useful data, Reordering.”
Google App Script
What is Google App script Google app script is an application development platform on which we can build an app to interact with google workspace. … Read more “Google App Script”
Google Sheets API Integration Using Python
Introduction Google Sheets is the free, web-based spreadsheet application available to anyone with a Google account or Gmail address. It has become a useful, feature-rich … Read more “Google Sheets API Integration Using Python”
MongoDB Sharding
What is Sharding in MongoDB? Sharding is a concept in MongoDB, which splits large data sets into small data sets across multiple MongoDB instances. Sometimes … Read more “MongoDB Sharding”
Drag and Drop in React without using any External Library
This blog will explain the way to achieve drag and drop feature in React with little effort. It is easy to use feature that adds … Read more “Drag and Drop in React without using any External Library”
API Documentation with swagger in Flask…
What is API Documentation and why is it required? Whenever we code for any API, only we know how this API works and what are … Read more “API Documentation with swagger in Flask…”
State Management in Flutter with Mobx
State Management in Flutter with For every mobile application developer, it is very important to handle the state of the application in an optimized way. … Read more “State Management in Flutter with Mobx”
Database Migrations in Spring Boot With Flyway
Introduction Flyway is the Apache v2 licensed open-source tool that makes database migrations easy. You can think of Flyway as version control for your database. … Read more “Database Migrations in Spring Boot With Flyway”
K-Nearest Neighbour(KNN)
What is KNN Algorithm ? K nearest neighbors or KNN Algorithm is a simple algorithm which uses the entire dataset in its training phase. Whenever … Read more “K-Nearest Neighbour(KNN)”
Channel Layers In Django – Auriga
Channels Layers In Django Channel Layers allow us to create interaction between different instances of an application, mostly used to create real-time applications, we can … Read more “Channel Layers In Django – Auriga”
Fortran-with-Python_Linux
Fortran is a general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing. In this Blog we’ll understand how can … Read more “Fortran-with-Python_Linux”
Spring Boot with Docker
Docker is a tool which is used to automate the deployment of applications in lightweight containers so that applications can work efficiently in different environments. … Read more “Spring Boot with Docker”
Unit Testing Using Junit 5
What is unit testing? Unit testing is the first step(level) of testing in SDLC. In unit testing, a single unit or component of the software … Read more “Unit Testing Using Junit 5”
Skeleton components in React
This article discusses how one could handle loading dynamic content in a modern web application, by making use of skeleton components or skeleton screens. Introduction … Read more “Skeleton components in React”
Motion Layout Android
MotionLayout is a layout type that helps you manage motion and widget animation in app. MotionLayout is a subclass of ConstraintLayout.MotionLayout is intended to … Read more “Motion Layout Android”
How to implement 2-way SSL using Spring Boot
What is 2-way SSL(Mutual Authentication)? In 2-way SSl both client and server have to present their certificates to each other to verify themselves with a … Read more “How to implement 2-way SSL using Spring Boot”
AWS Amplify – Serverless Deployment Reactjs/Nextjs Stack
Amplify AWS , GCP, Azure all coming up with new tools and services to ease out the development and deployment pain points. Amplify helps you … Read more “AWS Amplify – Serverless Deployment Reactjs/Nextjs Stack”
How SSL Certificate safeguards the communication
What is SSL SSL certificates have become the necessity now. Browsers have stopped entertaining the web applications without SSL certificates. It is security protocol that … Read more “How SSL Certificate safeguards the communication”