Don't treat yourself as a tool - You're an asset
April 20, 2022This week was my frequent reminder that for an employee, I should treat myself as an asset rather than a tool. It was my 1:1 with my…
A software developer specializing in front-end development, with a passion for software development as a craft, not only writing code.
LinkedIn / Resume / Email / Twitter / GitHub
This week was my frequent reminder that for an employee, I should treat myself as an asset rather than a tool. It was my 1:1 with my…
You’re faced with a software bug, there are two routes you can take: Google for a fix -> apply it and verify it’s working -> move on Google…
2022 started with me joining Okta. This is my first experience working in a tech company with thousands of employees. Okta is well…
This week marks my last week at Fullscript, and what an amazing journey it has been. In 2 years at Fullscript I have learned a lot…
Let’s start with an example. You have a list of city names and you want to iterate over that list to hit an API with each city name to get…
In the last couple of weeks, I’ve been learning more about Graph Theory and today I learned why and how to represent a graph using matrices…
I’m sure most of us by this time know what Deno is. For those who don’t know it is a runtime for JavaScript and TypeScript. It is similar to…
I have something exciting today, at least for me! I have been using Apple’s Magic Keyboard for about 5 years now, I have tried to switch to…
Recently I have been doing some research about storing an application’s data inside the browser itself without the need for a back-end…
In some specs that we write daily, we want to have the ability to write multiple variations of the same test. For example if we have a…