Why SQLite? with sample.When more than one thread tries to access file read and write operation, there are a lot of things we should handle the proper file lock…Nov 26, 2020Nov 26, 2020
Design a component in vanilla js — zero dependency. ( Time Picker).Recently I had a request from my friend to help with developing a light-weight component library (zero dependencies of frameworks or…Oct 26, 2020Oct 26, 2020
Interview questions js- statement validation.Most of the javascript interviews have this statement validation questions to know about candidate javascript fluency. some of the…Oct 19, 2020Oct 19, 2020
Things have in mind before moving to DubaiWhen we have a plan to move to Dubai, we have a lot of things in mind to prepare ourselves and I hope this reference will help you.Oct 15, 2020Oct 15, 2020
Transferring files between server and local machine.While maintaining an application in a server, we required to know how to share or transfer the files between a server and a local machine…Oct 10, 2020Oct 10, 2020
How we used apache as a reverse proxy?Recently, I had the situation to handle one of the existing WordPress based websites. on the new changes the consultant shared code not…Oct 8, 2020Oct 8, 2020
JS ~call vs apply vs bind which one I should pick?Each method used for different use cases.Jan 13, 2020Jan 13, 2020
Problem: Sorted-Rotated Array Search(no duplication).Finding an element in the array (unsorted n-element) requires time complexity of n.Jan 23, 2019Jan 23, 2019