5. Building an App with no Frameworks | Coding Diaries

  Рет қаралды 16,239

Coding Girl

Coding Girl

Күн бұрын

Пікірлер: 49
@codinggirl_
@codinggirl_ 3 ай бұрын
more thoughts on “why” I decided to get back to school: kzbin.info/www/bejne/o5ucanaXdpKYrLMsi=lqHosFUkr_AbXSiz check out my other “diaries” videos: kzbin.info/aero/PLXNyxVNLAY_1UNaHegDC1CN0Chuo_FFuu
@jaymistry2697
@jaymistry2697 3 ай бұрын
happy 😊
@emilie517
@emilie517 3 ай бұрын
More videoes like this, yes! : D In the spring I failed my OOP exam (with Java), retook it earlier this month and passed. Now I'm so scared of the next step, which is Android programming with Kotlin. But I'm at the same time very excited and motivated. I love seeing vlogs with SE/developers/programmers that show and tell, esp now that I'm starting to understand more and more!
@lidstech54
@lidstech54 3 ай бұрын
Hi Anna! I also want to build frameworkless apps, so I'd love to see the process because it's always easier to start when you get inspiration from someone who has already done it.
@gourabroy9328
@gourabroy9328 3 ай бұрын
Your vlogging looks so relatable and nice. WOW!!!! I love your videos
@АнастасияГагарина-н6к
@АнастасияГагарина-н6к 2 ай бұрын
I really like your videos, keep up the good work❤❤
@Whatever20237
@Whatever20237 3 ай бұрын
I practice developing command-line utilities such as grep and other applications that pique my interest. My focus lies primarily on core logic implementation, eschewing user interface development. I also try to implement ml algorithms from scratch...I appreciate your continued sharing of your professional journey
@Blizzpoint
@Blizzpoint 3 ай бұрын
Very refreshing vlog. Loved the music! Right now my idea is to start a web agency by myself. So I have created my website in React. I'm almost finished. The last part I need to do, is to translate the site to 2 different languages, which is alot of json data at the moment, that has to be created.
@latch909
@latch909 3 ай бұрын
Hey fun thing I just learnt with latest Node you don't need nodemon anymore because Node added the -watch flag to the start server script!
@return_Stud42
@return_Stud42 3 ай бұрын
Really like the vibe of these kinds of video! Bon courage pour la suite✌
@codinggirl_
@codinggirl_ 3 ай бұрын
@@return_Stud42 merciiiii 🥰
@weho_brian
@weho_brian 3 ай бұрын
cool, you should look at some libraries for OAuth and MFA. Great to know how to implement yourself but I would hate having to maintain the security requirements for years forward
@TimurSevimli
@TimurSevimli 3 ай бұрын
Как идея скажу, нода не предназначено для сервания статики. Но если вы вдруг решили это сделать или хотите экспериментировать, я очень советую прочитать все статические файлы вовремя запуска приложения и хранить в памяти. В вашем коде так видно что вы в каждом запросе читаете файлы из диска, что является очень плохим практикой. Я понимаю что вы тестите, но для сякие случае написал))
@MikeKosulin
@MikeKosulin 3 ай бұрын
building from scratch is great, the only critical issue is serving the static files this way 9:20 Happy coding:)
@police9117
@police9117 3 ай бұрын
Hey, love your content. Keep doing it. I am a Game Programmer and know how hard it is to build something from scratch.
@Dik131WZD
@Dik131WZD 3 ай бұрын
1:20 Russian?
@ladimnoob88
@ladimnoob88 3 ай бұрын
Nice video. I saw your chanel today. I'll watch you other videos 🇨🇵
@nicolasdemaio955
@nicolasdemaio955 3 ай бұрын
Great video! 👏:D Subbed pd: You can apply the Strategy Pattern in the code 09:18 lul
@faraamarouane2850
@faraamarouane2850 7 күн бұрын
Hello world yesterday I'm finishing HTML BETWEEN 2 months I'm starting CSS TODAY❤
@gabrielgomesmabiala6707
@gabrielgomesmabiala6707 3 ай бұрын
I am trying also the same thing making a website without a framework and lybrary believe is not peice of cake
@beethovenludwing
@beethovenludwing 3 ай бұрын
thanks for the advice LOVE YOUR VIDEOS
@yaroslavbox1249
@yaroslavbox1249 3 ай бұрын
Have a nice day! Have you made the modal login window using the popover API or dialog API? Do you use these APIs for similar tasks?
@codinggirl_
@codinggirl_ 3 ай бұрын
@@yaroslavbox1249 for now I implemented it as MVC design pattern and added the event listener on click and the js logic embedded according to the server response (it’s called “client side rendering” when you do stuff in this way). Didn’t have the need to use these APIs you mentioned :)
@yaroslavbox1249
@yaroslavbox1249 3 ай бұрын
​@@codinggirl_ Yes, I probably understand it correctly. The handler for the click event sends the request using the fetch API, and data from the response is processed. But those APIs mentioned above don't relate to this logic in a straight way. I suppose you have not used them yet. It relates to the UI layer when you need to display something like a modal window, toaster, tooltip, and so on, with a minimum Java script. It would be cool if it were possible to look at the code of this series of videos on Git Hub. But anyway, thanks for paying attention, and have fun with coding!
@chuchang8852
@chuchang8852 3 ай бұрын
love your channel, what tech arrival do you read?
@codingbdarija76
@codingbdarija76 3 ай бұрын
good woork and vibes I wish you the best 🙏🙏❤❤
@Trance_OCE
@Trance_OCE 3 ай бұрын
Why do you use Apple?
@bshshshsh9570
@bshshshsh9570 3 ай бұрын
Im you fan❤
@UCcdTp7XpCkVLkaRCsDcifFg
@UCcdTp7XpCkVLkaRCsDcifFg 3 ай бұрын
u are living in dream
@FunkyFun493
@FunkyFun493 3 ай бұрын
your project like Dom A*ss but I like your energy keep going and I hopp you the best
@TimurSevimli
@TimurSevimli 3 ай бұрын
it's true :D
@birindwagrace3287
@birindwagrace3287 3 ай бұрын
why don't you want use library or framework?
@codinggirl_
@codinggirl_ 3 ай бұрын
@@birindwagrace3287 the school subject constraints 😅 but anyway it’s a nice challenge to build the app in the old way
@abdelhadimaddi8253
@abdelhadimaddi8253 3 ай бұрын
what programming language was it?
@christiandilazzaro2621
@christiandilazzaro2621 3 ай бұрын
js
@stavrosuberg898
@stavrosuberg898 3 ай бұрын
i think c for the frontend and javascript for the backend
@abdulhannan8129
@abdulhannan8129 3 ай бұрын
mam roadmap to become software engineer
@codinggirl_
@codinggirl_ 3 ай бұрын
@@abdulhannan8129 roadmap.sh
@shekhar0050m
@shekhar0050m 3 ай бұрын
That's way too many angles to show.😊
@LeonNyametso
@LeonNyametso 3 ай бұрын
Only 42 school student thinks like that haha.
@Divyv520
@Divyv520 3 ай бұрын
Hey Coding girl , really nice video ! I was wondering if I could help you with more Quality Editing in your videos and also make a highly engaging Thumbnail and also help you with the overall youtube strategy and growth ! Pls let me know what do you think ?
@Myname64196
@Myname64196 3 ай бұрын
...
@viruxer
@viruxer 3 ай бұрын
I don't get how you can work for a company without knowing something this basic.
@stavrosuberg898
@stavrosuberg898 3 ай бұрын
Software is a huge field. I know machine learning phd who cant into html,css...
@stavrosuberg898
@stavrosuberg898 3 ай бұрын
its france. they dont even have for loops in france
@Medjed-pi5pw
@Medjed-pi5pw 3 ай бұрын
Obv DEI hire
7. Having hard times to code | Coding Diaries
11:41
Coding Girl
Рет қаралды 2,9 М.
The Weird Rise Of Anti-Startups
12:57
Enrico Tartarotti
Рет қаралды 415 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
This Took Me 150 Hours to Code
16:40
Kenny Gunderman
Рет қаралды 317 М.
Day in the Life of an AI Startup Founder | YCombinator
11:49
Marcos Rico Peng
Рет қаралды 156 М.
Remote Work is the BEST (and why i’ll NEVER go back)
6:23
*Next-door 10x Software Engineer* [FULL]
4:50
Programmers are also human
Рет қаралды 850 М.
Build these projects and I will HIRE you
12:55
Jason Goodison
Рет қаралды 49 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 797 М.
7 Years of Software Engineering Advice in 18 Minutes
18:32
I Asked Googlers How To Get Hired
9:44
Namanh Kapur
Рет қаралды 1,6 МЛН
Simple Coding Vlog to Stay Productive
6:50
Marko
Рет қаралды 123 М.