Inspect Your Webapp in a Live Environment Interactively with GroovyConsole
Have you ever needed to check the state of your webapp’s objects/Session/.. to find out why the hell something doesn’t work or have you had to learn a weird 3rd party API that is only available on the...
View ArticleNote to Self: Running GroovyConsole with a Maven Project’s Classpath
It’s pretty useful to have the ability to eperiment interactively with some API using the (desktop) Groovy Console. If the API is in a Maven project, just add dependency on Groovy to your pom.xml: And...
View ArticleOnly a Masochist Would Write Unit Tests in Java. Be Smarter, Use Groovy (or...
I like writing unit tests but Java doesn’t make it particularly easy. Especially if you need to create objects and object trees, transform objects for checking them etc. I miss a lot a conscise,...
View ArticleMost interesting links of October ’12
Recommended Readings David Veksler: Some lesser-known truths about programming – things newcomers into the field of IT don’t know and don’t expect, true and an interesting read. Not backed by good data...
View ArticleTools for Editor – Browser Integration for Interactive JS/HTML Development
Chrome Development Tools and similar ones are great for interactive, exploratory coding of JavaScript, HTML, and CSS – but the changes aren’t persistent and the tools haven’t the power of a...
View ArticleA Usable Node.js REPL for Emacs
Being used to the excellent REPL in Clojure(Script), I was surprised to find out that Node.js REPL is somewhat weak and that its support in Emacs is not actively maintained. I anyway managed to get a...
View ArticleOS X: Using scutils to discover whether/what a web proxy is in use
When looking for ways to discover whether a proxy is being used by OS X, you will be typically pointed to networksetup -getwebproxy However that does not always work – for example when using “Auto...
View ArticleExperience: Awesome productivity with ClojureScript’s REPL
Re-posted from Telia’s tech blog. What’s the deal with ClojureScript? How can you justify picking such a “niche” language? I have recently experienced a “wow” session, demonstrating the productivity...
View Article