top of page
Search
The Tech Platform
Jul 25, 2022
How to read User Input from Console in Java?
Let's see a complete code example of reading user input using the Scanner class. In this Java program, we are reading User Input in form...
The Tech Platform
Jul 7, 2022
What is Mobile App Development? Languages for Android App / iOS App Development
Mobile application development is the set of processes and procedures involved in writing software for small, wireless computing devices,...
The Tech Platform
Jul 4, 2022
Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...
The Tech Platform
Jun 26, 2022
Tools for good code
Code quality tools are automated tools/programs that would observe the code and point out any common issue/problem which could arise as a...
The Tech Platform
Jun 20, 2022
How to convert Enum to String in Java?
There are two ways to convert an Enum to String in Java, first by using the name() method of Enum which is an implicit method and...
The Tech Platform
Jun 10, 2022
The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...
The Tech Platform
Jun 6, 2022
Introduction to URL-Friendly NanoID
NanoID It is a tiny, secure, URL-friendly, unique string ID generator. Nano ID has a smaller size as compared to UUID. This size...
The Tech Platform
May 31, 2022
11 Best Productivity Tools for Developers
Productivity tools for developers can easily save the day and make work faster, easier, and more efficient. They can also help relieve...
The Tech Platform
May 31, 2022
Securing Microservices with JWT
This article explains how to secure your microservices deployment practically with JWT Auth using Ballerina programming language....
The Tech Platform
May 28, 2022
The Best Programming Languages for Cloud Computing
Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct...
bottom of page