Skip to content
View philippta's full-sized avatar

Block or report philippta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
philippta/README.md

Hey 👋

My name is Philipp and I am a passionate software engineer with over 8 years of experience. I love working on distributed systems, cloud infrastructure and CLI tooling, while using Go as my programming language of choice.

Projects

  • Flyscrape

    Flyscrape is a modern toolkit for building custom scrapers in minutes. It combines the powerful networking and concurrency features of Go with an embedded JavaScript VM for maximum flexibility.

  • Trip

    Trip is a library to elegantly add common features to Go's HTTP client, like authenticating requests, automatic retries, header injection or request logging. It does so by hooking into the client's request transport layer to intercept and adapt any outgoing request.

  • Go Web Examples

    Go Web Examples is a collection of code snippets and guides to teach software engineers the basics of Web Application Development in Go. It also features a guided video course where we build a simple Reddit clone step-by-step.

Blog

  • How I build web frontends in Go

    In this article, I am describing how I approach writing web frontends in Go using only the standard library by showing common patterns I've developed and how to use them most effectively.

  • Mastering HTML templates in Go

    Using the html/template package in Go can be a little difficult, if you've never worked with it. In this article I am shedding some light on its inticacies and common usage.

Pinned Loading

  1. flyscrape flyscrape Public

    Flyscrape is a command-line web scraping tool designed for those without advanced programming skills.

    Go 1k 31

  2. trip trip Public

    Elegant middleware functions for your HTTP clients.

    Go 98