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
From #CTAN:
Jasper Habicht submitted an update to the jsonparse package.
Version number: 1.3.0 2025-03-25
License type: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
From #CTAN:
Amir Mohammad Tahsiri submitted the BibBreeze package.
Version: 1.0
License: lppl1.3c
Summary description: A referencing package for automatically reconstructing bibliography data
From #CTAN:
Jasper Habicht submitted an update to the jsonparse package.
Version: 1.2.3 2025-03-23
License: lppl1.3c
Summary description: Parse, store and access JSON data in LaTeX documents
Exploring Nix Derivations: A Hands-On Guide to Building with JSON
In the world of Nix, creating derivations can be both a challenge and an adventure. This article takes you through the intricate process of building a simple derivation from scratch using JSON, reveal...
https://news.lavx.hu/article/exploring-nix-derivations-a-hands-on-guide-to-building-with-json
Mastodon-Client-API
Auch wenn sich im #Fediverse viel um #ActivityPub dreht und hier durchaus auch eine #Client-Schnittstelle skizziert ist, nutzt #Mastodon eine eigene Client-API, die (zumindest teilweise) auch von anderer fediversaler Serversoftware unterstützt wird (z.B. #Friendica, #Firefish, #Mammuthus).
Diese #API (application programming interface, eine #Schnittstelle zur #Programmierung von Anwendungen) dient Apps und Clients dazu, entsprechende Funktionen auf einer #Instanz durchzuführen. Diese API ermöglicht die Entwicklung von Apps wie #Tusky, #Fedilab & Co.
Man kann diese API auch nutzen, um Konten etwa (teil)automatisiert zu betreiben.
Oder Statistiken zu sammeln... oder... oder... ;-)
Die API ist soweit öffentlich dokumentiert und steht frei zur Verfügung.
Allgemeine Dokumentation zu #Mastodon (auf Englisch):
https://docs.joinmastodon.org/
"Getting started with the API":
https://docs.joinmastodon.org/client/intro/
Wer mit dem Gedanken spielt, die API zu nutzen, sollte sich mit #HTTP, #JSON & Co. anfreunden können. Und Englischkenntnisse sind in diesem Bereich grundsätzlich von Vorteil...
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
Spotted on LinkedIn: Toolou. From the front page: “The tools you were looking for with no tracking, no ads, and no data collection.” Tools include a JSON formatter, a Word to Markdown converter, and a tool that finds the exact date for LinkedIn posts. I have not tested all of them.
https://rbfirehose.com/2025/03/20/spotted-on-linkedin-toolou/
Model class diagrams and generate code from your web-browser. No need to install anything.
Try it out: https://editor.besser-pearl.org/
Some key features:
#Graphical modelling: Design models with an intuitive graphical notation.
Cloud Storage: #Store your diagrams online for easy access from anywhere
Real-time #collaboration: Work seamlessly with multiple users on the same model.
#CodeGeneration: Automatically generate code for various technologies (e.g., databases).
#OCL Integration: Define OCL constraints with of our B-OCL tool
#Supports model import/export in B-UML and #JSON formats
https://modeling-languages.com/besser-graphical-modeling-editor/
在 Go 中解碼 JSON 聯合類型而不會引發恐慌
➤ Go 語言中的聯合類型及其在 JSON 解碼中的應用
✤ https://nicolashery.com/decoding-json-sum-types-in-go/
在這篇文章中,尼古拉斯·埃裏(Nicolas Hery)探討瞭如何在 Go 中解碼 JSON 的聯合類型以避免運行時恐慌,並介紹了聯合類型的重要性和用法。
+ 這篇文章對於想要深入瞭解 Go 語言中 JSON 解碼技術的讀者來說非常有價值。
+ 作者對聯合類型和 Go 語言的融合方式進行了清晰而深入的探討,使讀者更容易理解相關概念。
#Go 程式語言 #JSON 解碼 #聯合類型
Decoding JSON sum types in Go without panicking