Roman's Coding
Roman's Coding
  • 96
  • 20 073
Updated index structure with more information about package - ASMR | Go Get inside NeoVim - 15
🖥️ You can support my channel: ko-fi.com/roman_v
📹 Main channel: www.youtube.com/@_RomanV_
💬 Discord: discord.gg/QeVvfvFfb6
✉️ Contact: roman.volkov.code@gmail.com
💻 Code: github.com/RomanVolkov/go.get.nvim
Today I finished with new structure for index for the plugin. And, that is the last video in this series. You can expect the next one soon
In this series I want to build an integration of go get command with NeoVim, so you can install any project dependencies right from inside the neovim without opening the CLI. It will consist from two parts: plugin for Telescope and go service that will build offline packages index a plugin is going to use.
👀 Disclaimer:
Views and opinions are my own and do not represent or reflect the opinions of my current or past employer(s).
🎧 Music by mellow fox
Listen on Spotify: open.spotify.com/artist/2VVDDOoBIhsMVPJMoUXjUE
UA-cam: ua-cam.com/channels/zwUevdb6dgSuW-hFRE7L4A.html
Other links: linktr.ee/mellowfox
Timestamps:
0:00 - Plan for today
2:50 - New data format in Go part
16:16 - Making changes into plugin (lua)
31:57 - Refactoring
41:26 - The end and what's next
#neovim #coding #asmr
Переглядів: 88

Відео

