tl; dr: this is about creating a CLI that uses Google Translate to translate a text file to a supported language. The code can be found here
Something that sucks about moving to a country that doesn’t care too much about the English language and look for a job there is that you have to translate your resume.
So here I am with my well-written and tested resume in English, and have to spend hours (a couple, at least) translating it to French.
Tag: Api
A simple intro to Dark and Svelte, building a simplified Twitter-like microblog.
# Lexicon ## Dark Also known as Darklang (the SEO term), it’s a deployless backend with its own functional programming language and editor.
## Svelte A Server-Side Generated (SSG) JavaScript framework that is fast and elegant.
# 🐇 Into the Rabbit Hole Here’s what we are doing:
Design a simplified version of Twitter, where users can post tweets, follow/unfollow others, and is able to see the 10 most recent tweets in the user’s news feed.