hope there’s more content like this on the way! super helpful for beginners like myself. wish there were more videos like this on the web.
@jeevan1016 Жыл бұрын
Your channel is one of the best for beginners. Please keep creating such extremely Informative content.
@lightningmcqueen15772 жыл бұрын
Holy shit you're back, please complete your stm series and do some practical stuff with it like motor control or something
@mr.tweety2 жыл бұрын
hell yeah..... I am waiting too.
@munashedov34962 жыл бұрын
That code you mentioned not having seen before on line 4 is an example of designated initializer lists (a C99 feature that doesn't exist in C++). They're very convenient, especially when you want to fill out a large struct. You only need to designate the fields you care about, and the rest will be zero initialized. You can use them in a nested fashion as well, initializing fields of a struct which is itself a field of a higher struct.
@MitchDavis22 жыл бұрын
oh, they're zero initialized and not just uninitialized? Regardless, I always love learning new things like this.
@Khal3dMustafa Жыл бұрын
Thank you, Mitch, for this amazing video. We really miss your videos, and I hope you could start making them again soon. I use Emacs BTW :P
@marisariley95482 жыл бұрын
GreetingS!!!! glad ur back
@muhandes84532 жыл бұрын
Glad you're back :)
@MitchDavis22 жыл бұрын
Thanks! It’s nice to have time to make videos again, and I’ve been trying to pick up some more professional recording equipment along the way
@andystevens34742 жыл бұрын
Excellent video... clearly explained. Hope you would produce more such videos.
@upgradetoanalogАй бұрын
Was there ever a follow up to this video to show how the code needed to be changed to work with microcontrollers?
@pietverelst719111 ай бұрын
Great video! The only thing I'm wondering is how you can implement this on the microcontroller? Right now the page is served via mongoose right? Not by the controller. Or am I overseeing something 😅
@matthewprater78922 жыл бұрын
I use VS code for html/css/javascript stuff, Notepad++ for most other things
@Pixelwaster2 жыл бұрын
Notepad++ Love the videos, keep making please.
@Bouryal.Y Жыл бұрын
Text editor : Neovim
@pepecselek86562 жыл бұрын
I'm using Atom editor.
@ronalerquinigoagurto555 Жыл бұрын
An this is how a web server works under the hood
@Frisky05635 ай бұрын
I like to use GEANY editor.
@NickDrian Жыл бұрын
more vids pls!
@manadochannel60256 ай бұрын
could you teach me using https
@MA-748 Жыл бұрын
I use neovim as a text editor and terminal multiplxer
@minhajsixbyte Жыл бұрын
vim and vscode (with vim keybindings)
@kyp07172 жыл бұрын
I use neovim (via the lunarvim)
@TiogshiLaj2 жыл бұрын
re: what editors? * vim for everything single-file or one-off (terminal, not GUI; I do a *lot* of work from the terminal) * VS Code for most larger projects * Eclipse for Java projects I wince every time you reach for the mouse to start your programs, instead of just e.g. typing ./mongoose.exe in the same terminal where you just ran make ;)
@MitchDavis22 жыл бұрын
You're pretty similar to me. I usually use Vim (especially because I do a lot of work over SSH), but all the magic hotkeys and shortcuts are sometimes confusing for videos so I try to use more graphical editors and avoid shortcuts. As this series goes on, I'll probably be doing more and more terminal based things depending on what kind of feedback I get.
@manla99212 жыл бұрын
I use Microsoft word for all my coding
@MitchDavis22 жыл бұрын
Manual syntax highlighting I presume?
@manla99212 жыл бұрын
@@MitchDavis2 😆 JK. Actually vs code for C and Python, vs for C#, jupyter notebooks for data&AI, intelliJIDEA for java and notepad++ rapid changes to different file formats