-
A frontenders experience with with NDC Oslo 2024
I have attended and spoken at NDC Oslo for several years, and this year I'm writing a brief summary about my experience attending NDC Oslo 2024.
Written by Alexander in Programming -
Standard refactoring issue text
Due to auditability reasons when creating issue for refactoring code, I came up with a standard issue boilerplate text that helped me cover all bases when it comes to the reasoning behind the refactoring. Feel free to use this on your own projects.
Written by Alexander in Programming -
Better frontend developer experience
Over my 26 years of programming, developing applications, snippets, servers, APIs etc, I have been through a lot of different coding setups, editors, environments and so on. To sum up parts of my experience, I am attempting to disclose to you how you can have the best frontend developer experience.
Written by Alexander in Programming -
WebGL and Data Visualisation
Have you ever wondered how you can give those statistical data a bit more depth, give those graphs a whole new dimension or make scientific results more understandable? Fear not, WebGL is the tool for you!
Written by Alexander in Programming -
How to fix 'Failed to build gem native extension' when installing jekyll
I came across this error when I tried to install jekyll on my ubuntu laptop for testing out jekyll bootstrap locally
Written by Alexander in Programming -
Error 1044 in MySQL: Access denied when using LOCK TABLES
Had some issues during a standard mysqldump. I have never encountered it before, and I have made similar dumps on identical mysql servers all day. Basically, it auto sets to lock tables somehow.
Written by Alexander in Programming