Explore >> Select a destination


You are here

vladimirzdrazil.com
| | martincarstenbach.com
11.8 parsecs away

Travel
| | This is a quick post hopefully saving you 5 minutes debugging the following error in Multilingual Engine (MLE) as shipping with Oracle Database 23ai on Linux/{x86-64,aarch64}: NJS-044: named JSON object is not expected in this context Th error is caused in situations when you provide aJavaScript objectas apositional bind to MLE's JavaScript SQL Driver. The...
| | www.growingwiththeweb.com
7.7 parsecs away

Travel
| | An often overlooked part of writing high performance JavaScript apps is to consider how your code will be compiled and minified.
| | ilikekillnerds.com
7.9 parsecs away

Travel
| | In this blog post, we'll explore the concept of deep observation in TypeScript and learn how to create a deep observer using proxies. Deep observation allows you to track changes made to an object, including its nested properties, providing a powerful way to monitor and react to modifications in your data structures. Understanding Deep Observation [...]
| | ciesie.com
63.7 parsecs away

Travel
| Today I've played around with Zig, the new, hip (is it hip?) programming language. I find it pretty neat. I'm going to walk you (and myself) through my first, very short, piece of code. Below you can see the entirety of it. It basically allocates a 2MB buffer and reads a file into it... Yep, not particularly impressive, but this is a judgment free, learning zone, ok?! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 const std = @import("std"); const warn = @import("std").