Korean/Asian Food Blogs

mykoreankitchens mattzip pupswithchopsticks beyondkimchee

January 1, 2023 · 4 words · Peter Dieleman

Leek Cheddar Tart

From: A Cook’s Book by Nigel Slater (p. 343): 1kg leeks 70g butter 450g puff pastry 200g cheddar 1 egg

January 1, 2023 · 20 words · Peter Dieleman

Map / Filter / Lambda / Stream snippets

Map inputString.map(x -> { if (!StringUtils.isBlank(x)) { return x; } else { return Optional.empty(); } }).orElse(Optional.empty()); Filter Java < 16 return thing.getAllSubEntities() .stream() .filter(e -> e.isDisabled()) .collect(Collectors.toList()); Java >= 16 return thing.getAllSubEntities() .stream() .filter(e -> e.isDisabled()) .tolist();

January 1, 2023 · 37 words · Peter Dieleman

Pappardelle w/ Mushrooms and Harissa

From: A Cook’s Book by Nigel Slater (p. 156): 150g dry/ 250g fresh pappardelle 300g chestnut mushrooms 4 spring onions 2 garlic cloves 3 TBSP. harissa paste Parmesan

January 1, 2023 · 28 words · Peter Dieleman

Pasta al Limone

Ingredients: 2 lemons basil or mint pecorino 200g linguine

January 1, 2023 · 9 words · Peter Dieleman

Ports, Websockets and K8s

Considerations when deploying app relying on web sockets on kubernetes. post TargetPorts, Ports & Nodeports These two concepts govern ingress at the Service & Pod level: port: port that corresponding Service is listening on targetPort: port to which traffic is directed inside the container These two concepts govern ingress at the Service & Cluster level: ClusterIP: This is the default type for service in Kubernetes; an address that can be used inside the cluster....

January 1, 2023 · 176 words · Peter Dieleman

SA Gravel Calendars

December 2023 Western Cape, 02-12-2023: https://pedalpower.org.za/events/jarfromdirt/ Stanford 100, 09-12-2023 https://forum.bikehub.co.za/topic/193283-event-the-stanford-100/

January 1, 2023 · 10 words · Peter Dieleman

What is this?

This is just a personal blog that I use to save my favorite cooking recipes as well as some webpages and information on technologies that I use during my work. Plus other random stuff.

January 1, 2023 · 34 words · Peter Dieleman

Youtube Channels on Programming

General Programming & Java Code Aesthetic Fireship Amigoscode Baeldung FreeCodeCamp ComputerPhile Low Level Learning Continuous Delivery - Dave Farley Programmers are also human Python mCode

January 1, 2023 · 25 words · Peter Dieleman

Youtube Recipes

Green Onion Egg Toast Fried Rice Stir Frying Vegetables

January 1, 2023 · 9 words · Peter Dieleman