Reminders CLI app in Go #2 (Notifier Service)

preview_player
Показать описание
A video series on how to build a complex & fully featured CLI application in Go, using the best Go practices and having a lot of fun.

This project will give you a rock solid understanding of CLI apps in Go, HTTP servers (APIs), background workers and so much more.

In this video we continue our work regarding the Reminders CLI app, by developing and testing the Notifier Service, which is a small HTTP server responsible for native operating system notification, which is the end will be used by the backend HTTP REST API.

Enjoy 🚀💻🚀

✍RESOURCES:

🐧 FEEDBACK:

💬 COMMUNITY:

💻GITHUB:

💻Exercism:

📖Medium:

💬TWITTER:

💬FACEBOOK:

💬REDIT:

💬INSTAGRAM:

✉️EMAIL

💻REPL.IT

⚡WEBSITE:

🎧 Music:

🎥 Gear used:
► SonyA7III
► Rode Procaster
► Golden Age Project Pre73-JR preamp
► FMR RNC 1773 analogue compressor

______________________________________________________________________________

GopherTuts is the perfect place for learning anything about the Go programming language & not only. With in-depth explanations & illustrations, real world and fun projects and just experiments which are fun trying.

On this channel everything that's being experimented, or demonstrated is well documented and always available for everyone. GopherTuts is not only for gophers or the people who write Go and it's also not only restricted to Go, yet anything that the modern Web as we know it today requires.

This is the community where not only you learn by watching, but you also get to experiment and develop real world projects on your own
🚀💻🚀
Рекомендации по теме
Комментарии
Автор

I really like the way you teach, it shows that you know what you are talking about and you spend time editting your videos, I can see your channel growing

joe_navy_s
Автор

Man, this video series is great and very practical, Am fairly new to go and this will be very beneficial, thanks for the content. Patiently waiting for the next episodes.

kwekukilu
Автор

Wooo I love Node.js and Golang, I love work on a project with both technologies that work together. Thanks so much!

hnl
Автор

4:30 to save time in writing package.json give this cli command in your local directory

npm init -y
And then for installation
npm install package1 package2

RahulAhire
Автор

May I know why you chose Node.js for the Notifier service? Instead of Golang. Sorry im new on Golang

bswill
Автор

Windows' toast doesn't display the replies to the notifier server but it does toast. Once you click on the toast, it disappears and posts a 200 of nothing. Yarn also didn't work on Windows so I used npm. Still, thumbs up.

ryanslab
Автор

Does anyone know the font being used in Goland?

adityakiran
Автор

I'm waiting for videos. Good luck!

edgargmc
Автор

Hi i am unable to run notifier. Reply and closeLabel doesn;t show up. Using the repo code and Ubuntu 20. Updated to latest notifier package.

abidahmad
Автор

Excellent tutorial, next tutorial upload very soon.

srikantprasad
Автор

At 12:05, there is a "cb:" added on line 10 that threw me off.

ryanslab
Автор

IMO you need a microphone and making not just tutorial but more mainstream short videos about golang and tech related. This will increase views. other things like animations and info content is satisfying btw

caremyok
Автор

It seems there is a problem with node notifier and ubuntu 20=(

artiomoganesyan