I have been working on a large scale Angular application at Trade Me, New Zealand for a couple of years now. Over the past few years, our team has been refining our application both in terms of coding standards and performance to make it be in its best possible state.
Model-View-Controller (MVC) is a very often used software design pattern for implementing user interfaces. Since I tried to use and understand the structure in my last projects, I decided to take a deeper look into it. This article provides an overview of MVC and it’s use in the React environment.
Over the course of August 2020, more than 300 Microsoft employees shared their salaries, bonuses, and stock awards in a Google spreadsheet to continue their push for fairer compensation.
The heap is a data structure that I use all the time and that others somehow use rarely.
When I was 15, one of my closest friends died unexpectedly. Our physics teacher broke the news to me after I’d sat an exam, having wondered all the way through why my friend wasn’t there doing the same.
In several recent conversations, whether they were job interviews or informal networking coffees, I keep hearing one technology mentioned: Typescript. More often that not, the person who says it has their eyes light up when they mention it.
Django has two types of views; function-based views (FBVs), and class-based views (CBVs). Django originally started out with only FBVs, but then added CBVs as a way to templatize functionality so that you didn’t have to write boilerplate (i.e. the same code) code over and over again.
Thanks for your reading, save as your bookmark if you like my website.