About 13 results
https://vivsha.ws/blog/stress-testing-claudes-language-skills · 24 Feb 2026
Polyglot or poly-not?
https://w8n8.leaflet.pub/3md22z4fj4227 · 22 Jan 2026
HTML/CSS/Java, templates, widgets, effects, & other sites...
https://luminary.blog/techs/02-oop-refresher · 1 Nov 2025
Refresher OOP concepts with interview quesions
https://octet-stream.net/b/scb/2025-08-03-injecting-java-from-native-libraries-on-android.html · 3 Aug 2025 · 🦋 Bluesky
3 August 2025 When you're writing Rust and you want cross-platform support, Android is uniquely peculiar. Many OS functions that we take for granted when developing on desktop platforms are more complicated to access. It's not always a problem. If your c...
https://charlesharri.es/stream/blogging-on-js · 6 Aug 2022
You don't need a modern JavaScript framework to power your blog. A PHP CMS will do.
https://rants.broonix.ca/selenium-screenshots-in-continuous-integration · 8 Sep 2016
There is nothing worse that when your tests fail only on your continuous integration server. This non-deterministic behaviour can be a pain to debug. This is compounded when testing with Selenium. If you can’t see the state of the browser when a test fai...
https://rants.broonix.ca/dependency-hell · 4 Aug 2016
It seems like every few years we recreate a new version of dependency hell. Old school linux users and coders know this pain well. Why do we keep doing this to ourselves? First some history; like a lot of developers in their 30’s the first time I saw dep...
https://rants.broonix.ca/deploying-spring-boot-to-amazon-elastic-beanstalk · 7 Jul 2016
While there are a ton of guides on how to use spring boot, I was not able to find anything about how to deploy different configurations on Amazon’s Elastic Beanstalk. Here is a how to on some of the options you have when deploying to Elastic Beanstalk. I...
https://rants.broonix.ca/automated-acceptance-tests · 30 Jan 2016
More testing is never a bad thing. Automating that testing is even better. We recently added automated acceptance testing to a spring-boot application. There were a few small hiccups to getting it implemented. Which I’d like to share the solutions to. Mu...