I’m working on a detailed article about how I got a UK Global Talent Visa as a non-tech/business applicant, including all the evidence I submitted. If you’d like a copy, just type “send,” and I’ll DM it to you once it’s ready.Feel free to RT so others can benefit too.
Looking out for a Laptop or a Tech Funding ?
Opening the 6th “Tech funding application” for more Tech Newbies. Opens in a few days.
Interested ?
-)RT This & Get your notifications set.🛎️
-)Do pick a number in the comments once Done.
Cheers ❤️
In Next.js, sometimes you might want to keep some files or folders private (not exposed as routes). You can achieve this by prefixing the folder or file name with an underscore _.
#learnInPublic#Nextjs#Reactjs#LearningJourney
Learning Power BI
The entire process can be broken down into 4 phases
1. Data Discovery/ Data Shaping
2. Data Modeling
3. Data Visualization
4. Data Sharing
Randomly remembered that one day I silently sobbed at a public bathroom because I couldn’t understand React.
Was convinced I’d never succeed as a dev but I’m doing totally fine🫶🏻 You will too.
This is the official #100kInterns repository.
If you're looking for a paid internship, RT this and reply with :
1. Your field
2. Your Linkedin URL or a link to your Portfolio
3. Your Country
Our first milestone is to get paid internships for 5000 people....
we can do it together.
I have added the feature now, you can all test it. When you hover on the individual bars you see their amounts as a tooltip. I had to create a separate component for bars so I could handle state in them.
hosted link: https://t.co/iOWwwUePVT
#100Devs#100DaysOfCode#FrontEnd
@jamesqquick you can have production.js file for entry file of production code
then you can dynamically run it like
await import(process.env?.PRODUCTION ? "production.js" || "development.js")
or use the dynamic require
by this way you only load code which base on env