Whenever we initiate an event through a broadcast in our application then that broadcast is announced system wide So any application who is listening to the broadcast with the...
Introduced in JDK v18, Streams concepts makes the life of programmers a lot easier Don’t believe me! read along, at the end of this blog you’ll have a basic idea how we...
The navigation from one screen to another in android applications is made easier through android Navigation component With the Navigation component, we get a collection of...
In this blog we are going to know how to convert javascript files to typescript files Even though while compiling a typescript file it will produce javascript files with the same...
Over the past few years, CSS has been the first choice of the developers when it comes to web creation and development However, the influence of SASS (Syntactically Awesome...
Now a days every programmer will follow a principle which says Don’t Repeat Yourself(DRY), So, we have methods/functions in programming and we can call them when it is...
Overview One of the most common pain points in querying mongodb is datetime operations Even if you know the query operators, typing the query will raise doubts In this blog I...
Android developer options have many usages like usb debugging, transition speed, showing and hiding layout bounds, and features which are helpful for developers for android app...
Node affinity is a concept where pods are attracted to a set of nodes either through hard or soft requirement On the other hand, Taints work quite the opposite to node affinity...
View is a technique to create a virtual copy of a table by querying it The technique is beneficial when we repeatedly need the latest data from the original table We will...