Read – Why Typescript and Svelte are a match made in heaven!
https://www.sanity.io/guides/using-typescript-with-svelte
https://www.sanity.io/guides/using-typescript-with-svelte
It’s clear the world of enterprise app development prefers Angular rather React. I suspect this is because Angular appears more modular and easier to maintain at large, complex scale. As a result I felt its a good idea to expand on my React experience.
Something I’ve recently wrapped my head around is the difference between development errors versus runtime errors. For much of my career I’ve approached all errors as runtime because then you can fail gracefully. But, that’s a mistaken approach and it adds unnecessary complexity. Let’s say, for example, your web app fails to instantiate a required …
https://www.linkedin.com/learning/node-js-microservices?trk=share_android_course_learning&shareId=Grc5%2FK59SgarHwePJUNjcQ%3D%3D
The documentation I wrote for the Git Pull requests: Alrighty! There’s a script/cron running on 172.18.18.107. It runs every 60 mins. To make a staging release: Go to DevOps or setup a pull request in CLI: Create a new pull request. Make sure You are in either od-dashboard-dev or ui_development depending on what you want …
I’m taking a Node.js microservices course to stay up-to-date. This course is going through the process of building a service registry before going into microservices. It occurs to me, why are we re-building a service registry for every app? Why is there not a Server Registry as a Service? I.E. Why not a “domain name …
https://auth0.com/blog/node-js-and-typescript-tutorial-build-a-crud-api/
I started writing a scheduled jobs management tool and now realize it was a mistake. The original problem I was trying to solve was “how to you setup scheduled jobs on multiple servers (dev, staging, QA/UAT, production) while also saving the run schedule to version control”. I was over-complicating this in my head and thinking …
https://blog.logrocket.com/building-microservices-node-js/