It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
We're a place where coders share, stay up-to-date and grow their careers.
It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
For further actions, you may consider blocking this person and/or reporting abuse
Gaurav Soni -
Helitha Rupasinghe -
Gaurav Saini -
Sloan -
Once suspended, nickytonline will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, nickytonline will be able to comment and publish posts again.
Once unpublished, all posts by nickytonline will become hidden and only accessible to themselves.
If nickytonline is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Nick Taylor (he/him).
They can still re-publish the post if they are not suspended.
Discussion (27)
I found 2022's best UI frameworks, by Reddit community experts. I created a poll on Reddit and gets awesome suggestions. check this out - reddit.com/r/Frontend/comments/t9g...
And based on this thoughts, I created a post on DEV Community - dev.to/kane_jason/what-ui-framewor...
Hope you all love it. Thank you.
Nice!
I learned to use test data as real as possible when doing testing locally or on development environments. I had a bug in a SQL query where I passed the wrong parameters, but it seemed to work fine because I used "1" in all columns as the test value for my local tests. I only realized until I populated my tests with "almost" real data.
That hackathons are fun! 😁
Yeah!
Have you participated in that?
Yes, my company hosted a hackathon yesterday. We grouped together among members of different teams and we built a dummy feature for our e-commerce website. I enjoyed it! ❤️
Wow that's great
Competed another responsive website design with Just HTML & CSS
Completed, webinar booking website template with HTML CSS
Atul Prajapati ・ Mar 6 ・ 2 min read
This is a Responsive quick and easy customisable Modern Multipurpose Webinar booking website Page that comes with Booking page and successful page. This free template offers numerous awesome features for , agency, business, educational, enterpreneur, digital agency, start up business, consulting firms, insurance, loan, tax help, investment firm or your just a lead form.
Webinar booking website template
This is a Responsive quick and easy customisable Modern Multipurpose Webinar booking website Page that comes with Booking page and successful page. This free template offers numerous awesome features for , agency, business, educational, enterpreneur, digital agency, start up business, consulting firms, insurance, loan, tax help, investment firm or your just a lead form.
Features that matters
Support me and my work to see more such projects
Nice!
Arch Linux Installation + Setting up a Display Manager, a compositor and some other stuff to make my Linux Distribution run.
Exploring Rich Text Options provided by DatoCMS for the blog that I am setting up on my site.
(PS: Yes, it works).
@nickytonline what are you learning this week?
For myself, I'm currently reading up on Remix and going through their tutorials. Looks pretty great so far!
With my training, I learned to use Flexbox and Grid better.
During my self-taught training, I learned a little bit about the front end in all directions, and so I put aside some basics to better advance.
I think it's great!
Puppies shouldn't eat grass roots. Learned that the HARD way ;___;
On the technology side, I learned/learning about sparkplug for iiot :3
git worktrees are not so scary, and are a great tool to keep in your toolbelt.
Git Worktrees are not so Scary 😱
Waylon Walker ・ Mar 11 ・ 3 min read
Awesome!
I am learning how to setup my MacBook M1 for one react native project and I am struggling with it.
Nice!!!!
I learnt typescript
I'm beginning to learn Java. I think you need to review your pages. When first learning control flow, there is a reference to switch before its even taught.
I learned about CI/ CD pipelines and I practiced it by setting up my project with Github Actions for Continuos Integration and connect my project to netlify for Continuos Delivery