#react js programming
Explore tagged Tumblr posts
Text
let today = new Date("12 December 2023");
Hey coders!
The past couple of months I've been a frontend developer intern at an e-sports company and it's been so amazing! I am realizing that yeah, this is exactly what I want to do! I feel super lucky.
Anyway, today, and for the past like week, I have been struggling with implementing the multiselect from react-select in a form we are building in my team. It's a very complicated field, where you can choose from different lists, with values that need to be replaced and disabled depending on which list you are choosing from and what has already been chosen, so just getting the logic right was tough.
Today I got it working, only to realize I can't style it without all the functionality breaking. Feeling like I've tried everything, I was like: you know what? Fuck it, I'm just gonna make my own. Sooo here I am!
This is the inspo (from react-select):
And this is how far I've gotten(using our on-brand styles):
Anddd here's my (non funcitoning) code:
To break it down:
I have a div that contains a span (which will be rendered from an array of options, to be the yellow chip) and an invisible input field
The div is styled to look like an input field, but in reality it's just a div with spans and an invisible input field following the span (lol special thanks to this stack overflow thread)
When the user types, I am listening to what keys they are pressing with a function I am currently calling handleReturn
If the pressed key is "Enter", I will push the current value of the field to the options array
But! This does not do anything at the moment, since the options array does not tell the component to update itself in any way to display the newly added value! For that, I need to make the options array be a state using the useState() hook from React!
When a state is changed, react's useState can tell, and it will rerender (=update) the component, and then my new value will (...should) be shown as well, since it will be using the new array with new values!
Stay tuned for updates(:
#codeblr#react.js#react#reactjs#frontend#frontend developer#web development#compsci#stem#woman in stem#coding#programming#css#html#javascript#js#software engineering#typescript
17 notes
·
View notes
Text
Today's mission...
Thursday 22nd February 2024
With all the designing I did, I'm too excited to wait into I have most of the pages done to code something so I decided to take just a small piece from one of the designs I did and just work on it!
I chose the (I don't even know what to call it) fanfic information card + the popup options menu to the side. I want to test myself to work on the popup menu's functionality because I already know I can replicate the design to the tip - not to toot my own horn thought...!
The target is to get it done by today!
#coding#programming#studyblr#codeblr#studying#comp sci#progblr#programmer#figma#web design#fanfiction#fanfic#web development#tech#react js
11 notes
·
View notes
Text
youtube
2 notes
·
View notes
Text
youtube
33 - PayPal Payment Integration - Step By Step [Next js 15, React 19, PostgreSQL , Prisma, ShadCN, PayPal, Stripe API integration] 🔥🔥 Free Source Code 🔥🔥 ---------------------------------- In this Session we'll be implementing PayPal payment integration
#youtube#nodejs#programming#angular#developer#softwarecompany#education#react#webdeveloper#tech#next js#react js
0 notes
Text
React Virtual DOM???
React Virtual DOM??? As web applications become more complex, managing updates to the user interface becomes a challenging task. This is where the Virtual DOM (Document Object Model) comes into play – particularly in React, the leading JavaScript library for building user interfaces.
The virtual DOM is a lightweight copy of the real DOM that allows React to manage changes more efficiently by minimizing the direct manipulation required on the real DOM. This process significantly enhances the performance of web apps.
Understanding the virtual DOM is essential for developers who want to get the best out of React. It plays a key role in how React updates the UI, ensuring that changes are applied quickly without unnecessary re-renders. #React #nextjs #TypeScript #programming #coding #javascript #tailwindcss #css #html #javascript
1 note
·
View note
Text

Bruh this course has freaky react framework. Gonna use the R 18+ version of react as opposed to the PG 13 or MA 15+ react. This one has like swearing and gratuitous violence.
What do you want, adults only jQuery, $('developer').addClass('freaky-programmer');
0 notes
Text

Master Web Development & Programming – Build Websites Like a Pro!
Learn Web Development & Programming and kickstart your journey in the tech world! This course covers everything from front-end design to back-end development, equipping you with the latest industry-relevant skills needed to build dynamic and responsive websites.
📌 What You’ll Learn: ✅ HTML, CSS & JavaScript – The foundation of web development ✅ React & Angular – Modern front-end frameworks for dynamic websites ✅ PHP & Node.js – Back-end technologies to power web applications ✅ Database Management – MySQL & MongoDB for efficient data handling ✅ API Integration – Connect and enhance web functionality ✅ Web Security & Performance Optimization – Ensure fast & secure websites
💡 Why Learn Web Development? ✔️ High-demand skill with great career opportunities ✔️ Build websites, web apps, and e-commerce platforms ✔️ Work as a freelancer or with top IT companies
Visit Attitude Academy
📚 Learn web development & programming: Attitude Academy
📍 Visit Us: Yamuna Vihar | Uttam Nagar
📞 Call:
Yamuna Vihar +91 9654382235 | Uttam Nagar +91 9205122267
🌐 Website: www.attitudetallyacademy.com
📩 Email: [email protected]
📸 Follow us on: attitudeacademy4u
#web development course#programming course#learn web development#full-stack development#front-end development#back-end development#HTML CSS JavaScript#React JS#Node.js#PHP programming#web development skills#SEO-friendly websites#MySQL database
0 notes
Text
Techpaathshala's Myth-Busting #6
If you feel like you have learnt something new today, then join Techpaathshala to learn more.
Techpaathshala is India's First Simulation-Based Training Institute who aim to train the next generation of IT Leaders through their revolutionary teaching methods.
#webdevelopment#coding#programming#developer#fullstackdeveloper#techpaathshala#tech#software#front end web developer course#front end developer classes#front end web development course#front end web developer training#best front end development course#react developer course#React JS Developer Course#React JS Training in Mumbai
1 note
·
View note
Text
AI, Codewards and more react!
The past week has seen a flurry of new projects come across my desk that I've thoroughly enjoyed building. It's been one of those "give it a try" weeks where I found myself a bit bored and wanting to code as much as possible.
But what to build? Which tech stack do I try? Python? Javascript? Even... rust?
Coding Cup and Kata Challenges
There's the obvious task of learning how to use authentication in Next JS apps which would be very beneficial in work and so I can build some larger scale projects (such as my dog collar finder app - more on that soon!). But, it doesn't really excite me.
So I started to look online and came across this pretty cool idea that University of Sussex have started. It's a coding competition called HackSussex Coding Challenge.
youtube
I enjoyed watching other students try and find solutions to coding challenges in only 12 minutes! There were some that I found easy and was able to beat at home, others were a little trickier and it dawned on me that I do NOT know my data structures like the back of my hand. (does anyone?)
I realised that I needed to brush up on those skills, I want to keep on top of it - it would be a shame to forget those important interview skills. A quick google led me to a leetcode alternatice Codewars.
This kata based learning tool is great for me to flex what I know and build on what I don't. I've managed to get through 15 of the easier challenges and aim to do a few a week.
Forekast - The weather app
When browsing the internet for "easy beginner development projects" I realised that I had never built a weather app... And with my improved react skills and the use of some fancy frameworks (lol) I decided that would be a good pursuit.
Let me introduce you all to my weather app, Forekast:
It uses the OpenWeather Free API to pull through weather information based on either the GPS from the mobile device (activated at the top with the location pin) or with a simple postcode search. It works a treat! I ended up ditching the fancy frameworks and went with bootstrap, and yknow what - I actually like how it turned out. I'm no UX designer - don't shoot me!
Using AI to build an image editor
I was scrolling through Twitter when I happened across a rather scary and intriguing video of a man who built an image editing app and deployed it to Vercel within 30 minutes. The AI technology he was using is V0 or v0. This amazing tool, released by Vercel allows users to generate web apps from text prompts - it creates react components and deploys using Next JS and vercel.
I had to give this a go, so decided to do exactly what he did (because I am an original thinker). I used v0 to generate the app below, and I mean it when I say it took less than 5 minutes.
Everything you see above was generated with a number of basic text prompts. You can visit the v0 website here:
v0 by Vercel
A step in the AI direction
It seems everyone has jumped on the AI bandwagon and every dev project has some AI capabilities nowadays. I had yet to delve into this as it seemed daunting, but after a few watches on YouTube of some clever demos and tutorials I decided to give it a go.

I decided to use Chat GPT's Turbo 3.5 AI model and build a pirate AI chat bot that responds as though he is blackbeard the pirate. I thought this was playful and wanted to harness the idea of talking to someone who may be dead or did not exist. I saw a 9 year old girl do this with Harry Potter and it was really good!
It was actually pretty simple to send and retrieve messages from Chat GPT - I thought it was going to be so much harder! This was all done with Vite build React JS.
It's been a busy week, I hope to continue like this and get a few more apps done. I'm hoping to start building more in Next JS over the next few weeks and get that auth figured out.
The plan is to build full stack app that allows users to register their dogs with a profile, some contact information and these profiles will be attached to a QR code. If someone finds their dog they can scan the QR code and they'll be taken to the dog's profile, where they can either send their location via text or give them a call.
I'm hoping this will make a good final year project in University. Not long to go now, only 2 years part time. And I've already done 3 - it's gone so quick!
Happy coding, if you read this thanks - keep up to date by following the blog and get in touch!
#webdevelopment#webdev#software#engineering#dev#devblog#react#js#javascript#nextjs#vercel#programming#coding#Youtube
0 notes
Text
New Trick – Organizing Prisma Models with the MERN Stack – Prisma #16
In this blog, we will explore “New Trick – Organizing Prisma Models with the MERN Stack”. Here, you will learn how to split and organize Prisma models, enums & types from the prisma.schema file into multiple files and import predefined data from JSON files. Let’s dive in and check it out:
#prisma#mongodb#reactjs#react#mern#mernstack#nosql#javascript#js#nodejs#npm#prismaorm#orm#database#redundancy#highavailability#replica#replicaset#developers#developer#software#softwaredeveloper#programming#programminglanguage#javascriptprogramming#advancedjavascript#techtrick#trick
0 notes
Text
Node.js in Web Designing: A Game-Changer

#nodejs#css#html#javascript#reactjs#programming#python#angular#php#webdeveloper#java#webdevelopment#coding#developer#vuejs#jquery#js#programmer#software#webdesign#react#mongodb#laravel#softwaredeveloper#android#code#mysql#coder#webdesigner#frontend
1 note
·
View note
Text
Land Your IT Internship in Indore with Shanti Academy
Kickstart your career journey with our specialized training internship program in Indore. Real-world projects, mentorship, and growth opportunities await! Visit - https://shantiinfosoft.com/training.php
#IT Internships in Indore#training internship program in Indore#IT Training institute in Indore#Digital Marketing Courses in Indore#Digital marketing training program in indore#Digital marketing internship program in indore#React js Training in Indore#React js internship in indore#react js certification course in Indore#Node js internship in indore#Node js Training in Indore#Node js developer internship in indore#python training in indore#python internship in indore#Python certification course in Indore
0 notes
Text
youtube
Next.Js 15/ React 19 - eCommerce Complete Project [PostgreSQL, Prisma, ShadCN-UI, Paypal, Stripe integration] https://youtu.be/78B6UV-Xk80
#youtube#nodejs#programming#education#developer#webdeveloper#angular#react#softwarecompany#tech#next js#react js
0 notes
Text

🌐 Elevate your networking game to unprecedented heights with our CCNA Course at ElysiumAcademy!
🚀 Unleash the power of connectivity and become a certified expert in Cisco networking technology. 💻 Dive deep into the world of routers, switches, and network protocols, and watch your career opportunities soar!
🌟 With CCNA under your belt, you'll not only maximize your networking potential but also open doors to lucrative opportunities in top firms worldwide.
💼 Don't wait – enroll now and embark on a journey towards networking mastery! 🔗💥 #CCNACourse
✅ Elysium Academy will make your career a new ✅Elysium Academy will make your career a new #codingheight ✅Elysium Academy offers several courses with a recognized certification.
OUR HIGHLIGHTS💎 📑135+ Professional Courses 👨🏫15+ Years Experienced Staff 👥6k Students Placed in Companies 🤩2k Students Placed In MNC 🏢25+ year companies
For Additional Info🔔 🟢Whatsapp: https://rfr.bz/f5mj1lw , https://rfr.bz/f5mj1lx , https://rfr.bz/f5mj1ly 📨Drop: https://rfr.bz/f5mj1lz 🌐Our website: https://rfr.bz/f5mj1m0 📌Live Visit: shorturl.at/tMO45 🔖Appointment: https://rfr.bz/f5mj1m1
#elysiumacademy#no1academy#tesbocourse#mongodb#html#css#javascript#nodejs#python#programming#mysql#java#webdeveloper#reactjs#php#webdevelopment#angular#software#jquery#android#laravel#js#webdesigner#machinelearning#webdesign#react#coding
1 note
·
View note
Text
#coding#angular#php#php programming#placements#training#laravel#php framework#php training#phpwebsitedevelopment#python#django#artificial intelligence#machine learning#technology#ai technology#ai tools#react js#reactjs
0 notes
Text
#Up Skill Your Career in MERN-STACK Development on Cloud#👇#And Get 100% Job#📒Admission open For#March 2024 Top-up Session.⏱#Top-up Batch#Only 15 Seats Are Available#Eligibility :- B.Sc IT / BCA/ BCCA / BE / MCA Pass or Final Year appear Candidates Can Apply#All subjects in one Package#Programming language#✓C language#✓ C++#✓Node.JS#✓React JS#✓Express JS#Live Projects#✓3 Live Projects#✓3 Live Training projects#DATABASE#✓MongoDB#USER INTERFACE#✓HTML5#✓CSS#JavaScript#✓Bootstrap#jQuery#✓React .#GRAPHICS DESIGNING#✓ Canva#✓ postermywall
0 notes