Collecting additional information about a package - ASMR | Go Get inside NeoVim - Let's build - 14
Переглядів 1327 годин тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim Today I continue to improve the plugin and I want to add additional information about a package from deps.dev if it exists. So I started from implementation of GetProject API. And testing ne...
Made simple previewer for Telescope | Go Get inside NeoVim - Let's build - 13
Переглядів 6916 годин тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim In today's short video I managed to create a simple previewer for Telescope, so then I can go and integrate some data about dependencies into preview In this series I want to build an integr...
What to do next with this plugin | Go Get inside NeoVim - Let's build - 12
Переглядів 18119 годин тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim In this short video I'm thinking what to do next to finish this series In this series I want to build an integration of go get command with NeoVim, so you can install any project dependencie...
Fixed package validation and added new check! So it works | Go Get inside NeoVim - Let's build - 11
Переглядів 14321 годину тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim Today was very productive video. I started to implement another check via deps.dev and meanwhile fixed package installation validation with go get command. So now the index will be much shor...
Validation via go get failed, thinking again | Go Get inside NeoVim - Let's build - 10
Переглядів 101День тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim One of my ideas was to validate all packages by using go get command and read the output. It turned out not to be a viable solution, so I need to investigate more In this series I want to bu...
First cleanup step is done, made the index better to use | Go Get inside NeoVim - Let's build - 9
Переглядів 85День тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim I finished with implementation to cleanup all forks concurrently. And I started to brainstorm how I can validate that the package url still works and can be installed In this series I want t...
Cleaning up index - getting rid from forks | Go Get inside NeoVim - Let's build - 8
Переглядів 6014 днів тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim Today I described my journey to deal with deps.dev and then I continued with my own implementation, starting from removing all the forks from the index. In this series I want to build an int...
Published first version - now you can try too | Go Get inside NeoVim - Let's build - 7
Переглядів 7814 днів тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim During this video I rearranges files in a way it can be integrated into NeoVim. There are still some things I need to polish, but the first version is already usable. So you can try it too. ...
More often the simpler solution - the better | Go Get inside NeoVim - Let's build - 6
Переглядів 13314 днів тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com 💻 Code: github.com/RomanVolkov/go.get.nvim So after few iterations of what I would use to store the index and failed implementation into .lua file with generation of luatable I returned to the most simple one - store the data in plai...
My initial serialization for offline index idea failed... | Go Get inside NeoVim - Let's build - 5
Переглядів 6214 днів тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com I implemented seriealization into lua table ....... and it was too much, so I will have to reimplement that In this series I want to build an integration of go get command with NeoVim, so you can install any project dependencies righ...
Querying Go index with goroutines | Go Get inside NeoVim - Let's build - 4
Переглядів 9421 день тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com Here I'm practising in using goroutines to run GetIndex request concurrently, but limiting the amount of simultaneously tasks In this series I want to build an integration of go get command with NeoVim, so you can install any project...
Thinking how exactly to get packages data from Go index | Go Get inside NeoVim - Let's build - 3
Переглядів 3421 день тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com Today I finally understood how and how often I will need to grab the data from Go index. The idea was to get a datetime range, split it into timeseries array and then get the data. Then, get only unique items. This is what was built ...
First steps - parsing Go index | Go Get inside NeoVim - Let's build - 2
Переглядів 6421 день тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com In todays video I do recap of what I am going to build, draw a simple digram to plan my work and getting first results by parsing Golang index's response to generate list of unique packages In this series I want to build an integrati...
What we're going to build and showing PoC | Go Get inside NeoVim - Let's build - 1
Переглядів 20921 день тому
🖥️ You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6 ✉️ Contact: roman.volkov.code@gmail.com In today's video I'm explaining the whole idea and showing proof of concept I have built before. In this series I want to build an integration of go get command with NeoVim, so you can install any project dependencies right from insi...
Practice with Goroutines and What's next | Let's learn - Go language - 7
Переглядів 3828 днів тому
Practice with Goroutines and What's next | Let's learn - Go language - 7
Facing Goroutines and Generics | Let's learn - Go language - 6
Переглядів 5428 днів тому
Facing Goroutines and Generics | Let's learn - Go language - 6
Exercising with io.Reader | Let's learn - Go language - 5
Переглядів 50Місяць тому
Exercising with io.Reader | Let's learn - Go language - 5
Interesting interfaces in Golang | Let's learn - Go language - 4
Переглядів 69Місяць тому
Interesting interfaces in Golang | Let's learn - Go language - 4
Maps, Closures and Methods | Let's learn - Go language - 3
Переглядів 63Місяць тому
Maps, Closures and Methods | Let's learn - Go language - 3
Going through Pointers, Structs and Slices | Let's learn - Go language - 2
Переглядів 58Місяць тому
Going through Pointers, Structs and Slices | Let's learn - Go language - 2
Starting new series | Let's learn - Go language - 1
Переглядів 257Місяць тому
Starting new series | Let's learn - Go language - 1
The End and What's next | Let's learn - Neural networks from scratch in Go - 73
Переглядів 130Місяць тому
The End and What's next | Let's learn - Neural networks from scratch in Go - 73
Running web server to run model inference | Let's learn - Neural networks from scratch in Go - 72
Переглядів 97Місяць тому
Running web server to run model inference | Let's learn - Neural networks from scratch in Go - 72
Finally getting real predictions from model | Let's learn - Neural networks from scratch in Go - 71
Переглядів 2,1 тис.Місяць тому
Finally getting real predictions from model | Let's learn - Neural networks from scratch in Go - 71
Running inference for trained model | Let's learn - Neural networks from scratch in Go - 70
Переглядів 107Місяць тому
Running inference for trained model | Let's learn - Neural networks from scratch in Go - 70
Saved and Loaded layer's data of Model | Let's learn - Neural networks from scratch in Go - 69
Переглядів 50Місяць тому
Saved and Loaded layer's data of Model | Let's learn - Neural networks from scratch in Go - 69
Go go go marshaling in Go + Go testing | Let's learn - Neural networks from scratch in Go - 68
Переглядів 53Місяць тому
Go go go marshaling in Go Go testing | Let's learn - Neural networks from scratch in Go - 68
Saving model into json file | Let's learn - Neural networks from scratch in Go - 67
Переглядів 40Місяць тому
Saving model into json file | Let's learn - Neural networks from scratch in Go - 67
Planning how to dump model | Let's learn - Neural networks from scratch in Go - 66
Переглядів 45Місяць тому
Planning how to dump model | Let's learn - Neural networks from scratch in Go - 66

