{"id":1406,"url":"https://github.com/BytecodeAgency/awesome-bytecode","name":"awesome-bytecode","description":"The technologies and resources we love at Bytecode Digital Agency","projects_count":86,"last_synced_at":"2026-04-08T01:00:22.739Z","repository":{"id":56143984,"uuid":"220226847","full_name":"BytecodeAgency/awesome-bytecode","owner":"BytecodeAgency","description":"The technologies and resources we love at Bytecode Digital Agency","archived":false,"fork":false,"pushed_at":"2020-11-24T14:16:48.000Z","size":36,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-25T16:46:33.015Z","etag":null,"topics":["awesome","awesome-list","awesome-lists","awesomeness","bytecode","bytecode-agency","bytecodeagency"],"latest_commit_sha":null,"homepage":"https://bytecode.nl","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BytecodeAgency.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-07T11:59:58.000Z","updated_at":"2024-12-20T16:53:56.000Z","dependencies_parsed_at":"2022-08-15T13:31:08.984Z","dependency_job_id":null,"html_url":"https://github.com/BytecodeAgency/awesome-bytecode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BytecodeAgency/awesome-bytecode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytecodeAgency%2Fawesome-bytecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytecodeAgency%2Fawesome-bytecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytecodeAgency%2Fawesome-bytecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytecodeAgency%2Fawesome-bytecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BytecodeAgency","download_url":"https://codeload.github.com/BytecodeAgency/awesome-bytecode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BytecodeAgency%2Fawesome-bytecode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31535203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"readme":"# Awesome Bytecode [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re)\n\n\u003e Awesome projects, technologies and resources related to Bytecode Digital Agency\n\n_Note: None of the links are affiliate links_\n\n## Table of Contents\n\n* [Programming technologies](#programming-technologies)\n    * [Languages](#languages)\n    * [Frameworks](#frameworks)\n    * [Libraries](#libraries)\n    * [Tools](#tools)\n    * [CI/CD and DevOps](#cicd-and-devops)\n    * [Databases and caching](#databases-and-caching)\n    * [Methodologies](#methodologies)\n* [Design/image resources](#designimage-resources)\n* [Education](#education)\n    * [General learning resources](#general-learning-resources)\n    * [Programming related learing resources](#programming-related-learing-resources)\n    * [Interesting articles](#interesting-articles)\n* [Projects](#projects)\n    * [Bytecode Clients](#bytecode-clients)\n    * [Interal projects](#interal-projects)\n    * [Free software (free as in freedom)](#free-software-free-as-in-freedom)\n* [Awesome Awesome](#awesome-awesome)\n* [Misc](#misc)\n* [Awesome people](#awesome-people)\n* [Contact](#contact)\n* [Contribute](#contribute)\n* [License](#license)\n\n_TOC generated with [markdown-toc](https://github.com/jonschlinkert/markdown-toc)_\n\n## Programming technologies\n\n_Technologies we love to use at Bytecode_\n\n### Languages\n\n* [Typescript](https://github.com/microsoft/TypeScript), typed superset of Javascript more suitable for enterprises\n* [Deno](https://github.com/denoland/deno), TS runtime that has great potential (it's like NodeJS but better and with Typescript)\n* [GoLang](https://github.com/golang/go), open source programming language that makes it easy to build simple, reliable, and efficient software\n* [Rust](https://github.com/rust-lang/rust), low-level language capable of replacing C in many fields\n* [Elm](https://github.com/elm/compiler), functional front-end web programming language\n\n### Frameworks\n\n* [ReactJS](https://github.com/facebook/react), very popular front-end framework\n* [React-Native](https://github.com/facebook/react-native), way of creating native mobile apps with React code\n* [Expo](https://github.com/expo/expo), framework that takes a way most of the React-Native headaches\n* [Rocket.rs](https://github.com/SergioBenitez/Rocket), web framework for Rust\n* [Gin](https://github.com/gin-gonic/gin) minimalist web framework for Go\n\n### Libraries\n\n* [Redux](https://github.com/reduxjs/redux), \"functional\" state management, mostly for ReactJS\n* [Lottie](https://github.com/airbnb/lottie-web), makes it possible to use After Effects animations in React (JS/Native)\n* [Aegis](https://github.com/lucianonooijen/aegis), runtime JSON type checks based on Typescript interfaces\n\n### Tools\n\n* [Docusaurus](https://github.com/facebook/docusaurus), create documentation sites from Markdown files\n* [CodiMD](https://github.com/hackmdio/codimd), a free/open-source version of the popular HackMD\n\n### CI/CD and DevOps\n\n* [GitLab](https://gitlab.com/gitlab-org/gitlab), all-in-one FOSS CI/CD solution\n* [DigitalOcean](https://www.digitalocean.com/), cloud provider without headaches\n* [Ansible](https://github.com/ansible/ansible), keeps all your servers in sync without manual work\n* [Terraform](https://github.com/hashicorp/terraform), create your digital infrastructure by declaring it in code\n* [Docker](https://github.com/docker/docker-ce), containerization platform\n* [Kubernetes (K8S)](https://github.com/kubernetes/kubernetes), takes away lot's of hosting headaches\n\n### Databases and caching\n\n* [PostgreSQL](https://github.com/postgres/postgres), our relational-database of choice\n* [Redis](https://github.com/antirez/redis), key-value in-memory database, great for caching\n* [Varnish](https://github.com/varnishcache/varnish-cache), HTTP accelerator for content-heavy dynamic web sites and APIs\n\n### Methodologies\n\n* [SemVer](https://semver.org/), keeping track of your software versioning\n* [12-factor app](https://12factor.net/), the process of development how it should be\n* [SOLID](https://en.wikipedia.org/wiki/SOLID) and [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself), keeping your code maintainable\n* [TDD](https://en.wikipedia.org/wiki/Test-driven_development), test-driven development to ensure working software\n* [DevSecOps](https://www.redhat.com/en/topics/devops/what-is-devsecops), combining development, security and operations\n* [Site-reliability engineering (SRE)](https://en.wikipedia.org/wiki/Site_Reliability_Engineering), taking devops a setp further\n* [Async Manifesto](http://asyncmanifesto.org/), a 21st century successor to Agile\n\n## Design/image resources\n\n* [Undraw](https://undraw.co/), open-source illustrations\n* [Humaaans](https://www.humaaans.com/), open-source illustrations\n* [Dribble](https://dribbble.com/), platform where artists show off their work\n* [Behance](https://www.behance.net/), platform where artists show off their work\n* [Pexels](https://www.pexels.com/) and [StockSnap](https://stocksnap.io/), free to use stock images\n* [PlaceKitten](http://placekitten.com/), kitten placeholder images\n\n## Education\n\n_Education resources we can highly recommended_\n\n### General learning resources\n\n* [KhanAcademy](https://www.khanacademy.org/), awesome free courses on many different topics\n* [O'Reilly Learning](https://learning.oreilly.com/home/), learning resources from O'Reilly on a subscription basis\n* [PluralSight](https://www.pluralsight.com/), great courses on a variety of topics\n* [Udemy](https://www.udemy.com/), great courses for beginners on many topics\n\n### Programming related learing resources\n\n* [Teach Yourself CS](https://teachyourselfcs.com/), a roadmap for self-taught software engineers\n* [CodeWars](https://www.codewars.com/), great gamified way to learn algorithms\n* [RosettaCode](http://rosettacode.org/wiki/Rosetta_Code), like the Rosetta Stone, but with code\n* [RealWorld](https://github.com/gothinkster/realworld), Medium.com clones in several languages/frameworks\n* [HackTheBox](https://www.hackthebox.eu/home), awesome gamified way to learn pentesting\n* [YouDontKnowJS](https://github.com/getify/You-Dont-Know-JS), for learning the ins and outs of Javascript\n* [SystemDesignPrimer](https://github.com/donnemartin/system-design-primer), learing about enterprise cloud architecture\n* [Free Programming Books](https://github.com/EbookFoundation/free-programming-books), free (as in beer) to download books\n* [OSS Computer Science education](https://github.com/ossu/computer-science), path to a free self-taught education in Computer Science!\n\n### Interesting articles\n\n* [The Clean Architecture, a small essay about clean software architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html)\n* [The cost of 9$/hour developers, the reason behind the Boeing 737-8 debacle](https://medium.com/javascript-scene/why-cutting-costs-is-expensive-how-9-hour-software-engineers-cost-boeing-billions-b76dbe571957)\n* [Getting started with Deno, by the creator of NodeJS](https://dev.to/wuz/getting-started-with-deno-e1m)\n\n## Projects\n\n_Projects we consider to be awesome_\n\n### Interal projects\n\n* [Bytecode Website](https://github.com/BytecodeAgency/Bytecode-Website), we put money where our mouth is, so our website is AGPL-3.0 licenced\n* [Bytecode Coding Standards](https://github.com/BytecodeAgency/Coding-Standards), the Bytecode coding standards we follow\n* [Bytecode's CodiMD fork](https://github.com/BytecodeAgency/codimd-bytecode), to create easy documents/presentations in Bytecode branding\n* [Ping Pong API](https://github.com/BytecodeAgency/PingPong-API), keeping track of ping pong scores within a team (coming soon ™)\n* [Bytecode React CLI](https://github.com/BytecodeAgency/Bytecode-React-CLI), command-line tool to create React components\n\n### Free software (free as in freedom)\n\n* [FSF](https://www.fsf.org/), the Free Software Foundation\n* [GNU](https://www.gnu.org/), it's GNU/Linux!\n* [Suckless.org](https://suckless.org/), minimalist Linux tools\n* [Wire](https://github.com/wireapp/wire), fully encrypted private messaging and calling\n* [Signal](https://github.com/signalapp), fully encrypted private messaging and calling\n\n## Awesome Awesome\n\n_Awesome lists that we consider to be Awesome_\n\n* [GitHub Awesome Topic](https://github.com/topics/awesome), where you can find awesome awesome resources\n* [CS courses](https://github.com/prakhar1989/awesome-courses), publicly available Computer Science courses\n* [Self-hosted](https://github.com/Kickball/awesome-selfhosted), awesome self-hosted software\n* [Site Reliability Engineering](https://github.com/dastergon/awesome-sre), what you get when you let software engineers do sysadmin work\n* [DevSecOps](https://github.com/devsecops/awesome-devsecops), integrating security into development and operations\n\n## Misc\n\n_All of the things we really love but don't fit into the categories mentioned above_\n\n* [The Changelog Podcast](https://changelog.com/podcasts), several programming and start-up related podcasts\n* [AreWeWebYet](http://www.arewewebyet.org/), keeping track of the progression on web frameworks for Rust\n* [AreWeAsyncYet](https://areweasyncyet.rs/), keeping track of the progression on async functionality for Rust\n* [HTTP Cats](https://http.cat/), a cat for each HTTP code\n\n## Awesome people\n\nThe awesome people @ Bytecode (btw. [we're hiring](mailto:info@bytecode.nl)!)\n\n* **Luciano Nooijen**, Co-founder and technical lead: [Website](https://lucianonooijen.nl/)\n* **Jeroen van Steijn**, Co-founder and operations manager: [Website](https://jeroenvansteijn.nl/)\n* **Nick Broekarts**, Partner and business developer: [LinkedIn](https://www.linkedin.com/in/nickbroekarts/)\n* **Julian van Dijk**, Full-stack developer: [LinkedIn](https://www.linkedin.com/in/julian-v-66b098116/)\n* **Chris Färber**, Designer and front-end developer: [LinkedIn](https://www.linkedin.com/in/christiaanfarber/)\n* **Richard van 't Hof**, Designer and front-end developer: [LinkedIn](https://www.linkedin.com/in/richard-van-t-hof/)\n* **Thomas Bodlaender**, Account manager and marketeer: [LinkedIn](https://www.linkedin.com/in/thomasbodlaender/)\n* **Suzanne de Vries**: Online marketeer: [LinkedIn](https://www.linkedin.com/in/suzanne-de-vries-11b088149/)\n* **Robin van Zeelst**, Online marketeer: [LinkedIn](https://www.linkedin.com/in/robin-van-zeelst/)\n* **Nahwin Chedoe**, UX/UI designer: [LinkedIn](https://www.linkedin.com/in/nahwin-chedoe-a706baa7/)\n* **T'iko Alarcon Rivero**, Front-end developer: [LinkedIn](https://www.linkedin.com/in/tiko-alarcon-rivero-6722bb18a/)\n\n## Contact\n\nFor any questions regarding this Awesome List, feel free to contact us!\n\n[Website](https://bytecode.nl) | [Email](mailto:info@bytecode.nl) | [GitHub](https://github.com/BytecodeAgency) | [Instagram](https://www.instagram.com/bytecodeagency) | [LinkedIn](https://www.linkedin.com/company/bytecodeagency/)\n\n## Contribute\n\nContributions welcome! Read the [contribution guidelines](contributing.md) first.\n\n## License\n\n[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0)\n\nTo the extent possible under law, Bytecode Digital Agency B.V. and Bytecode Holding B.V. have waived all copyright and related or neighboring rights to this work.\n\n","created_at":"2024-01-04T17:50:48.059Z","updated_at":"2026-04-08T01:00:22.760Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Awesome Awesome","Education","Programming technologies","License","Design/image resources","Projects","Misc","Awesome people","Contact","Table of Contents"],"sub_categories":["Free software (free as in freedom)","Programming related learing resources","Frameworks","Methodologies","Interesting articles","General learning resources","CI/CD and DevOps","Languages","Libraries","Tools","Databases and caching","Interal projects"],"projects_url":"https://awesome.ecosyste.ms/api/v1/lists/bytecodeagency%2Fawesome-bytecode/projects"}