Product Architect
Product Architect
  • Видео 55
  • Просмотров 95 156

Видео

Kindred Demo 1 - A smart contacts assistant
Просмотров 183 месяца назад
Kindred turns boring contacts into a smart network of family, friends, and colleagues. Remember birthdays, plan meetups/events, and nurture relationships.💜 join the waitlist please - mykindredapp.com/
How to build a realtime chat application in Golang using web sockets - p2
Просмотров 8222 года назад
Hello, gophers please help me find a job :) like to repo - github.com/henryikoh/websockect-chat linkedIn - www.linkedin.com/in/henry-ikoh-22a8b3109/
How to build a realtime chat application in Golang using web sockets
Просмотров 4,5 тыс.2 года назад
Hello, gophers please help me find a job :) like to repo - github.com/henryikoh/websockect-chat linkedIn - www.linkedin.com/in/henry-ikoh-22a8b3109/ 8:55 - coding starts
You have you show yourself extreme compassion
Просмотров 662 года назад
You have you show yourself extreme compassion
Intro to web sockets in Golang
Просмотров 3,9 тыс.2 года назад
in this video, I will be going over a simple golang WebSocket server. hope you enjoy. link to repo - github.com/henryikoh/gowebsocs github.com/gorilla/websocket
Book Management System with Golang and Gorm - pt 4 main.go
Просмотров 3252 года назад
In the part we are setting of the project and working on the repo Here is the link to the REPO - github.com/henryikoh/book-management-gorm
How to deploy any docker image on google cloud run
Просмотров 15 тыс.2 года назад
How to deploy any docker image on google cloud run
How to run golang code on docker using docker images
Просмотров 4302 года назад
Docker docs - docs.docker.com/ Google cloud run reference - cloud.google.com/sdk/gcloud/reference/run/deploy Google cloud image registry - cloud.google.com/container-registry/docs/pushing-and-pulling
Book Management System with Golang and Gorm - pt 2 setting up handlers
Просмотров 2242 года назад
In the part we are setting of the project and working on the handlers Here is the link to the REPO - github.com/henryikoh/book-management-gorm
Book Management System with Golang and Gorm - pt 3 connect to database
Просмотров 2512 года назад
In the part we are setting of the project and working on the repo Here is the link to the REPO - github.com/henryikoh/book-management-gorm
Book Management System with Golang and Gorm - pt 1 models and server
Просмотров 1,1 тыс.2 года назад
In the part we are setting of the project and working on the models and server Here is the link to the REPO - github.com/henryikoh/book-management-gorm
How to structure a golang project - The best golang project structure ever
Просмотров 9 тыс.2 года назад
In this somewhat long video, I explain the best way to structure a golang project. skip t0 4:11 to see the new architecture link to repo - github.com/henryikoh/Golang-Backend-Architecture-1.0 Please do note this is a guideline feel free to break it apart and put it back together to fit your needs. This is just my flavor I also skipped over middleware in the server file and there might be a need...
The creators journey - 5 years ago i said fuck you to everyone and decided to chase my dreams
Просмотров 802 года назад
here what I've learned about the hero's journey
The number one mindset you need to get rich
Просмотров 212 года назад
The number one mindset you need to get rich
aba and preach fresh and fit - A sigma Nigerian perspective
Просмотров 793 года назад
aba and preach fresh and fit - A sigma Nigerian perspective
Top modern tech tools every developer should know in 2021
Просмотров 183 года назад
Top modern tech tools every developer should know in 2021
Finding flow - My journey into product management
Просмотров 243 года назад
Finding flow - My journey into product management
Css is easy if you do this one thing
Просмотров 1313 года назад
Css is easy if you do this one thing
Understand how to communicate your value as a creative
Просмотров 4373 года назад
Understand how to communicate your value as a creative
Four step process to being a successful creative on the internet
Просмотров 1233 года назад
Four step process to being a successful creative on the internet
Struggles every creative entrepreneur faces
Просмотров 233 года назад
Struggles every creative entrepreneur faces
Deploying a CI/CD Nuxt.js site in universal mode with Google Cloud Run and Cloud Build
Просмотров 1,6 тыс.4 года назад
Deploying a CI/CD Nuxt.js site in universal mode with Google Cloud Run and Cloud Build
Designing a landing page with HTML and CSS part 3/3
Просмотров 334 года назад
Designing a landing page with HTML and CSS part 3/3
Designing a landing page with HTML and CSS part 2/3
Просмотров 144 года назад
Designing a landing page with HTML and CSS part 2/3
Designing a landing page with HTML and CSS part 1/3
Просмотров 484 года назад
Designing a landing page with HTML and CSS part 1/3
The Future of Software Development - Should designers code? ( WTF is noCODE )
Просмотров 264 года назад
The Future of Software Development - Should designers code? ( WTF is noCODE )
How to create an infinite scroll carousel with css
Просмотров 53 тыс.4 года назад
How to create an infinite scroll carousel with css
How I plan to raise money in 2020 - Updates
Просмотров 104 года назад
How I plan to raise money in 2020 - Updates
The struggles of a creative entrepreneur / Learning Nuxt.js
Просмотров 174 года назад
The struggles of a creative entrepreneur / Learning Nuxt.js

