The Git Commands You Wish You Always Had
Git Aliases are a powerful way of extending your Git superpowers. See how I was able to bulk clean up remotely merged branches – and get some helpful aliases for free!
Read moremimacom blog
Git Aliases are a powerful way of extending your Git superpowers. See how I was able to bulk clean up remotely merged branches – and get some helpful aliases for free!
Read moreIn this series of posts we will create an application using react and redux, in which we will handle relational data. In this third part we will be fetching data from an API and storing it in the store, caching the data and using it from different components.
Read moreBy now everyone has likely come across the recent log4j exploit called "log4shell", recorded as CVE-2021-44228. Later, two more vulnerabilities were discovered, CVE-2021-45046 and CVE-2021-45105. We wanted to share our findings and recommended immediate remediation steps. We will update this post as new information becomes available.
Read moreMicro Frontends mimic the idea behind microservices, but for frontend instead of backend. It's about splitting a single monolithic app into multiple, smaller apps, where each of the apps are responsible for a distinct feature of a product. This makes it possible for businesses to scale better, when there's a team for every smaller app, which they can work on in isolation with their own technical decisions. By keeping the apps smaller and separated, they are also more understandable and easier to apply changes to. This should also make it possible for separate independent deployments.
Read moreAfter the Kotlin 2021 Premier Online Event taking place just recently and the book "Java to Kotlin: A Refactoring Guidebook" by Duncan McGregor and Nat Pryce coming out, I thought it was a good time to write about Java patterns and how Kotlin can help you implement them or can even make them obsolete!
Read more