Dreams of Code

Dreams of Code

Become a better developer in 4 minutes: bit.ly/45C7a29 👈

Computer Science, Software Engineering, Development and Programming Tutorials.

We'll be exploring popular programming languages and toolsets as well as some of the more unknown ones. We'll look at building projects with these tools and comparing them to each other.

Пікірлер

  • @Ibrahimdevelopment
    @IbrahimdevelopmentКүн бұрын

    keep in mind that on_attach should be replaced.

  • @prashlovessamosa
    @prashlovessamosaКүн бұрын

    please make a video on image.nvim.

  • @djdownie3
    @djdownie3Күн бұрын

    Have people found there is strong demand for C++ contracting still?

  • @UrosTripunovic
    @UrosTripunovicКүн бұрын

    anyone else have issues getting the file tree to display icons? I've installed the same font but nothing... I'm on WSL2 if that makes a difference

  • @dreamsofcode
    @dreamsofcodeКүн бұрын

    You'll need to make sure your font is also configured for use by your terminal emulator as well!

  • @UrosTripunovic
    @UrosTripunovic14 сағат бұрын

    @@dreamsofcode thank you! It seems like the font I was using missed some glyphs,, i just changed the font and it worked!

  • @felixinit
    @felixinitКүн бұрын

    Excelente usos de Docker. Debo revisarlo con más calma luego.

  • @neliosantos4014
    @neliosantos4014Күн бұрын

    Amazing!! 😄

  • @felixfourcolor
    @felixfourcolorКүн бұрын

    Btw if you still want to use pygame, use pygame-ce instead. The lead maintainer of pygame went rogue and a large number of developers migrated to the fork pygame-ce.

  • @VeryCreative481
    @VeryCreative481Күн бұрын

    I was rewatching this video a few days ago and I just want to say: I would love if you could explain the rest of SOLID to us. And maybe even other programming paradigms such as the 12 factor principle, or different design patterns. Sure: most things are known at this point already. But man you just have such a good way of explaining things.

  • @dreamsofcode
    @dreamsofcodeКүн бұрын

    Thank you! I've got a few on my backlog to explain and will definitely bump them up due to this comment 🙂

  • @VeryCreative481
    @VeryCreative48121 сағат бұрын

    @@dreamsofcode oh boi I can't wait! 💜

  • @xpynim
    @xpynim2 күн бұрын

    no, you shouldn't.. learn rust or zig instead

  • @philipgeheim847
    @philipgeheim8472 күн бұрын

    I actually have a question how would i do the following i want to make router for a specific route for example /psus so i would do the following: v1 := http.NewServeMux() v1.Handle("/psus/", http.StripPrefix("/psus", psusRouter)) and then i would create a router for all the routes like the following: router := http.NewServeMux() router.HandleFunc("GET", psuController.GetAll) router.HandleFunc("POST", psuController.Create) router.HandleFunc("GET /{id}", psuController.GetByID) router.HandleFunc("PUT /{id}", psuController.Update) router.HandleFunc("DELETE /{id}", psuController.Delete) the problem is when i do this router.HandleFunc("GET", psuController.GetAll) i get the error: panic: parsing "GET": at offset 0: host/path missing / which means i would need to write the following router.HandleFunc("GET /", psuController.GetAll) but then the route only works if i do a request against: /v1/psus/ but i would want it to be /v1/psus ANY HELP would be grately appreciated!

  • @alejandroubeto2287
    @alejandroubeto22873 күн бұрын

    Sorry but, is there an option to save a file without formatting?

  • @angkanchanda1801
    @angkanchanda18013 күн бұрын

    Loved this video. Simple and succinct!

  • @roarc0
    @roarc03 күн бұрын

    I use a lot the rename identifiers with f2 (using :%s/aa/bb/g is not the same). is there a similar function? Also generate unit test and the "extract function" from the selection of a block of code.

  • @DavidConnerCodeaholic
    @DavidConnerCodeaholic3 күн бұрын

    Yeh but the alias at 10:27 has some problems. First of all, the quoting stores the password in the alias… Secondly, this leaves nasty characters in the command invoked by the shell.

  • @notjoemartinez4438
    @notjoemartinez44383 күн бұрын

    I think the biggest issue is that when you tab complete your way through a project you stop thinking about the problem you're trying to solve. The editor will write the code off of an assumption and when it's wrong you have no idea why. You end up creating more bugs than if you just typed the code yourself. I still use the chat feature because it's like a pair programmer or rubber ducky that gives you feed back while solving the problem.

  • @epicmap
    @epicmap3 күн бұрын

    0:35 I was sure this is where the "sponsor of today's video" comes in

  • @Aveniix.
    @Aveniix.3 күн бұрын

    Can you do a neovim setup for c#? Thanks

  • @kopostusverdigris6341
    @kopostusverdigris63413 күн бұрын

    ides are just for bloating