Blog
Five Unbelievable Open-Source Object Detection Projects Ready to Use in 2022
PythonArtificial intelligenceObject detection
How to Build a Search Bar with JavaScript
A quick walkthrough on how to build a search bar feature with JavaScript
JavaScriptWeb DevelopmentProgramming
Downloading and Saving binary files using React Native with Expo
React nativeExpo
Caveats of using return with try/except in Python
Behaviour of return with try/except in Python
Python
Differences Between Vue 2 And Vue 3
Vue 3 is a progressive JavaScript framework and the latest version of Vue. It helps developers create approachable, versatile, performant, maintainable, testable codebase.
VuejsVue 2Vue 3
Debugging NestJS in VSCode
A step-by-step guide on how to debug your NestJS application and Jest tests using VSCode
TypescriptNestjsVscode
Handling Asynchrony in Vue 3 / Composition API
Part 1: Managing Async state
VueVue3Composition-api
How to Create a Slider in JavaScript
Learning Web Development in Practice
JavascriptWeb developmentSlider
How To Connect MySQL And Auth To A Next.js App
Today, we will connect our Next.js app to MySQL database and develop an authentication feature.
NextjsMysqlAuthentication
How To Avoid Prop Drilling in React Using Component Composition
No Redux or Context API
ReactJavaScriptFrontend