Explore >> Select a destination


You are here

jbrandhorst.com
| | ryanseddon.com
4.1 parsecs away

Travel
| | Ever wanted to remotely access the DOM of a mobile device so you could make changes, test ideas and generally just have a bit of fun. I know I have and I've been hacking to create a proof of concept piggy backed on the development of two great projects. The first is Remy Sharps awesome little jsconsole web app that lets you do a bunch of cool stuff using a simple yet elegant interface. The second is a Firefox plugin that allows Firefox to act as a WebSocket server and receive and delegate messages sent from a client.
| | bartlomiejmika.com
2.5 parsecs away

Travel
| | How do you write a Golang server using gRPC from scratch? Heres how to do it.
| | ectobit.com
2.0 parsecs away

Travel
| | Differences between APIv1 and APIv2 implementation of protocol buffers and gRPC in Golang
| | blog.murewaashiru.com
15.3 parsecs away

Travel
| Object-Relational Mapping (ORM) is a technique that lets you query and manipulate data from a database using an object-oriented paradigm. An object-relational mapper (ORM) is a code library that automates the transfer of data stored in the database...