Building a social media platform without going bankruptPart I–Laying the numbers

Let’s Build a Quasiquoter

Build Your Own Container Using Less than 100 Lines of Go

Issue #60

1/25/2021

A Byte of Coding Issue #60
Greetings
Here be dragons... and issues.

Building a social media platform without going bankruptPart I–Laying the numbers

Published: 25 January 2021
Tags: system architecture


In this first part of what looks to be a promising series, Oren Eini goes over some of Twitter's stats (in regards to user activity and posts), then outlines some specifications for the social media platform he intends to design from scratch.

Read Full Article

Let’s Build a Quasiquoter

Published: 25 January 2021
Tags: lisp


Data as code is a common theme in Lisp languages, and is in general a good idea to wrap your head around. Veit Heller's article focuses on implementing quasi-quoting, which marks the part of the code that should be considered dynamic.

Read Full Article

Build Your Own Container Using Less than 100 Lines of Go

Published: 22 April 2016
Tags: go


Although this article is from 2016, containers are more relevant than ever. Most cloud providers offer containerized systems that are deployable at the click of a button, and running processes in clean environments on a dev machine has never been easier. In this article, Julian Friedman implements a container in Golang and describes what every line of code does.

Read Full Article
Thanks for your Support! 

Thanks to supporters like Євген Грицай, Scott Munro, zturak, pek, and Emil Hannesbo this newsletter is provided to you for free. If you'd like to also show your support and help out, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.
Donate Here






This email was sent to <<Email Address>>
why did I get this?    unsubscribe from this list    update subscription preferences
A Byte of Coding · 750 Fowler St NW · Atlanta, GA 30332-1914 · USA

Stats (updated daily)

Sent: 1451

Opens: 599

Clicks: 308

Link Clicks Clicks % Unique Clicks Unique Clicks %
Building a social media platform without going bankruptPart I–Laying the numbers 97 32.66% 83 32.68
Let’s Build a Quasiquoter 72 24.24% 58 22.83
Build Your Own Container Using Less than 100 Lines of Go 128 43.10% 113 44.49

Previous

Back to Issues

Next