How to Get the Number of Digits of a Number with JavaScriptA tutorial on getting the number of digits of a number with JavaScript.October 6, 2022•John Au-Yeung
5 Ways To Detect Mobile Browsers in JavaScriptResponsive web design is not only about CSSOctober 5, 2022•Yang Zhou
Cluster-Autoscaler | Amazon EKSAutoscaling is a function that automatically scales resources up or down to meet inconsistent demands. This is a major Kubernetes function that would otherwise require extensive human resources to…October 4, 2022•Md Shamim
Recycling Innovation: How Green Metals are Shaping Our Sustainable FutureOctober 4, 2022•Aravinda Bommareddy
Better Unit Testing in Visual Studio Code with JestUse The Jest Extension to Dramatically Improve Your Testing FlowSeptember 30, 2022•Wesley Smits
Build a Multi-step Form With React Hook FormA tutorial on how to build a multi-step form using React Hook Form.September 29, 2022•Alex Khomenko
An Amazing Visual Studio Code Extension You Might Not Know AboutIntroducing Blackbox: The AI that gives you code solutions in response to the questions you enter.September 27, 2022•Rafeh Waqar
How to Set Focus on an Input in ReactMake the user experience better by automatically applying focus to inputsSeptember 27, 2022•Vijay Daita
Create a Custom Docker Image/Container & Push to AWS ECRBuild an image from a base image pulled from Docker Hub, create a container on a specified port from that image and push the image to Amazon ECR repository.September 26, 2022•Imaze Enabulele