top of page
Search
The Tech Platform
May 26, 2022
How to Create Executable Applications in Python
With auto-py-to-exe ,a project by Brent Vollebregt we can easily create our own executable Python applications. Underneath the GUI is...
The Tech Platform
May 24, 2022
How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...
The Tech Platform
May 11, 2022
How To Structure a Data Science Project?
A data science project is a practical application of your skills. A typical project allows you to use skills in data collection,...
The Tech Platform
Apr 20, 2022
How to use Stream allMatch() and anyMatch() function in Java?
Stream allMatch: We often run into problems where we need to check a condition on a list of values. To give an example, let’s say there’s...
The Tech Platform
Apr 16, 2022
Connecting to Your Database Using JDBC Driver
Here, we will show you how you can use Progress DataDirect JDBC drivers in your Java application to connect to your database. The main...
The Tech Platform
Apr 8, 2022
Use Ant Design UI Library with Vue3
How to Install and Use Ant Design with Vue3 I followed most of the steps described in the url below but I had to change a library’s...
The Tech Platform
Mar 7, 2022
The Secrets of JSON.stringify()
What is JSON.stringify()? JSON.stringify() is a function commonly used to convert a JavaScript object or value to a JSON-formatted...
The Tech Platform
Mar 7, 2022
Interoperability Feature in C#?
Interoperability is all about the ability of a system to communicate with components of another system. To understand it in detail, let’s...
The Tech Platform
Feb 17, 2022
How to Reuse Xamarin.Forms Custom Renderers in .NET MAUI
Nowadays, we see many devices working across multiple platforms, from Android and iOS to Windows and macOS. To develop multiple...
The Tech Platform
Feb 7, 2022
YAML (Yet Another Markup Language): How It Works? Which is Better - YAML or JSON
YAML (Yet Another Markup Language) is a data serialization language that is often used for writing configuration files. Depending on whom...
bottom of page