Deepen your technical knowledge
Learn and share the latest technology with community members in Webscale’s Engineering Education Program.
A Beginners Guide to SoftMax Regression Using TensorFlow
This article introduces basic softmax regression and its implementation in Python using TensorFlow to the learner. While implementing softmax regression in Python using TensorFlow, we will use the...
A Beginners Guide to Rollup Module Bundler
Being quick and lightweight, Rollup is credited with compressing multiple JavaScript files to a single file. In this article, you will learn how to use the Rollup module bundler in JavaScript. Prerequisites To follow along with this tutorial, the reader should have...
How to Create a Registration Form using React.js and Connect it to Firebase
In this tutorial, we are going to learn how to make a registration form using React.js and connect it with firebase from scratch using React hooks, Bootstrap, and Firebase. Here is an image of what you will build at the end of this tutorial. Prerequisites THe reader...
How To Format Form Data as JSON
The browser Fetch API is used to make requests from a web page on the frontend to an API endpoint on the backend. On the other hand, the browser FormData API provides a precise way of accessing HTML form fields. These two native support browser APIs make it easy to...
Creating a Hand Tracking Module using Python, OpenCv, and MediaPipe
Hand tracking is the process in which a computer uses computer vision to detect a hand from an input image and keeps focus on the hand’s movement and...
Implementing RSA Encryption and Decryption in Python
Data encryption is an important practice used to protect data transfer on the internet. This helps prevent data sent on the internet from unauthorized access....
How to Implement K fold Cross-Validation in Scikit-Learn
The most typical strategy in machine learning is to divide a data set into training and validation sets. 70:30 or 80:20 could be the split ratio. It is the...
A 3D Object Detection Solution for Everyday Objects
This tutorial will perform 3D object detection using the mediapipe library and python. We will be drawing a 3D bounding box around an object instead of the...
Acelerating Automation with Hyperautomation
Every organization strives to make its operations faster and more efficient. One way to achieve this is through automation. Automation has helped many...
A Look at C# Coding Conventions
This article outlines a set of coding guidelines, design principles, and naming conventions for the C# programming language and the .NET framework. It lays...
A Gentle Introduction to the Python Binance API
Python-binance is an application programming interface that allows you to connect to the Binance servers via the Python programming language. It is important...
How to Perform Threading Timer in Python
Threading allows multiple tasks to run concurrently. For example, when task A is running, I do not have to wait for it to complete. Meanwhile, tasks B, C will...
Advancement of Swing Frameworks in Java
Java Foundation Class took Swing Framework to be part of it. Java version 1.1 initially contained Swing as a well-defined library. Later on, it got integrated...













