Devang
@devangyx
Followers
77
Following
2K
Media
42
Statuses
615
Probably messing around with Javascript and losing braincells. Trying to get at least 1% better everyday. Github : https://t.co/GE25r45yZO
Mumbai, India
Joined April 2021
=> Create Posts with Images used Cloudinary for this => CRUD Posts, Comments, Users => Login/Signup => Role Based authentication Frontend: React Backend: Node.js , Express Deployment: Frontend hosted on Vercel and Backend on Railway. Database: NeonDB , Prisma ORM
0
0
0
LucidLines -> A full stack Blog app. Been working on my blog app for a long time and now finally building and deploying it. Live Link: https://t.co/iOvZRsylrA Features: => Admin Dashboard with statistics on users and overall insights #webdevelopment #javascript #programming
1
0
0
Excited to share my recent project built using Express and EJS. CloudVault - Your Personal file storage solution to upload, store and manage your data in the cloud. Live Link : https://t.co/mHeXIwnrSO
#webdevelopment #js #codinglife #expressjs #backend #javascript #nodejs
0
0
0
Simple members only webapp created using EJS and Express to practise authentication which allows users to signup, login and post messages on the message board but only admin has the permission to delete the message. Learnt about authentication using passportjs with this one.
0
0
0
=> Different HTTP methods like (GET,PUT) =>Form handling => Routing and redirecting based on the path #javascript #nodejs #WebDevelopment #100daysofcoding
0
0
0
Been learning about Node recently and created this simple Message board app to apply the concepts while learning. This project taught me a lot of good things like the following: => Applying the Model-View-Controller pattern => setting up template views using EJS
1
0
0
Future feature implementation: html2pdf.js to allow users to download their resume as a PDF. This will convert the live resume preview into a PDF format with just one click making it easy to share and download. #React #javascript #100DaysOfCode
0
0
1
I built a CV Builder web app while learning React concepts that allows users to input their personal information, education, and professional experience. The app dynamically updates and displays a real-time preview of the resume as the user fills in the fields.
1
0
0
-State management in React -Different types of hooks like useEffect and useMemo -Tailwind CSS integration -React Router and route management
0
0
1
I've been learning React recently and created a simple shopping cart mock project with added quantity handling logic with auto updating of the total price. Some key concepts practiced: -React Components -Passing data between components
1
0
2
So today after learning about "Creating Modules" and Webpack in JS, I created this simple cafe website to practise DOM manipulation and placing elements dynamically by loading page modules on click. #JavaScript #WebDevelopment #100DaysOfCode #LearningInPublic
2
0
0
-npm,yarn: Essential package managers. Learned about npm init, package.json, and installing packages. #JavaScript #WebDevelopment #100DaysOfCode #LearningInPublic
0
0
1
Summary of my recent learnings related to JS: -Using a JavaScript module bundler (Webpack): Read the documentation and importance of Bundlers (Bundles multiple files into one for optimized browser performance) -ES6 Modules: Efficiently manage code with import and export.
1
0
0
Learning about Classes in JavaScript. Some people argue that classes are basically just syntactic sugar over the existing prototype-based constructors and that it’s dangerous and/or misleading to obscure what’s really going on with these objects. Wonder if it's really true 🤔?
1
0
0
Scoping in JavaScript- Lexical, global environment. Factory Functions- Differences between factory functions and constructors. Closures- Using them to create private variables and functions. Prototypal Inheritance- Applying it with factory functions.
1
0
0
In the past 4-5 days, I have completed learning the topics below and created a simple tic-tac-toe project to gain a deeper understanding of these topics. #javascript #100DaysOfCode #webdev
1
0
1
javascript.info
0
0
0
Started learning about Objects in Javascript and created a small library project. -Learnt about Object literals, Object Constructors -Understanding Object Protoypes and Inheritance in JS. - 'this' keyword and its importance in Objects. #javascript #100DaysOfCode #webdev
4
3
27