Posts
At times random thoughs flow through my mind and some of them find a refuge on this page below.
Creating a Chimera From 3 Languages and Having Fun Along the Way: Calling Rust From Python From Javascript - Mar 13, 2024
The best thing WebAssembly does for us is code portability. In this overview I will explore this concept by building a web application in JavaScript that uses both Rust & Python under the hood.
Can we use local LLM to enhance traditional chatbot output on a budget? - Mar 9, 2024
Introduction We all know that large LLMs can be great for many applications, but they also bring unique risks of being very “confident liars”.
Lessons learned from a failure: how not to start an outsource company: - Mar 9, 2024
I was sifting through my drafts and this one has been sitting unfinished for almost 4 years now. The story I am telling here is a bit hard to swallow, but also really important for me & my experience.
It’s 2023 and WebAssembly is Still Not Ready. Or is It? - Jan 23, 2023
A couple of weeks back I was discussing the concept and “mental model” of WebAssembly with a colleague and friend of mine at Anyline GmbH, where we create a lot of impressive stuff in the domain of mobile scanning and machine learning.
Choosing monorepo tooling: nx.dev vs Turborepo for a green field projects in 2022 - Aug 4, 2022
In a galaxy far, far away Nobody likes to skim through countless repositories and updating a single dependency. Copying typings, helper functions, and similar “stuff” is even more boring.
The most exciting journey of 2020 - Aug 17, 2020
Usually, I spend quite a bit of my time traveling or playing D&D. All was good and sound up until the year 2020 kicked in, and… well, you know what happened next.
You don’t need Software Architecture for your startup - Dec 6, 2019
Currently, I am working for a rather small start-up. Once, I was thinking late at the night about our new product and how to design it properly.
Learning Rust at Hacktoberfest in Eight Hours - Oct 14, 2019
This year’s #hacktoberfest became a great opportunity for me to start learning Rust. In this article, I will share a couple of tricks on how to start mastering this relatively new technology.
Creating a GitHub App with Node.js - Sep 6, 2019
Recently GitHub have updated their policy regarding integration with 3rd-parties applications. Earlier we could use Personal Access Tokens or OAuth apps to automate our interactions with the platform.
Introduction to the OpenMP with C++ and some integrals approximation - Sep 1, 2019
Ever wondered how all those high performance servers work? How can we process huge amount of data on some computational heavy algorithm?
JavaScript DOM access methods speed benchmark - Apr 9, 2018
As a web-developer I had to work with with DOM tree uncountable number of times. Well, without all those shiny frameworks like Angular, React or Vue.