Olson CloudWorks 🚀

: All Posts

Design Patterns Factory vs Factory method vs Abstract Factory

Design Patterns Factory vs Factory method vs Abstract Factory

I was reading design patterns from a website There I read about Factory Factory method and Abstract factory but they are so confusing am not clear on the

Read more →

Detect viewport orientation if orientation is Portrait display alert message advising user of instructions

Detect viewport orientation if orientation is Portrait display alert message advising user of instructions

I am building a website specifically for mobile devices There is one page in particular which is best viewed in landscape mode Is there a way to detect if the

Read more →

Difference between HttpModule and HttpClientModule

Difference between HttpModule and HttpClientModule

Which one is best to build a mock web service just for test purposes in Angular

Read more →

django MultiValueDictKeyError error how do I deal with it

django MultiValueDictKeyError error how do I deal with it

Im trying to save a object to my database but its throwing a MultiValueDictKeyError error The problems lies within the form the isprivate is represented by a

Read more →

Does d in regex mean a digit

Does d in regex mean a digit

I found that in 123 d matches 1 and 3 but not 2 I was wondering if d matches a digit satisfying what kind of requirement I am talking about Python style regex

Read more →

Equal height rows in CSS Grid Layout

Equal height rows in CSS Grid Layout

I gather that this is impossible to achieve using Flexbox as each row can only be the minimal height required to fit its elements but can this be achieved

Read more →

error NG6002 Appears in the NgModuleimports of AppModule but could not be resolved to an NgModule class

error NG6002 Appears in the NgModuleimports of AppModule but could not be resolved to an NgModule class

First time using firestore and Im getting this error It seems to be a problem with Ivy from my research I dont have a lot of experience modifying

Read more →

ERRORrootcode for hash md5 was not found when using any hg mercurial commands

ERRORrootcode for hash md5 was not found when using any hg mercurial commands

When trying to use any hg Mercurial commands on the console I keep getting this error I installed Python using Homebrew and I am running Mac OS Catalina v

Read more →

Fastest Way to Find Distance Between Two LatLong Points

Fastest Way to Find Distance Between Two LatLong Points

I currently have just under a million locations in a mysql database all with longitude and latitude information I am trying to find the distance between one

Read more →