I show you how you can extend your profiler in order to read function parameters within a FunctionEnter event
This is the 64Bit v ersion of: Trace 'function enter/leave' events with a .NET profiler + detect StackOverflow. Assembler code included!
Trace 'function enter/leave' events with a .NET profiler + detect StackOverflow. Assembler code included!
Apply a very small hack to prevent the user from accidentally switching to another page without saving changes [VueJS]
This article shows how you can write a custom marshaler in order to call into unmanaged DLL's and pass custom data to the functions.
[Win32 / Hooks / Spy++] Blocking mouse buttons with Win32 Hooks, controlled by a little systray icon tool written in C#
You were told that you can not control the 'open file' dialog in Cypress? I can tell you, that you were fooled!
Using native click events to open the file dialog in chrome by code.
I list some callbacks, what can be done with them and how you can obtain more information about an event.
A profiler can not so easily be debugged. In this article I show you how this can be achieved by using WinDbg
Use named pipes to setup inter process communication between a C++ DLL and a C# application.
Before doing cool stuff with your .NET profiler, we should understand a few principles
A short post about bitness in .NET applications
The Profiling API is a powerful beast that let's you do magic things with a .NET application. This article gives you a first insight.
Have you already heard of `branch predictions`? They may have a high impact on algorithms working on big datasets.
How can you write a DLL in C and use it in C++.
WinDbg is a nice tool if you like to debug an application but can not use your favorite IDE for that. I will show you how to debug a simple (unmanaged!) console app.
Why I made 29 PR's in the repository of 11ty's documentation
If you ever want to investigate performance issues under the hood you should be aware of the differences between release and debug profile.
Creating pagination from dynamic data and add a useful navigation bar
Learn how to publish an image once and share it in your business and private social media profiles. Control Facebook, Twitter and Instagram with IFTTT
The suffering of the young Herbert
Before creating the final structure of the design I show you how to handle some basic use cases with eleventy.
What's new in Cypress 3.8.3? I show you the relevant (at least what is relevant for me) changes.
After a hard struggle with travis and my FTP server, I decided to use a HTTP upload
Fetch the latest tweets from twitter, store them to a local JSON file and download their images
Shows you how you can utilize travis-ci.org to publish to a ftp server
If you ever needed to filter Jest test results based on something that is within the result itself, then this article might help you. Also this article gives a little insight on how to write a Jest reporter.
Write your website with markdown + liquid and publish it as static page. This article shows how I create my page with eleventy
Learn how I build my personal page using eleventy, twitter, github and other cool stuff