Flexbox visualizer tool
Just ran across this cool flexbox tool on daily dev. Figured you guys would appreciate it.
https://flexboxlabs.netlify.app/...
Looking for trustable business partners based on US | Europe
Hey everyone, I'm really excited to be a part of this community – I feel like I've finally found what I've been searching for!
I’ve always wanted to leave my 6-8 hour job because I didn’t see a bright future there. So, I started running online businesses and e-commerce stores, and I’m happy to see them growing! I'm here to improve my English because I'm from a country where it’s neither my first nor second language. I’ll be heading to the USA soon, so I really need to improve. I'm excited to work towards making my big dreams come true!...
Color palette generator that lets you preview the colors applied on many designs
This is probably the best resource I've come across yet so I wanted to share it
https://coolors.co/visualizer/d0ccd0-fbfcff-a07462-a095ff-d9305a
Strangely this other url https://coolors.co/visualizer/ shows nothing so above I shared a pallete I liked...
If you want to build advanced React.js Apps w/Next.js, Tailwind CSS
If You want to build Project with React
Check out JSM Mastery
I have been watching this guy videos for months now and i found out that he is explaining every bit of syntax while writing check him out and if you need his ebook and cheat sheet check out his website...
Free Books - https://pressbooks.com/
I've just found this free virtual library and the quality is exceptional. Have a good read: https://pressbooks.directory/
Create API with fake JSON data
What it is.
so I found this site which allows u to give a json data structure and returns u a URL. when u make a request to that URL it returns the JSON data.
Where can be used
I imagine , if u are making a full stack app and working on the front-end first. u can use this to imitate communication with the server. and later once the server is done, u can simply change the user in
fetch()
....Understanding git and github
https://youtu.be/9ToMEN_Hys0?si=uJbRVItPv1hwMc3f
this is hands down the best git and gh introduction I have ever seen
would highly suggest anyone who wants to understand git and gh...
Grid explained
I found a pretty cool website which explains Grid with visuals https://grid.malven.co/
hear me out- local library + Udemy
I just found that my local library has a portal of all sorts of online resources including udemy access to all sorts of paid courses just with your library card! Saw a comment from a gentleman across the country who mentioned his local library had udemy course access which prompted me to look into mine and lo and behold !
So worth a few minutes to check it out- the only caveat is it’s under a whole separate service Udemy Business which means a separate account and a separate app but in my case that’s no problem , just made a different account.
PS I also just came across Khan access...
Design patterns for complex applications
https://gameprogrammingpatterns.com/
A game is nothing more than a complex application that just happens to be entertaining (at least it should be...), so knowing how some of the systems usually used in game dev can usefull when you need to implement complex logic. This web site explains those design patterns in a easy to understand way (at least its easier than most other resources I came across...). Those can be used for frontend as well as backend code....