23 private links
"Ich würde aktuell entweder das JMapper Framework oder MapStruct verwenden. " (2016)
In diesem Tutotrial erkläre ich, wie man mit dem der JavaScript-Bibliothek Leaflet GeoJSON-Datein in eigenen Web-Anwendungen darstellen kann.
Indie record label located in Gothenburg, Sweden
Who is not tired of committing a "Remove pdb" or a "Fix a typo" few minutes or hours after committing a clean feature ? A few time ago, I discovered two useful options in GIT that work together : git commit --fixup and git rebase --autosquash. With these, you can easily merge little fixes with the original feature and keep your branch clean.
Auf NetGalley stellen Verlage die digitalen Leseexemplare Ihrer Bücher für professionelle Leser zur Verfügung. Registrieren Sie sich jetzt kostenlos!
Auf NetGalley stellen Verlage die digitalen Leseexemplare Ihrer Bücher für professionelle Leser zur Verfügung. Registrieren Sie sich jetzt kostenlos!
The presenters discuss using techniques and patterns such as Event Storming, Strangling, Starving, Slice Analysis and Domain Driven Decomposition to transform legacy apps for PCF.
Read through the following principles and ask if the application in question benefits from a given principle. If you answer “yes” for one or more of the following principles, the feature is a good candidate to be a microservice. If you answer “no” for every principle, you are likely introducing accidental complexity into your system.
The Official Website for the Challenge
This tool helps you check what data-protecting measures a site has taken to help you exercise control over your privacy.
I decided to write an article about a thing that is second nature to embedded systems programmers - low level bit hacks. Bit hacks are ingenious little programming tricks that manipulate integers in a smart and efficient manner. Instead of performing some operation (such as counting the 1 bits in an integer) by looping over individual bits, these programming nuggets do the same with one or two carefully chosen bitwise operations.
In this article we will be extending an ExecutorService implementation with monitoring capabilities. This monitoring capability will help us to measure a number of pool parameters i.e., active threads, work queue size etc. in a live production environment. It will also enable us to measure task execution time, successful tasks count, and failed tasks count.
This huge collection of Spring-related news and tutorials covers everything from coding with Kotlin to using Micrometer to Spring Boot 2.0!
Take a deep dive into all things IMAP with CTO Christine Spang as part of our Email Experts series.
Wer ein Programmierprojekt angeht, wird früher oder später auch auf Git treffen. Wir haben dir eine einfache Übersicht über alle wichtigen Befehle zusammengestellt. Damit gelingt dein Einstieg garantiert.