All Posts

  • Published on
    Modern frameworks like React or Vue take care of state management (Model layer of UI), as well as passing data to our components and handling UI events while applying business logic — the Presenter layer. Non of these are included in JQuery, so it’s relatively easy to end up with a huge mess. JQuery simply manipulates the DOM, no more no less. I ended up solving this problem by applying a design pattern similar to Vuex.
  • Published on
    In my daily job I usually develop data heavy web apps/SaaS products for corporate clients. My go to language for API development is NodeJS (Typescript). When I really need something fast I reach for GoLang. If I need something for data processing/analysis/machine learning I use python. I am comfortable writing React and Vue code for frontend. Here are my favorite VS Code extensions I can't live without. Hope you find it useful.