top of page
Search
The Tech Platform
Mar 1, 2023
Best Practice to Organize your ASP.NET Application
ASP.NET is a powerful web development framework that allows developers to create scalable and maintainable web applications. However, as...
The Tech Platform
Feb 27, 2023
Deploy Python Application with Docker
Deployment is a crucial step in the software development lifecycle, and it can often be a complex and time-consuming process. However,...
Sofia Sondh
Feb 8, 2023
How to Split a String in Python?
Split string in Python refers to the process of breaking a larger string into smaller substrings or pieces based on a specified delimiter...
The Tech Platform
Feb 7, 2023
How to use "map" object in TypeScript
What is Map in TypeScript? The Map is a built-in object in TypeScript that is used to store key-value pairs. It's similar to an object in...
The Tech Platform
Feb 6, 2023
How to use Eclipse for Java Programming?
What is Eclipse? Eclipse is an open-source Integrated Development Environment (IDE) for Java programming. It provides a comprehensive set...
The Tech Platform
Feb 2, 2023
Java Design Pattern Interview Questions
Java design patterns are reusable solutions to commonly occurring software design problems. They provide a structured approach to solving...
The Tech Platform
Feb 1, 2023
Python Data Visualization with Matplotlib
Matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an...
The Tech Platform
Jan 25, 2023
Introduction to MasterPage in ASP.NET
A master page in ASP.NET is a template that defines the layout and visual structure of one or more web pages on a website. It allows...
The Tech Platform
Jan 10, 2023
Top 5 Functional Interface in Java
A Java platform is basically a collection of programs that will help you develop and run Java programming applications. It is made up of...
The Tech Platform
Jan 10, 2023
Python vs Cython: The Difference
What is Python Programming Language? Python is an interpreted, object-oriented, high-level programming language with dynamic semantics....
bottom of page