Olson CloudWorks 🚀

: All Posts

Writing a compiler in its own language

Writing a compiler in its own language

Intuitively it would seems that a compiler for language Foo cannot itself be written in Foo More specifically the first compiler for language Foo cannot be

Read more →

   and  dont work with filter in Django

and dont work with filter in Django

With below I could filter persons by age qs Personobjectsfilterage 20 Here But with gt lt gt and lt below I couldnt filter persons by age qs

Read more →

Accessing console and devtools of extensions background script

Accessing console and devtools of extensions background script

I just started out with Google Chrome extensions and I cant seem to log to console from my background js When an error occurs because of a syntax error for

Read more →

All Rights Reserved license in packagejson

All Rights Reserved license in packagejson

I have a small nodejs project that is companyinternal and will not be released publicly or shared with third parties It certainly will not be contributed to

Read more →

Angular  Material - How to refresh a data source mat-table

Angular Material - How to refresh a data source mat-table

I am using a mattable to list the content of the users chosen languages They can also add new languages using dialog panel After they added a language and

Read more →

ArrayAdd vs

ArrayAdd vs

Ive found some interesting behaviour in PowerShell Arrays namely if I declare an array as array And then try to add items to it using the arrayAdditem method I

Read more →

Auto import in Visual Studio Code only offering absolute path with Lerna subpackages in TypeScript

Auto import in Visual Studio Code only offering absolute path with Lerna subpackages in TypeScript

For some reason very recently my Visual Studio Code changed and started only offering absolute imports from the subpackage level with my Lerna packages for

Read more →

Aws ecs fargate ResourceInitializationError unable to pull secrets or registry auth

Aws ecs fargate ResourceInitializationError unable to pull secrets or registry auth

I am trying to run a private repository on awsecsfargate140 platform For private repository authentication I have followed the docs and it was working well

Read more →

BeanFactory vs ApplicationContext

BeanFactory vs ApplicationContext

Im pretty new to the Spring Framework Ive been playing around with it and putting a few sample apps together for the purposes of evaluating Spring MVC for use

Read more →