КОМЕНТАРІ

  • @JustSomeAussie1
    @JustSomeAussie1 День тому

    you turned into devaslife

    • @_Roman_V_Code
      @_Roman_V_Code День тому

      Haha, no, his videos far better and authentic

  • @VikingDante983
    @VikingDante983 2 дні тому

    Hey man, big fan, I found your channel recently and i just love look and the feel of your videos, so smooth, so pleasing.. I got into golang recently, and i've been using nvim for past 2 years, so this stuff is really my cup of tea. Wanted to tell you to keep doing stuff like this, especially golang related. Also how did you set up this camera feed and neovim on top of it, if it's not a secret, what software are you using? Thanks for the content!

    • @_Roman_V_Code
      @_Roman_V_Code 2 дні тому

      Thanks! It's interesting how I'm transitioning into Golang developer, at least on the UA-cam :D I wanted to try this asmr type of videos and this series was a good place to experiment since it's not getting views (comparing to neural networks from scratch series). I want to make more 1 video - 1 project/idea on the main channel, but will try some sort of mix between this asmr style and some talking included. For this video I used OBS, Audacity and FCPX for recording and editing with external camera to film myself. And, external mic RODE VideoMic Go II. I really glad you enjoy the video, hopefully you will see more like this soon :)

  • @Satya-fx7kp
    @Satya-fx7kp 2 дні тому

    Wow this workflow looks so cool. Makes me want to switch to neovim. Currently I am using Doom Emacs but this is quite nice.

    • @_Roman_V_Code
      @_Roman_V_Code 2 дні тому

      thanks! I saw something like this ~2 years ago and since then tried to move as much as I can to neovim. I had several phases of configuration and this one is what I'm using for the last I think 6-7 months. Really enjoy using it. At least I really like the visual part :) And the more I learn vim motions then less I can use other IDEs and note-taking apps :D

    • @Satya-fx7kp
      @Satya-fx7kp 2 дні тому

      @@_Roman_V_Code Btw I took your suggestion and started learning Go. It's quite fun. After I build some projects (I am planning to build some cli tools and a web api) I will follow your neural network video to create the neural network, and You should have more subs. Your content is impeccable keep doing it.

    • @_Roman_V_Code
      @_Roman_V_Code 2 дні тому

      Thank you very much! It’s interesting that I am not a Go developer and just trying to learn it as well😃 Cool that me posting these videos encourages people to try that too🙂 Then all these videos served it’s purpose

    • @_Roman_V_Code
      @_Roman_V_Code 2 дні тому

      I think another holy war: vim versus emacs 😃 Probably they both great, I heard good things about emacs too, but I just like vim motions and how you can extend them

  • @_Roman_V_Code
    @_Roman_V_Code 2 дні тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 3 дні тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @Flameoflove01
    @Flameoflove01 3 дні тому

    Oh my, you just saved, me, had the same issue in golang, and made the same mistake, been cracking my head since last week. Thanks

  • @_Roman_V_Code
    @_Roman_V_Code 7 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 8 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 9 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 10 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 13 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 14 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 16 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 17 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @eminchniti2809
    @eminchniti2809 18 днів тому

    do u have a repo for this i'd like to try it out and star it

    • @_Roman_V_Code
      @_Roman_V_Code 18 днів тому

      Hey! I published it just yesterday :) github.com/RomanVolkov/go.get.nvim It's not ready to be installed as neovim plugin (as you can see I run it manually via "luafile %" command), this is my next task so at least current version can be used and I can continue development. Most likely I will do that today or tomorrow and push the update.

    • @_Roman_V_Code
      @_Roman_V_Code 18 днів тому

      I can let you know when it's ready to be used as plugin or you can see if I published the video about this - should be ready to use too.

    • @eminchniti2809
      @eminchniti2809 18 днів тому

      @@_Roman_V_Code thank you, i'll be waiting for that. i'd recommend adding a .gitignore for stuff like .DS_Store

    • @_Roman_V_Code
      @_Roman_V_Code 18 днів тому

      yeah, will do that :)

    • @_Roman_V_Code
      @_Roman_V_Code 17 днів тому

      @eminchniti2809 Hey! as promised I published the code that can be (or should be used) github.com/RomanVolkov/go.get.nvim feel free to test it. If you have any issues, suggestions - feel free to open an issue or write me via discord

  • @_Roman_V_Code
    @_Roman_V_Code 20 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 21 день тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 22 дні тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 23 дні тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code 24 дні тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @Mylordkaz
    @Mylordkaz 25 днів тому

    I was interested when I saw the title, but it's very difficult to follow when you're talking 😅 maybe try to articulate a bit more, speak louder or try a different mic ? I don't know. It sound like someone is sleeping next to you and you don't want to make noise hope this feedback help, good continuation 💪

    • @_Roman_V_Code
      @_Roman_V_Code 25 днів тому

      Hey! you partially right🙂 I have a small kid, just 7 months old and now I often record while he is sleeping, plus I don’t gain enough sleep either. so sometimes it is really hard not to fall asleep during the day, but I still wanted to continue this series and be consistent. for me it’s better to record in that way rather than not recording at all

    • @PriyanshuSingh-sd2dc
      @PriyanshuSingh-sd2dc 25 днів тому

      Sh and pis are there that you can get ridoff

    • @_Roman_V_Code
      @_Roman_V_Code 25 днів тому

      I tried to reduce them with Audacity, but maybe I'm doing it wrong. Can you suggest something specific? Audio processing is not my best skill

  • @muthukamalan.m6316
    @muthukamalan.m6316 29 днів тому

    what a timing, I' m also starting to learn Golang. Thanks much

    • @_Roman_V_Code
      @_Roman_V_Code 29 днів тому

      You're welcome! Actually, I just finished this concrete series, it is super small as Tour of Go is small. But that was just preparation to next one where I'm going to use that knowledge to build stuff. Plus, you can check Neural Networks from Scratch Series as it's written in Go, but to be fair it's a mix of Go learning and NN

    • @thunderwh
      @thunderwh 28 днів тому

      @@_Roman_V_Code It's perfect, keep doing it!

    • @_Roman_V_Code
      @_Roman_V_Code 28 днів тому

      @@thunderwh thanks a lot!

  • @_Roman_V_Code
    @_Roman_V_Code 29 днів тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @thenightwolf224
    @thenightwolf224 Місяць тому

    Let's go ❤

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @xuchengtong2013
    @xuchengtong2013 Місяць тому

    Hi Roman! I really enjoy your series on Neural networks from scratch in Go, but this vedio's voice is a little small, could you make it bigger in next vedio?

    • @_Roman_V_Code
      @_Roman_V_Code Місяць тому

      Hey! thanks! You mean the volume is not high enough?

  • @brownlearner2164
    @brownlearner2164 Місяць тому

    A web development series would be great!

    • @_Roman_V_Code
      @_Roman_V_Code Місяць тому

      That might be an options too at some point :)

  • @Satya-fx7kp
    @Satya-fx7kp Місяць тому

    Hey Roman, I am new to programming. Basically I only know how to solve problems(leet code) in python(not advanced problems like DP and Graphs). I have never actually built anything. I actually work as a DevOps Engineer, about 3.5 years of experience( most of my daily work is in terraform, ansible & kubernetes). I started learning RUST about a week ago and I am going through the Rust Book and planning to make a CLI tool soon, about 2-3 weeks down the line and then create a basic package manager after about 4-5 months of learning. Would you recommend me to learn Golang instead of Rust? I was basically swayed by another friend who's a software engineer and he said me to learn Golang instead of RUST, because Golang has more jobs? I am not sure. And I found your channel 3-4 days ago and saw your playlist. I immediately subbed.

    • @_Roman_V_Code
      @_Roman_V_Code Місяць тому

      Hey and greetings to the channel! Glad to hear you decided to subscribe, I really appreciate that and hope the content I will do will benefit you. Regarding Go vs Rust. Big disclaimer so you can treat my advice here with some weight: I am not using Golang in production (yet) and I don't know Rust. I used to be a backend engineer, but it was many years ago. So I can give an estimate based on what I read and what I observe around me regarding this specific question. "because Golang has more jobs" - I think this is valid as Golang is used more often for "classic" backend stuff (like web services, infrastructure, etc) and Rust is a more wild animal and it is used in different area. So probably in quantity Golang really has more jobs. TBH, I am not sure how much intersection Go and Rust has in terms of problems to solve. Another point from what I observe is it might be easier to start with Golang comparing to Rust. Again, I'm comparing just languages, not ecosystem of libraries around and use-cases. Golang is much more straightforward language, it has not that step learning curve comparing to Rust. So Rust probably will give you more possibilities as languages, but you will spend more time learning it. But you need to think from the areas you want to work within and what type of problems you want to solve as more or less languages has some sort of niches. It might be easier for you to go into more standard backend development first considering you DevOps experience and really go with Go

    • @Satya-fx7kp
      @Satya-fx7kp Місяць тому

      @@_Roman_V_Code Yeah I was looking to transition into a Software Engineering(backend) position. That's why I thought starting with a systems level programming language, most people learn Java but I kind of dislike java for it's boilerplate. I tried learning it while I was solving problems in leetcode but it's syntax never made any sense to me so ended up learning python instead for it's simplicity. I have plans to learn node.js later on, but a systems level programming language will introduce me to concepts like memory management, pointers, concurrency and async functions among other things, so I ended up choosing Rust. But most applications which need concurrency are written in Golang like Terraform, Kubernetes & Docker(because its simpler), so I have been leaning towards learning Golang instead of Rust. Btw I think I have made up my mind I will learn Golang now and follow your videos. I will push back Rust for later on when I have a Software Engineering Job, as right now Transitioning my position is more important. Anyways Thank you for your response. I look forward to your videos.

    • @_Roman_V_Code
      @_Roman_V_Code Місяць тому

      Thanks! I think if you just started I would not advise to go with Java. Sure there are places where it's still needed, but I think there are more better alternatives for the future. Even if you want to stay in JVM world - Kotlin is better. I hope that my series about Golang will help you too, I'm learning it as well

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @thenightwolf224
    @thenightwolf224 Місяць тому

    Let's go ❤

    • @_Roman_V_Code
      @_Roman_V_Code Місяць тому

      wow, first comment in just 1 minute! That is something new :) thanks!

  • @theredditbandit
    @theredditbandit Місяць тому

    Thank you so much for making this series. I was planning on doing this myself anyway but having this series to code along with makes my approach it so much easier and structured. Finally youtube is recommending the good stuff to me ha!

    • @_Roman_V_Code
      @_Roman_V_Code Місяць тому

      wow wow wow, thank you very much! I really glad it helps you, means that posting this series on YT was a correct decision :) btw, I will post soon a video about this series on this channel youtube.com/@_romanv_ you're welcome there too and I would be glad to see you at discord server, seems like right now we have people coming from this series with similar interests again, thanks very much, really appreciate the words

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @kirakira160
    @kirakira160 Місяць тому

    Keep going sir 🎉

    • @_Roman_V_Code
      @_Roman_V_Code Місяць тому

      Thanks! I will, but this series is coming to an end :) just few pieces left and I will start something new btw, you can check my another channel youtube.com/@_romanv_

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 Support my channel, subscribe for more content or DM me: ko-fi.com/roman_v 🎥 Don't forget to check other videos bit.ly/RomanV 📹 Coding channel: bit.ly/RomanV_Code 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel, subscribe for more content or write directly to me: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6

  • @_Roman_V_Code
    @_Roman_V_Code Місяць тому

    🖥 You can support my channel, subscribe for more content or write directly to me: ko-fi.com/roman_v 📹 Main channel: www.youtube.com/@_RomanV_ 💬 Discord: discord.gg/QeVvfvFfb6