GraphQLConf’23
In this blogpost we want to share our experience, the take-aways and the sessions you should watch of the recent GraphQLConf’23 in the San Francisco Bay Area this Sept’23.
GraphQLConf’23In this blogpost we want to share our experience, the take-aways and the sessions you should watch of the recent GraphQLConf’23 in the San Francisco Bay Area this Sept’23.
GraphQLConf’23Cloud computing has become the new standard for companies on which to run their operations. The rapid increase in the use of cloud technology has made it a major contributor to global carbon emissions, surpassing even the aviation industry. We recognize the urgency and responsibility to find innovative ways to optimize cloud computing and reduce its environmental impact.
Reducing the Cloud Carbon Footprint of bol.“Working at bol.com allows me the freedom to innovate, inspire, and empower other women to do the same.” We are talking to Noha Shafik, who started her career in Egypt and has recently been promoted as bol.com’s Principle Engineering Manager. Guided by her search for personal values, Noha leads a diverse team at bol.com while staying true to herself, her strengths and her purpose.
Contributing to change & equality for women in techAt bol.com we host a hackathon day every so many months. Developers get to pitch their hackathon idea, so that other developers can join and help them. Sander was curious about other ORM frameworks available for Kotlin. And so, the idea to look for alternatives of Hibernate in Kotlin as a hackathon project came up.
Bye Bye Hibernate – Discovering alternatives to Hibernate in KotlinIt has been a while since we touched moving to the cloud as a topic. Finding a good trajectory to the cloud isn't always trivial. Not all technologies that we decided to use in the last 10 years have a beaten path to the cloud.
Elastic Search to the CloudDDoS attacks, malicious attempts to disrupt normal traffic, can be countered in different ways. Dependent on the type of attack one or more valid solutions are available. However, in the e-commerce field, we found out we needed a specific solution for one type of attack. We created this washing solution based on AI and Cloud native solutions.
DDoS - specific attacks require AI powered washing solutionsChantal Schinkels, author of the Book "The IT Girl", is about to release her second book. It's called "The buying drip" or in Dutch "Het Koopinfuus". We have the scoop with her to dive into this book.
The Buying Drip - A scoop of the 2nd book of Chantal SchinkelsThe garbage collector is a complex piece of machinery that can be difficult to tune. Not surprisingly, many developers dread touching the GC. If you don’t give the GC just a little bit of care, your whole application might be running suboptimal. This blog post shows how we got two production applications to perform better by following simple tuning steps.
Spicing up your app’s performance - a simple recipe for GC tuningWe discuss the latest version of the tech radar. Especially the way we implemented it and the process to get things on the radar will be recognisable for you.
Tech Radar - hard discussions lead to transparencyCoroutines are a wonderful way of writing asynchronous, non-blocking code in Kotlin. Think of them as lightweight threads, because that’s exactly what they are. Lightweight threads aim to reduce context switching, a relatively expensive operation. Moreover, you can easily suspend and cancel them anytime. Sounds great, right?
Coroutine Gotchas - Bridging the Gap between Coroutine and Non-Coroutine Worlds