Category: Development
-
Set up fast simple http or https server for tests
In case you ever wanted to test simple web page, just html with or even without javascript and for whatever reason it needs to run on web server instead of opening file in the browser, there’s no need to setup big full servers like IIS (Internet Information Services), Apache or Nginx. Sometimes just fast command…
-
Kickstart The Chrome Extension Development with Ease! ๐๏ธ๐
Developing a Chrome extension can be time-consuming, especially when setting up the manifest, scripts, and UI from scratch. Thatโs why I created Chrome Extension Scaffoldโa complete, ready-to-use template designed to streamline your development process! ๐ ๐ Check it out on GitHub: Chrome Extension Scaffold Why Use This Scaffold? Instead of start with all-in-one messy javascript…