Skip to main content

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

This is a demo lesson (10:00 remaining)

You can watch up to 10 minutes for free. Subscribe to unlock all 8 lessons in this course and access 10,000+ hours of premium content across all courses.

View Pricing
0:00
/
#1: Introduction and overview

All Course Lessons (8)

#Lesson TitleDurationAccess
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 subscription

Comments

0 comments

Want to join the conversation?

Sign in to comment

Similar courses

The Art of Command Line Interfaces

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

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

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)

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

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...