Mar 1810 Python Hacks that saves your time and effortPhoto by Chris Ried on Unsplash Python is a popular programming language known for its simplicity, versatility, and ease of use. However, there are several hidden features and tricks that most developers are not aware of. …Python4 min readPython4 min read
Mar 16Firebase Hacks: Tricks to Make Your App Stand OutFirebase is a powerful and versatile tool that can be used to build a wide range of mobile and web applications. Whether you’re a seasoned developer or just starting out, there are always new tips and tricks to discover that can help you make the most of Firebase’s capabilities. In…Firebase3 min readFirebase3 min read
Mar 1610 Java String Hacks You Probably Haven’t Tried YetJava’s String is one of the most fundamental classes in the Java programming language. It provides a convenient way to work with text data, but there are many tips and tricks that can help you get the most out of it. …Java4 min readJava4 min read
Mar 1610 Tips and Tricks for Java’s String ClassJava’s String class is one of the most important and widely used classes in the Java programming language. Strings are used to represent text data in Java, and they are an essential component of almost every Java program. …Java4 min readJava4 min read
Mar 16A Comprehensive Guide on TcpdumpTCPDump is a powerful network packet analyzer tool that can be used to capture and analyze network traffic. It provides a wealth of information about network packets and can be used for various purposes, such as troubleshooting network issues, analyzing network performance, and identifying potential security threats. …Tcpdump3 min readTcpdump3 min read
Mar 16Build a Telegram bot which shorten URL, with Python in just 10 minutes!In today’s world of technology and fast-paced communication, shortening long URLs has become a necessity. Shorter links can be easier to share on various platforms and can be more visually appealing as well. …Python4 min readPython4 min read
Jul 17, 2022Create Telegram Bot using Python in few minutesTelegram is also one of the more popular IM platforms today like WhatsApp, it allows you to store messages on the cloud instead of just your device and it boasts good multi-platform support. Also Telegram have more features and building a chatbot on Telegram is fairly simple and requires few…Python3 min readPython3 min read
Oct 10, 2021Create your own, ads blocking DNS like AdGuard DNSNowadays you can see many Ads on your browser and various mobile applications. These ads help to generate revenue to that application or website owner. The problem with user is that these ads use more data (internet) and also track user’s activities. So to prevent these ads and tracking, I…DNS3 min readDNS3 min read
Nov 23, 2020Create your own Realtime Analytics App using Firestore in AndroidI am going to explain, how we can create our own Analytics App, using Firestore. Here I am going to create two application, one application will update value in firestore based on it’s usage and other application which are working as Analytics App, will show us the usage of first…Firestore3 min readFirestore3 min read
Jun 21, 2020Dependency Inversion PrincipleIn this article, I am going to discuss the Dependency Inversion Principle with a real-time example. The Letter D in SOLID stands for the Dependency Inversion Principle which is also known as DIP. Here is the list of the blogs in this series: Understand SOLID Principle Single Responsibility Principle Open…Software3 min readSoftware3 min read