Welcome! Type "help" for available commands.
$
Loading terminal interface...

Similar Content

Home
CV
ExperienceEducation
ProjectsBookmarksInvestmentsContactBlog

~/books

Similar Content

Related Books

Build AI Applications with Spring AI

Build AI Applications with Spring AI

Fu Cheng

fu chengspringbuildapplications
BOOK
December 31, 2012
Practical Artificial Intelligence Programming With Java

Practical Artificial Intelligence Programming With Java

Mark Watson

mark watsonleanpub.comartificial intelligencejavapracticalartificial+2
BOOK
React in Depth

React in Depth

Morten Barklund

React in Depthteaches the React libraries, tools and techniques that are vital to build amazing apps. You'll put each skill you learn into practice wi...

computersmorten barklundsimon and schusterreactdepthdepthteaches+5
BOOK

Related Bookmarks

cerebras.ai
August 1, 2025
Cerebras

Cerebras

Cerebras is the go-to platform for fast and effortless AI training. Learn more at cerebras.ai.

developer toolsai coding assistantscode generation platformsqwen3-codersubscription planscerebras+6
LINK
scout.new
May 8, 2025
Scout

Scout

Let Scout do it for you

productivity toolstask automationartificial intelligencestartupsalpha releasesscout+1
LINK
new.email
March 23, 2025
new.email

new.email

The new way to build emails.

productivity platformsemail marketingemail builder toolsdigital communicationmarketing toolsnew+3
LINK

Related Projects

Filey - Flag Deprecated Files Extension

Filey - Flag Deprecated Files Extension

VS Code extension for flagging deprecated files

vs codevisual studio codecursorwindsurftypescriptdeveloper tools+14
PRJ
repo-tokens-calculator

repo-tokens-calculator

CLI token counter (Python + tiktoken + uv) with pretty summary

clipythontiktokenuvdeveloper toolsopen source+8
PRJ
williamcallahan.com

williamcallahan.com

Interactive personal site with beautiful terminal/code components & other dynamic content

graph indexs3 object storageinteractive appterminal uimdx blogsearch+8
PRJ

Related Investments

Switch

Switch

Switch provides a simple way to pool money and spend with a group.

paymentspre-seedactiveswitchprovidessimple+5
INV
WeLoveNoCode

WeLoveNoCode

Platform connecting businesses with no-code developers and tools.

enterpriseseedrealizedwelovenocodeplatformconnecting+4
INV
Tellie

Tellie

aVenture

No-code platform for creators to build and monetize their digital presence and communities.

consumerseries aactivetellieplatformno-code+5
INV
William's Reading List
Cover of Learn Go with Pocket-Sized Projects

Learn Go with Pocket-Sized Projects

Aliénor Latour, Donia Chaiehloudj, Pascal Bertrand

Book Metadata

Publisher

Simon and Schuster

Duration

13 hr 35 min

ISBN

9781638357506

Genres

Computers

About This Book

Pocket-size projects, modular and versatile skills! Take your Go programming capabilities to the next level with 11 engaging applications. Learn Go with Pocket-Sized Projects teaches some of the most important skills of Go programming—including Go’s unique idiomatic syntax—all through building fun and useful apps and games. Each project is fully working, simple to write, and easy to scale-up to full-size Go applications. In Learn Go with Pocket-Sized Projects you’ll build: • A Wordle-alike game • A currency converter application • A habit-tracking application • A book digest application • A maze-solving algorithm • A microcontroller-based traffic lights program • …and more! Each small, self-contained project in Learn Go with Pocket-Sized Projects introduces important practical skills, including ensuring that your code is thoroughly tested and documented! You’ll make architectural decisions for your projects and organize your code in a maintainable way. Work your way through, and you’ll be able to utilize Go for everything from server-side applications to low-level systems programming. Foreword by Ron Evans. About the technology There’s no more satisfying way to learn a programming language than by building your own projects! Whether you’re coming from another language or taking your next steps in Go, these eleven projects will get you working hands on faster than you can type “Bonjour le monde.” About the book Learn Go with Pocket-Sized Projects introduces the most important features, concepts and techniques of the Go programming language. You’ll learn hands on as you build fun mini projects including a Wordle clone you can run as a web service and a maze solver that uses goroutines. Along the way, you’ll explore a wide range of topics, including Go’s unique approach to interfaces, concurrency, REST and gRPC microservice APIs, and more. What's inside • Concurrency with goroutines • A habit tracker using gRPC and HTML templates • Deploying a secure web service • A microcontroller-based traffic lights program using TinyGo About the reader For beginners with Go or another programming language. About the author Aliénor Latour, Donia Chaiehloudj, and Pascal Bertrand are experienced developers with a passion for Go and excellence in programming. Table of Contents 1. MeetGo 2. Hello, earth! Extend your hello, world 3. A bookworm’s digest: Playing with loops and maps 4. A log story: Creating a library 5. Gordle: Play a word game in your terminal 6. Money converter: CLI around an HTTP call 7. Caching with generics 8. Gordle as a service 9. Concurrent maze solver 10. Habits tracker using gRPC 11. HTML templating with a gRPC client 12. Go for other architectures Appendixes A. Installation steps B. Formatting cheat sheet C. Zero values D. Benchmarking E. Passing by value or by reference F. Fuzzing G. Connecting to a database