Комментарии

  • @PetrosPollakis
    @PetrosPollakis 6 месяцев назад

    Great explanation man! Nice work!

  • @sanjeevjikamade
    @sanjeevjikamade 9 месяцев назад

    Thank you so much Henry

  • @FabienChampigny
    @FabienChampigny 10 месяцев назад

    Thanks a lot Henry ! I understand the trick now !

  • @lazyprog
    @lazyprog 11 месяцев назад

    thank you very very much, i searched for this a lot

  • @MVybz
    @MVybz Год назад

    really glad I came across your channel!

  • @NtsakoShilubane
    @NtsakoShilubane Год назад

    Would you recommend learning Go as a complete newbie to programming

  • @hannamee8975
    @hannamee8975 Год назад

    How do i make it into vertically?

  • @engelknight2059
    @engelknight2059 Год назад

    Thank you!

  • @SHUBHAMTIWARI-ut3ji
    @SHUBHAMTIWARI-ut3ji Год назад

    Thanks Henry, Here is summary of the video 1.) Make a docker images with haveing code repo 2.) Create image for gcp using this command: docker tag existing_img_name HOSTNAME/PROJECT-ID/IMAGE:TAG to see new images - docker images 3.) Add image to container registry using cmd: docker push HOSTNAME/PROJECT-ID/IMAGE:TAG 4.) Deploy to cloud run service : gcloud run deploy example --image HOSTNAME/PROJECT-ID/IMAGE:TAG --region us-central1 --platform managed --port 8080

  • @BobbyBundlez
    @BobbyBundlez Год назад

    yes but this assumes all the pieces take up the entire container. for example what if I have 3 images and the width is set to hold 4 or 5 at a time?

  • @gumayverdiyeva2484
    @gumayverdiyeva2484 Год назад

    Thanks a lot, you saved me a lot of time

  • @MGtvMusic
    @MGtvMusic Год назад

    I hope you find a job ASAP

  • @rdanish78
    @rdanish78 Год назад

    I have a job for Golang Chat App for android using websocket 1000USD budget😊😊

  • @sayantankundu973
    @sayantankundu973 Год назад

    Thanks so much!...

  • @tochiifeanyi3092
    @tochiifeanyi3092 Год назад

    Very helpful. Thanks alot

  • @yasinyumrutas9323
    @yasinyumrutas9323 Год назад

    that's really awwsome ,it helped alot please continue your videos this kind of full project you have done

  • @papithecollector
    @papithecollector Год назад

    thanks bro! more content from this region is needed..

  • @jonconnor6697
    @jonconnor6697 Год назад

    dope video my g. put some foam pads or drink cup holder all over ur walls to absorb the reverb echo :)

  • @AdminRoot-qx3fu
    @AdminRoot-qx3fu Год назад

    Thanks, great job!

  • @pachcompany
    @pachcompany Год назад

    omg i'll kill my self someone help me add this to my site im trying for like an hour already ...:D

  • @themichael8767
    @themichael8767 Год назад

    Sir, Thank You very much!)

  • @Victor-fi1by
    @Victor-fi1by Год назад

    thanks so much

  • @akashrawat5679
    @akashrawat5679 Год назад

    hey I main jungle s4 :)

  • @helloworld7796
    @helloworld7796 Год назад

    Do you look only for golang job, or any it job?

  • @creativecompilations2662
    @creativecompilations2662 Год назад

    Add the below code to open the home path route which can coonect to the client web socket. He forgot to show this, but its in the final code. Thank u Henry,. Inside main func - add below route http.HandleFunc("/", serveHome) //New Func for that route func serveHome(w http.ResponseWriter, r *http.Request) { log.Println(r.URL) if r.URL.Path != "/" { http.Error(w, "Not found", http.StatusNotFound) return } if r.Method != http.MethodGet { http.Error(w, "Method not allowed", http.StatusMethodNotAllowed) return } http.ServeFile(w, r, "client/index.html") }

  • @creativecompilations2662
    @creativecompilations2662 Год назад

    Thank you so ooooooo much, This project really helped me.

  • @creativecompilations2662
    @creativecompilations2662 Год назад

    whens the next video coming?

  • @annasaysthings
    @annasaysthings 2 года назад

    Could you also teach how to save chat history between two users, like with two registered accounts?

  • @xancez1
    @xancez1 2 года назад

    Can you set the slider move to the right instead of sliding to the left?

  • @skilztutorials7136
    @skilztutorials7136 2 года назад

    Awesome work bro keep it up

  • @carldmaster733
    @carldmaster733 2 года назад

    I needed this. Thanks Bro!

  • @alenakniazeva3165
    @alenakniazeva3165 2 года назад

    Thank you!

  • @LarsRyeJeppesen
    @LarsRyeJeppesen 2 года назад

    Thanks

  • @codecoffee8363
    @codecoffee8363 2 года назад

    Why you put all code in pkg? all this time I thought "pkg" is only for shared code. So I put my app code in "internal".

    • @HenryIkoh
      @HenryIkoh Год назад

      it just a golang thing i geuss you could use any name you like

  • @ThePirateHistory
    @ThePirateHistory 2 года назад

    piece of s*! usless as f

  • @technicalbabu814
    @technicalbabu814 2 года назад

    hey can you share github URL for this project

  • @jeremy0x
    @jeremy0x 2 года назад

    After hours of trying to do this, I'm glad I found this video. Thanks Henry.

  • @hiranga
    @hiranga 2 года назад

    Cool tutorial dude! You may want to next time zoom in on VSCode or "Ctrl" + "+" so the text size is a bit bigger, and title your video as Part1 and link to your Part2 video so that people know what's going on💪🏾

  • @gajalvasita7737
    @gajalvasita7737 2 года назад

    Bro don't make any video.

  • @epounds1019
    @epounds1019 2 года назад

    Nice Talk

  • @iAM80tv
    @iAM80tv 2 года назад

    IS that league of legends among your desktop apps?

    • @HenryIkoh
      @HenryIkoh 2 года назад

      Yes Sir 😅

    • @iAM80tv
      @iAM80tv 2 года назад

      @@HenryIkoh woow av never seen any1 in 9ja playing that game, Nice

  • @magmacodes9143
    @magmacodes9143 2 года назад

    Your audio is too low. Please increase it in post production using Audacity (FOSS Audio recording application). Also please switch off your fan. I know it becomes hot in the room (I too stay in a tropical country) but the facecam video will look much better. Good Video. Keep it up.

    • @HenryIkoh
      @HenryIkoh 2 года назад

      Thanks for the tips 😊

    • @magmacodes9143
      @magmacodes9143 2 года назад

      @@HenryIkoh No problem brother :)

  • @ganesan.r5430
    @ganesan.r5430 2 года назад

    Amazing video, thank you so much @henry ikoh

  • @excursioncomics8841
    @excursioncomics8841 2 года назад

    HERE IS THE MILLION-DOLLA QUESTION: Will you go to Heaven when you die? Here’s a quick test: Have you ever lied, stolen, or used God’s name in vain? Jesus said, “Whoever looks at a woman to lust for her has already committed adultery with her in his heart.” If you have done these things, God sees you as a lying, thieving, blasphemous, adulterer at heart, and the Bible warns that one day God will punish you in a terrible place called Hell. But God is not willing that any should perish. Sinners broke God’s Law and Jesus paid their fine. This means that God can legally dismiss their case: “For God so loved the world that He gave His only begotten Son, that whoever believes in Him should not perish but have everlasting life.” Then Jesus rose from the dead, defeating death. Today, repent and trust Jesus, and God will give you eternal life as a free gift. Then read the Bible daily and obey it. God will never fail you.

  • @emmanuelokeke9240
    @emmanuelokeke9240 2 года назад

    Nice one bro

  • @dshyryayev
    @dshyryayev 2 года назад

    Thank you for providing a great content!

  • @wblech
    @wblech 2 года назад

    You should study more about package oriented design. Tô underdtand the meaning of the folders

  • @HenryIkoh
    @HenryIkoh 2 года назад

    Hello I am looking for a golang or technical pm job. ---> hello@thinksenpai.com

  • @andytheodorko9874
    @andytheodorko9874 2 года назад

    I like the preview #StandWithUkraine. I was looking for a video about structuring a go project three years ago.

  • @Василь-ю5ш
    @Василь-ю5ш 2 года назад

    Nice preview picture:)