Writing Jest tests in a NextJs + Mongoose Application
February 17, 2023Background Ever struggled with Javascript/Typescript? You write code correctly, and you check every dependency but things just don't seem to…
Written by Shalom Sam, a Software Engineer at heart and working as a Technology Manager based in Vancouver, building and learning new tech everyday.
Follow me on | GitHub | LinkedIn
Background Ever struggled with Javascript/Typescript? You write code correctly, and you check every dependency but things just don't seem to…
At a large retail company in BC, Canada, we were faced with a monolithic problem of an underperforming and over-bloated Storefront web app…
Previously I mentioned about the metrics we track to identify success, and some insight on how we reduced our vendor size by about 50%. You…
Firebase is a package of backend services provided by google, that helps you get started with your app, be it a web app or a native app…
What are Mixins? Mixins are means to create simple css templates to prevent duplication of code. Exmaple of a mixin in PostCSS: @define…
What is React Native you ask? React Native is Facebook's answer to writing code in Javascript using the familiar React fundamentals and…
You heard that right folks no more do you have to deal with the frequent (yet some times annoying) updates and security patches to the…
I am writing this (very) brief tutorial to help any fellow developer facing the same problems I did while trying to get my Expo/React Native…