Igor Klimer’s personal site

https://klimer.eu/ (RSS)
visit blog
Migrating from Create React App to Vite
6 Jul 2024 | original ↗

This post documents the migration of a personal project from Create React App to Vite, noting the motive for the switch, simplified migration steps, encountered challenges, and performance comparison. Vite's benefits include speed and simplicity, with improvements in metrics like vulnerabilities and dependencies, making the migration worthwhile...

Use Midnight Commander like a pro
1 May 2015 | original ↗

This post introduces the powerful features of the Midnight Commander (mc) file manager, including shortcuts and functionalities often overlooked. It guides users through selecting files, accessing the shell, using the internal viewer and editor, navigating panels, searching files, and utilizing useful options. Additionally, it explains the...

Activities, places and the visitor pattern
22 Sept 2014 | original ↗

If you’re writing a GWT application you are most likely following the MVP pattern. With GWT 2.1 the Activities and Places API was introduced and while it’s not strictly an MVP framework, it’s a good base for the architecture of your application. A core component of Activities and Places is the ActivityMapper interface. Its role […]

Testing asynchronous GWT-RPC services
28 Aug 2014 | original ↗

Continuing the theme of testing with gwtmockito, I’d like to show you a neat class that’s bundled with gwtmockito that allows for easy mocking of GWT-RPC asynchronous services. The class I’m talking about is AsyncAnswers. It’s meant to be used with the doAnswer stubber. Supposing we have a LoginServiceAsync class: Assuming service is a mock […]

Testing gwteventbinder with gwtmockito
27 Aug 2014 | original ↗

gwteventbinder and gwtmockito are great projects that are esential if you’re writing applications in Google Web Toolkit/GWT. So it was a surprise to me that they don’t play together well “out of the box”. See, the problem is that gwtmockito injects it’s own (safe, not using any code that requires running a browser) mocks when […]

Avoiding Kernel Modules When External Firmware Is Needed
5 May 2014 | original ↗

If you’re just interested in keeping your kernel module-free and be able to watch funny cat videos on youtube, skip to the solution. I’m an avid user of the Gentoo flavour of Linux, specifically the Hardened profile. As you can imagine, I like to think of myself as a security-aware user. With that in mind, […]

↑ these items are from RSS. Visit the blog itself at https://klimer.eu/ to find other articles and to appreciate the author's digital home.