Lukas Lukac

Lukas Lukac @web3coach

About: I train devs how to program full-stack blockchain apps on Ethereum with {Go, JS, Smart Contracts, IPFS}. StackOverflowing for 10+ years

Location:
Spain
Joined:
Oct 5, 2017

Lukas Lukac
articles - 20 total

Stream micro-payments to your favorite content creators

Check out how Web Monetization protocol can fix broken Web 2.0 business model.

Learn More 7 2Aug 25 '20

Observations from my first week as full-time IndieHacker after seven years of 9-5 coding

Do you want to play CS:GO for 10 hours? Ok. Do you want to work for 16 hours? Ok.

Learn More 7 5Jul 31 '20

Best Terminal Setup - Terminator + ZSH + Powerlevel10k

I tried a new Linux (Ubuntu) terminal setup and it's a blast.

Learn More 34 4Jul 7 '20

How to install Go and write a HelloWorld program in 4 steps

Quick tutorial on installing GoLang and setting up the recommended environment on fresh Ubuntu 20 installation.

Learn More 8 0Jul 6 '20

Producing good code is only possible in aligned environment

If you want to produce good work/code/business, make sure your environment is aligned with your vision.

Learn More 3 0Jul 1 '20

How to configure a local Git repository to use a specific SSH key

Handling multiple Git projects from the same machine using different identities.

Learn More 25 5Jun 12 '20

How to handle errors in Go? [5 rules]

Follow these 5 rules if you have some doubts when it comes to Error handling in GoLang.

Learn More 32 4May 14 '20

The Blockchain Way of Programming

A fun-to-read technical eBook to expand your programming career.

Learn More 7 0Apr 17 '20

Anyone interested in Ethereum blockchain development?

Hey everyone, I’m currently trying to find out what would motivate developers to start with blockchai...

Learn More 6 0Oct 3 '19

Levelling-up your SSH Private Key from RSA to ED25519 + Symmetric Password Protection

Short and practical guide on improving the security of your SSH access with an interactive 2FA password prompt.

Learn More 12 0Mar 25 '19

What is Proof of Work?

Do you know the pros and cons of PoW? Bitcoin and Ethereum main consensus?

Learn More 5 0Feb 7 '19

GoLang implementation of how blockchain achieves immutability

I promised you a blockchain immutability theory demonstration implemented in Go... here we go!

Learn More 3 3Feb 5 '19

How blockchain achieves immutability?

Blockchain is append-only DB. It relies on mathematical and cryptographical principles.

Learn More 5 0Feb 4 '19

Learn blockchain with Web3Coach

I am excited to share with you this new Twitter channel for devs focused on blockchain TECH, what is it, how to get started and master it.

Learn More 42 0Feb 1 '19

NEW TUTORIAL: Develop your 1st blockchain program in GoLang

You may have experience writing web applications in Go but would you know how to write a decentralized app?

Learn More 18 2Dec 17 '18

I am bored programming standard Frontend-Backend web software

Controllers, APIs, Entities, Validations, Business logic, Repositories and their SQL data layer. CQRS for inappropriate use-cases when feeling fancy. Web development is fun. At the beginning…

Learn More 11 4Dec 6 '18

I am full-time blockchain developer for 6+ months, AMA!

Hey there! There is so much confusion and hype in the blockchain space. So many different...

Learn More 60 45Nov 15 '18

Is Go an Object Oriented language?

You will learn the difference between a Class and a Struct, Value vs Pointer Receiver and find out if to write OO Go.

Learn More 102 34Sep 8 '18

GoLang School IS LIVE

A kingdom where Gophers of all kind live in peace, share, educate and develop HQ pragmatic, idiomatic GoLang software.

Learn More 66 13Sep 2 '18

The magic behind autoloading php files using Composer

Do you still remember how we used load PHP Classes using require_once? Learn how frameworks like Symfony dynamically resolve Namespaces.

Learn More 34 3Jan 7 '18