Typesafe Heterogeneous Container Classes in Java using Generics
We all know that, common uses of generics includes creating typesafe parametrized collections, such as Set<T> and Map<K,V>, and single-element
How to write reusable components in React?
Reusable component is one of the key features which has contributed to the growth of ReactJS, it implies a piece
A Quick Introduction to Code Coverage in Python
Every line of code should be tested after writing it to prevent any last-minute surprises. Additionally, if you have testing
Caching- Is it necessary for an Application?
Introduction In this blog, we are going to cover, what is Cache and whether caching is really important for an application
A complete guide to SQL from scratch- Part-III (Joins)
Introduction In our previous blogs, we have covered the basics of SQL(Structured Query language), DDL (Data Definition Language), and DML(Data Manipulation
Medical coding the most important tool for RCM!!
What is Medical Coding? Medical coding is the transformation of healthcare diagnosis, procedures, medical services, and equipment into universal medical alphanumeric
Create an AWS Lambda using Python with dependencies
Whenever you have a Python code/script which uses modules, that are not included by default in python and you want
How to create Interactive Bot using Microsoft Teams?
Nowadays Microsoft Teams becoming an essential communication tool for everyday’s work for many of us. Suppose the team's channel works
Microsoft Teams Webhook: Easy way to get real-time notifications from applications
Introduction: Nowadays demand for applications from small to large businesses into the market is increasing. Every business is coming online to
MongoDB Part-2 (CRUD and Aggregations)
Introduction In our previous part, we have covered the introduction to MongoDB, installation, and hosting a cluster with some basic mongo