
Akhil Yadav
@AkhilWorkplace
Followers
21
Following
8
Media
45
Statuses
90
Full Stack MERN Developer π | JavaScript Enthusiast π» | Crafting web solutions with MongoDB, Express.js, React, Node.js π | #FullStack #MERNStack β¨
Joined November 2023
Excited to announce that I've joined @fuaarkofficial! Looking forward to this new journey and all the amazing things ahead. #NewBeginnings #Fuaark
1
0
3
Built Full fledged The Little Taco Shop Website only using html and 5% of CSS.π πUsed semantic html elements .πAdded form .π Added navigation link from page to page and within the page . #LearnInPublic #html5
0
0
2
Revision HTML again .πUsed dark new tab chrome extension for eye comfort .πhtml πmeta tag/element for SEO and link tag for other online resources and CSS file.π html attributes .πh1. h6, p, hr, br, em => tag for text formatting .#LearnInPublic.
0
1
2
From today I will focus on conquering responsive layouts . πUse %unit for defining width of element instead of fixed with like px, em, rem, cm. πAlso If you have child element inside parents element .β οΈ Do not give fixed height to parents to make responsive . #css
0
0
0
Learnt about mongoDB database .π It's a noSQL database .πDone CRUD operations on database .π Used mongoose library to work with mongoDB .πFirst Define the data structure ( Schema ) => Model.#100DaysOfCode #letsconnect #connect #javascript #mongoDb #learnInPublic #backend
1
0
1
π Learnt HTTP response status code . π Used #nodemon library for auto restarting server when certain changes happens in file.#100DaysOfCode #httpStatusCodes #javascript #learnInPublic #buildinpublic #NodeJS #backend #programming #coding #techSolution #html #css
0
0
2
β
Learnt http headers in API .π Headers are metadata of request and response network call.π It tells us source and destination address with size of data, and its content type .π We can also set custom headers and prefix with #X-headername. #100DaysOfCode #learnInPublic
0
0
0
π Express middleware . π Using middleware we can change request body.π Helpful for User input validation .π Can be used for authentication .π In case of suspicious request, immediately return respond .#100DaysOfCode #html #css #javascript #learninpublic #backend.#programming
0
0
2
Built http server by using express library in NodeJS .π It displays all user data by using server side rendering .π It can display specific user data .πIt can update specific user data.πIt cat delete special user data.#100DaysOfCode #javascript #NodeJs #learninpublic #Tech
1
0
1
π― Learnt best practices for creating #RESTFUL #API'S . π If your client is browser then do server side rendering .π If the client is all other kind of devices then respond with #JSON. #100DaysOfCode #frontEnd #WebDev #learninpublic #TechSolutions #restApi #httpServer #backend
0
0
3
How versioning works in NodeJS .#Version => ^4.19.2.4. 19. 2.Major. Recommended Minor .Update Update Update. ^4 => lock at current version (that is at 4).#100DaysOfCode #frontEnd #WebDev #learn
0
1
4
Used express library (a framework) to create basic http server and handled type of request method with route . π Express library for creating http server. #100daysofcode #NodeJS #javascript #html #css #backend #express #programming #coding #learninpublic #TechSupport
0
0
3
Learnt about different http methods .#100daysofcode #javascript #NodeJS #TechSolutions #backend #html #css #httpMethods #server #programming #coding
0
0
1
Task comes in event queue and processed by event loop and it it's blocking sent into thread pool and back again executed by event loop.#learninpublic #NodeJS #100daysofcode #javascript #html #css #TechSupport
0
0
1
Learnt about different parts of REQUEST URL (uniform resource locator).πhttps:// => protocol .πwww. => subdomain .π=> domain .π?userId="108"&username="radhey radhey". π Used URL library to parse request URL .#100daysofcode #NodeJS #javascript
1
0
0
Used http library in node js to create #httpServer from scratch .π handle request from all route.πpeek inside request headers .πused fs library create log file of every client request . Client π§βπ» (browsers) ===> server π₯οΈπΎ.#100daysofcode #javascript #NodeJS #TechSolutions
0
0
0