top of page
Search


How to Hide or Show Elements in JavaScript?
In JavaScript, we can hide the elements using the style.display or by using the style.visibility. The visibility property in JavaScript...

The Tech Platform
Apr 20, 2022


How in MediatR we can have events (Notifications) async and completely real Parallel
When you use MediatR, it gives you the feature that you can send Notifications or Events. MediatR executes all notifications in sequence...

The Tech Platform
Apr 20, 2022


Manage Deep Learning Datasets
In deep learning, effective dataset management plays a pivotal role in ensuring the success of machine learning projects. Proper...

The Tech Platform
Apr 19, 2022


How to create a Form, Poll, or Survey?
Forms, polls, and surveys are excellent tools for gathering information. Whether you're making a group decision, creating a quiz,...

The Tech Platform
Apr 19, 2022


Data Science Project Lifecycle
A Data Science life cycle is nothing but a repetitive set of steps that you need to take to complete and deliver a project/product to...

The Tech Platform
Apr 19, 2022


38 Chrome Extensions for Web Developers and Designers
Extensions are small software programs that customize the browsing experience. They enable users to tailor Chrome functionality and...

The Tech Platform
Apr 19, 2022


Go Application Vulnerability Cheatsheet
Securing applications is not the easiest thing to do. An application has many components: server-side logic, client-side logic, data...

The Tech Platform
Apr 18, 2022


Advanced Microsoft Excel Features You Must Know
While Microsoft Excel has been around for the longest time, it has plenty of features that you probably know nothing about. Even...

The Tech Platform
Apr 18, 2022


How to Read Strings From a .env File With Python, Express.JS, and Go
A .env, or environment file, is one of the essential files in a structured, secure programming project. You might've come across...

The Tech Platform
Apr 18, 2022


What are ES6 Proxies and how to use them?
In computing terms, proxies sit between you and the things you’re communicating with. The term is most often applied to a proxy server —...

The Tech Platform
Apr 18, 2022
bottom of page
