Explore >> Select a destination


You are here

ekhabarov.com
| | ectobit.com
1.4 parsecs away

Travel
| | Differences between APIv1 and APIv2 implementation of protocol buffers and gRPC in Golang
| | ryanseddon.com
5.2 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
1.3 parsecs away

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

Travel
| [AI summary] The author discusses implementing server-side rendering (SSR) for a React application, focusing on rendering a React component into HTML and integrating it into a page template.