Tag: frontend-development
-

TypeScript vs JavaScript : Choosing the Right One
When I first started building websites in 2021, the decision to use JavaScript was an easy one – it was strong, well-documented, had a good community and seemed straightforward. I can recall many late nights debugging runtime errors that could’ve easily been picked up at compile-time, grappling with type coercion, and losing my mind trying…
-

How to mock backend of selenium tests using Keploy
When I was learning Selenium testing, I ran into a problem that quietly breaks a lot of front-end test suites, and it took me a while to understand what was actually going on. This post explains the problem and walks through how I solved it by mocking the backend with Keploy so that Selenium tests…