Web hook service application over SSH
3h 16m 6s
English
Paid
Course description
Let's create a terminal application and server that generate a unique link for use as a webhook URL and directly forward responses to the local host.
Watch Online
0:00
/ #1: Introduction and overview
All Course Lessons (8)
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Introduction and overview Demo | 06:51 | |
| 2 | Setting up the SSH server | 35:15 | |
| 3 | Setting up the HTTP server | 25:55 | |
| 4 | Connecting the dots | 16:59 | |
| 5 | Trying it out with a local application | 30:49 | |
| 6 | Rework the tunnel with ssh -R | 36:43 | |
| 7 | Fixing user input | 26:06 | |
| 8 | Refactor to get our first working draft | 17:28 |
Unlock unlimited learning
Get instant access to all 7 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionComments
0 commentsWant to join the conversation?
Sign in to commentSimilar courses
The Art of Command Line Interfaces
Sources: ByteSizeGo, Marian Montagnino
Master the creation of high-quality CLI applications in Go. Video course by Marian, bestselling author and expert in command-line interface programming.
5 hours 51 minutes 42 seconds
Ultimate Debugging
Sources: ardanlabs.com
Ultimate Debugging is a course that will help you master the art of debugging software at a deep level. Explore advanced methods of identifying and fixing bugs in your code and ...
10 hours 15 minutes 13 seconds
Redis Internals
Sources: Arpit Bhayani
This is a self-paced course in which you will study the internal workings of Redis by re-implementing its key features in Golang. Together we will...
9 hours 6 minutes 41 seconds
Introduction to Testing in Go (Golang)
Sources: udemy
Writing unit tests and integration tests is one of the most-neglected aspects of software development. All too often, a developer will find him or herself say "but it works on m...
12 hours 17 minutes 47 seconds
Writing An Interpreter In Go
Sources: Thorsten Ball
In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey* programming language. S...