|
You are here |
tomlinford.com | ||
| | | | |
blog.darklang.com
|
|
| | | | | Dark is a holistic programming language, structured editor, and infrastructure, for building backend web services. It's aimed at frontend, backend, and mobile engineers. Our goal is to make coding 100x easier, which we believe will allow a billion people to build software. This is a huge challenge, that requires | |
| | | | |
lethain.com
|
|
| | | | | I once worked at a company that built most of their functionality on top of Facebook's advertising APIs. GraphQL was not publically a thing at that point, but the API design was more or less equivalent to GraphQL. Properties would appear and disappear without warning, and reacting to changes required frequent fire drills. | |
| | | | |
devopsian.net
|
|
| | | | | Discover the value of API-First design for side projects. Learn how this approach can streamline development, improve consistency, and accelerate your workflow through practical examples and code generation. | |
| | | | |
www.dillonfrankesecurity.com
|
|
| | | Background Protocol Buffers (Protobufs) are a language agnostic data serialization format that allow data to be safely and efficiently trasmitted or stored. Protobuf usage has exploded within the past several years. When testing web applications, mobile applications, and embedded devices alike, it's increasingly likely you'll encounter Protobuf data within requests like this: A normal binary Protobuf request You might have logically tried to fuzz these inputs as you would any other parameter, only to realize that things weren't as simple as they appeared: | ||