Category: Development

  • Unit Testing with Typescript, NodeJs and Jest

    Unit Testing with Typescript, NodeJs and Jest

    Setting up unit tests in a TypeScript and Node.js project can significantly improve code quality and developer confidence. This guide, is going through configuring Jest for unit testing in a TypeScript + Node.js environment, covering essential best practices and how to apply test-driven development (TDD). Whether a backend service or a full-stack app, it should…

  • 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…