About Sahil Bhosale
LinkedInSahil is a full-stack developer who loves to build software. He likes to share his knowledge by writing technical articles and helping clients by working with them as freelance software engineer and technical writer on Upwork.
Articles by Sahil Bhosale
JavaScript Howtos
- The outerHTML Property in JavaScript
- How to Print PDF File in JavaScript
- How to Simulate a Click With JavaScript
- How to Stop setInterval Call in JavaScript
- How to Decode HTML Entities Using JavaScript
- How to Create an Editable ComboBox in JavaScript
- How to Wait for Promises to Get Resolved in JavaScript
- How to Create and Run a JavaScript File in Chrome
- JavaScript Obfuscation - Protects JavaScript Code From Stealing
- How to Track Mouse Position in JavaScript
- How to Specify Multiple Conditions Inside the if Statement in JavaScript
- How to Add Onclick Event on HTML Image Tag in JavaScript
- How to Crop an Image in JavaScript Using HTML Canvas
- Hashmap Eqivalent in JavaScript
- How to Create Array of Specific Length in JavaScript
- How to Submit Form With POST Request in JavaScript
- How to Unminify JavaScript File
- How to Convert Array to String in JavaScript
- URL Encoding in JavaScript
- How to Change CSS Classes in JavaScript
- How to Encode and Decode a String to Base64 in JavaScript
- The bind() Method in JavaScript
- Fastest Factorial Program in JavaScript
- How to Create Counters in JavaScript
- How to Remove First Element From an Array in JavaScript
- How to Search Objects From an Array in JavaScript
- How to Execute the JavaScript Code After the Webpage Loads
- How to Get the Value of the Selected Option From the Drop-Down List in JavaScript
- How to Write Data to a File in JavaScript
- Whether JavaScript Is a Pass by Reference or a Pass by Value Type
- How to Convert Arguments to an Array in JavaScript
- How to Get Height of the Div Element in JavaScript
- How to Check String Equality in JavaScript
- How to Access the Session Variable in JavaScript
- How to Format a Number in JavaScript
- How to Close the Browser Tab in a Browser Window
- How to Create Table Using JavaScript
- How to Copy Text to Clipboard in JavaScript
- How to Get Current Time in JavaScript
- How to Get the Screen, Window, and Webpage Sizes in JavaScript
- How to Print to Console in JavaScript
- How to Implement a Sleep Function in JavaScript
- How to Reverse a String in JavaScript
- How to Terminate a forEach Loop Using Exceptions in JavaScript
- How to Validate a Date in JavaScript
- The Meaning of => in JavaScript
- How to Move Mouse Pointer to a Specific Position Using JavaScript
- Why Global Variables Give Undefined Values in JavaScript
- How to Check if Number Is Between Two Values in JavaScript
- How to Concatenate String and Integer in JavaScript
- How to Add Hours to Date Object in JavaScript
- Regex Variable in JavaScript
- How to Get the Selected or Highlighted Text in JavaScript
- How to Check if a Character in a String Is Uppercase or Not in JavaScript
- How to Read Excel Files in JavaScript
- How to Debug JavaScript Code With Visual Studio IDE on Chrome
- SQLite Database in JavaScript
- The Elvis Operator in JavaScript
- How to Implement Collision Detection in JavaScript
- How to POST a JSON Object Using Fetch API in JavaScript
- How to Add ID to an HTML Element in JavaScript
- How to Get the First Key Name of an Object in JavaScript
- How to Imitate Browser Zoom in JavaScript
- selectedIndex Property in JavaScript
- How to Convert JSON Object Into String in JavaScript
- How to Hide Elements Using Class Name in JavaScript
- How to Redirect Page After Delay in JavaScript
- How to Fill an Array With Range in JavaScript
- How to Validate Checkbox in JavaScript
- How to Detect Browser Version in JavaScript
- How to Return an Object From a Function in JavaScript
- Proto vs Prototype in JavaScript
- How to Get the Class Name of an Object in JavaScript
- How to Convert Decimal to Hexadecimal Number in JavaScript
- How to Copy Objects in JavaScript
- How to Split an Array Into Chunks in JavaScript
Python How-To's
- How to Convert a String to Variable Name in Python
- How to Get JSON From URL in Python
- How to Implement a Tree Data Structure in Python
- How to Exit a Function in Python
- How to Convert a Dictionary to a List in Python
- How to Detect Keypress in Python
- How to Run Python in Notepad++
- How to Remove All the Occurrences of an Element From a List in Python
- How to Calculate Factorial in Python
- How to Remove Duplicates From List in Python
- How to Check Variable Type in Python
- Optional Arguments in Python
- Adaptive Threshold Using OpenCV
- How to Convert Image to YUV Using OpenCV
- How to Getting Started With OAK-1 Camera Boards
- Image Masking in OpenCV
- How to Utilize Bitwise_AND on an Image Using OpenCV
- How to Draw Circle in Python OpenCV