www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
LogExpert – logging viewer tool
You are a developer needing a nice tail application for MS Windows? You are in the need for a powerful logfile analysis tool? You love logfiles? You live in your logfiles? Or at least: you have to work with them? Download LogExpert if you answered “yes” to any of the questions above!
Source: LogExpert
Grayscale mode in Windows 10, distraction-free reading with f.lux
This new version of f.lux has a grayscale mode and new key to turn it on: Windows + End.
The big surprise is how distracting the icons on the top and bottom of your screen are. These icon colors are the kind of thing you see in candy stores and on fire alarms, but we have to ignore them just to get work done. Without those colors, your computer looks more like a magazine that can help you focus on reading or thinking—it feels different, like a sheet of paper.
Source: What’s new with f.lux
Handling UI state with enum
Why Use Node.js? A Comprehensive Tutorial with Examples | Toptal
parcel – fast and simple web application bundler
Asynchronous JavaScript: Async/Await Tutorial | Toptal
How to preserve line breaks in p elements with CSS
pre-line Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks
Source: CSS white-space property
Example:
p.intro {
white-space: pre-line;
}
Works in all modern browsers and IE8+
Measure performance with Visual Studio 2017 profiling tools | Microsoft Docs
Measure which methods takes longest time (cpu analysis) or how the memory is used in a .NET application with the built-in Performance Profiler in Visual Studio 2017
docs.microsoft.com/en-us/visualstudio/profiling/profiling-feature-tour
CSS transitions – Free tutorial to learn HTML and CSS
CSS transitions allow to smoothly go from one element’s state to another. How it works is that individual properties are animated from an initial to a final state.
marksheet.io/css-transitions.html