@pluralsight published another one of my #JavaScript articles: "What is #JSON, and how to use it in JavaScript".
It covers JSON syntax, converting data, & working with APIs in JS.
Check it out here:
https://www.pluralsight.com/resources/blog/software-development/how-use-json-javascript
Today is rest day, in all dimensions.
So why not computing the administrative areas around the world I've visited while running and cycling with @duckdb #SQL and a bit of #Java
https://github.com/michael-simons/biking3/blob/main/bin/collect_administrative_areas.java#L210
Doing all the #spatial stuff directly from within the db, working on temp tables.
Eventually getting a deeply nested #JSON structure out of it:
Thanks @lukaseder for inspiration, @hannes for that piece of tech :)
The Incomplete JSON Pretty Printer (Brought To You By Vibes) - Incomplete JSON (such as from a log that terminates unexpectedly) doesn’t parse cl... - https://hackaday.com/2025/04/12/the-incomplete-json-pretty-printer-brought-to-you-by-vibes/ #artificialintelligence #softwaredevelopment #softwarehacks #vibecoding #json
Penpot Design Tokens Highlights
https://peertube.kaleidos.net/videos/watch/0cd65dc5-ec3f-492e-853f-35fb5cd8495c
Neat primer on using the #Jackson library to parse #JSON with #Java https://www.digitalocean.com/community/tutorials/jackson-json-java-parser-api-example-tutorial
JsonStringEnumMemberName saved some work for me today.
Netskope is hiring Distinguished Engineer, Client Cloud Backend
#cplusplus #golang #python #node #rest #cicd #json #kubernetes #tdd
Taipei, Taiwan
Full-time
Netskope
Job details https://jobsfordevelopers.com/jobs/distinguished-engineer-client-cloud-backend-at-netskope-com-jan-9-2025-a645ed?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Trust & Will is hiring Software Engineer II (Remote U.S.)
#javascript #typescript #angular #react #api #aws #cicd #css #docker #html #json #kubernetes #mongodb #mysql #postgresql #redis
Remote; United States
Full-time
Trust & Will
Job details https://jobsfordevelopers.com/jobs/software-engineer-ii-remote-u-s-at-trustandwill-com-jul-18-2024-288b6d?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Decoding JSON sum types in Go without panicking
File format building blocks: primitives in digital preservation
by @beet_keeper
A primitive in software development can be described as:
a fundamental data type or code that can be used to build more complex software programs or interfaces.
– via https://www.capterra.com/glossary/primitive/ (also Wiki: language primitives)
Like bricks and mortar in the building industry, or oil and acrylic for a painter, a primitive helps a software developer to create increasingly more complex software, from your shell scripts, to entire digital preservation systems.
Primitives also help us to create file formats, as we’ve seen with the Eyeglass example I have presented previously, the file format is at its most fundamental level a representation of a data structure as a binary stream, that can be read out of the data structure onto disk, and likewise from disk to a data structure from code.
For the file format developer we have at our disposal all of the primitives that the software developer has, and like them, we also have “file formats” (as we tend to understand them in digital preservation terms) that serve as our primitives as well.
I can't really complain about the functionality of my brain synapses. It's just that with languages, they don't work the way I want them to. This also applies to programming languages – unfortunately.
My upcoming project requires data output. Of course, I'm familiar with the combination of #PHP and #MySQL, without being able to create both of them. I'm concerned about the how, since I won't be using any of the common monsters (WordPress, Drupal, etc.). I've heard of #frameworks and read various things about them, but – this is where it gets embarrassing – I just don't understand how to use them. However, I have a feeling they can help me [1]. Does anyone have any ideas how I can overcome my lack of understanding? #Linux #Programming #Database #json
[1] For example, the recently discovered #Flight
Ich kann mich wahrlich nicht über die Funktionalität meiner Gehirnsynapsen beschweren. Nur bei Sprachen wollen sie nicht so, wie ich es mir wünsche. Das gilt auch für Programmiersprachen – leider.
Für mein kommendes Projekt sollen Daten ausgegeben werden. Natürlich ist mir die Kombination #php und #mySQL bekannt, ohne beides selbst erstellen zu können. Mir geht es um das wie, da ich keines der verbreiteten Monster (Wordpress, Drupal usw.) einsetzen werde. Ich habe schon von #Frameworks gehört und diverses dazu gelesen, aber – jetzt wird es peinlich – ich kapiere einfach nicht, wie sie anzuwenden sind. Jedoch ahne ich, dass sie mir helfen können [1]. Hat jemand eine Idee, wie ich meine Begriffsstutzigkeit überwinden könnte? #Linux #Programmierung #Datenbank #json
[1] Z.B. das frisch entdeckte #Flight
found, not really a bug, an interesting behavior in C# and @godotengine
When parsing JSON, an int gets parsed to a float. Which probably makes sense, since everything in JavaScript is a float anyways.
But that then breaks the ulong parsing with a wrong format. Don't know if this is a new 4.4 behavior or if it was always this way. In any case it took me a while to find this bug in my code.
#csharp #godot #gamedev #indiedev #Godot4 #programming #programmingtips #JavaScript #json