how to
How tos for tech whizes and luddites alike; tips, tricks and shortcuts to optimize your computer, smartphone or internet mastery.
When to Use Interface and Abstract Class
Learn when and what will be helpful from the Interface or Abstract class. With Java 8, interfaces can have default methods that provide implementations. Anyway, it depends on what you are trying to create. Abstract classes are preferred if the subclasses share some common functionalities with the superclass. Interfaces when you create unrelated classes to implement the interface. Interfaces allow you to implement multiple inheritances. Abstract classes can be extended only once.
By Rakshit Shah4 years ago in 01
Convert RSSI Value of the BLE (Bluetooth Low Energy) Beacons to Meters
Due to the pandemic situation because of coronavirus (Covid-19) many developers are working on Bluetooth, NFC, Geolocation, GPS/GPRS technologies to implement a social distance approach or showing the affected area, etc.
By Rakshit Shah4 years ago in 01
Simple Steps to Add Country Flags to Your Angular, React, or Vue Applications
In this article, I will show you how you can incorporate the flags using the CSS approach to your Angular, Vue, or React applications. You just need to pass on the respective ISO country code in the CSS class as it has embedded images. Follow the below-given steps to add country icons to your web application.
By Rakshit Shah4 years ago in 01
7 Tips About Medium that You Need to Know
Use These Tips and Tricks to Better Your Experience with the Platform Though the basics of the Medium platform are easy to understand, there are a few things that are a little more difficult to figure out. I have compiled this information into a list to help new users get the most of their experience.
By Nicole Higginbotham-Hogue4 years ago in 01
Effective Website Design Strategies That Prioritize Users
With page experiences set to be a Google ranking factor starting in March 2021, it is more important than ever that the user is considered first when designing websites. This means that any web design decision you make must always be based on what benefits the user.
By Damian Peters4 years ago in 01
Your Phone Battery Will Last Years Longer If You Start Doing These 5 Things
There is currently a great conversation going on about the lifespan of phones and their impact on the environment. EU and other organizations in the world work to force manufacturers to make devices more durable and lower the levels of waste per year.
By Mindsmatter.4 years ago in 01
Tools to dip your toes on in reverse engineering
Ghidra Ghidra is an open sourced decompiler. A compiler takes source code like C, and converts it into machine code. A decompiler tries to do the opposite. It takes machine code and generates code that resembles it's source code.
By Motti Kumar4 years ago in 01








