Explore >> Select a destination


You are here

davidyat.es
| | blog.adnansiddiqi.me
18.1 parsecs away

Travel
| | This post going to be a bit longer as I am going to cover multiple concepts. I will be covering the following things: Smart Contracts and how do they work in Ethereum blockchain. The basics of Solidity Programming language and how to use online and existing IDEs to write and test them. Using Truffle and
| | lukesingham.com
18.2 parsecs away

Travel
| | These are my summary notes of 'A Tour of Go' - which is meant for people who are familiar with programming to have a quick tour
| | blog.pimaker.at
18.3 parsecs away

Travel
| | Linux in a Pixel Shader - A RISC-V Emulator for VRChat
| | mfbmina.dev
39.3 parsecs away

Travel
| Nowadays, a huge part of a developer's work consists in calling APIs, sometimes to integrate with a team within the company, sometimes to build an integration with a supplier. The other big role in daily work is to write tests. Tests ensure (or should guarantee :D) that all the code written by us works on how it is expected and, therefore, it will not happen any surprises when the feature is running at production environment.