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.
#todayilearned
Summarize a concept that is new to you.
Photo by Joshua Dow on Unsplash
Top comments (46)
I've been playing around with Svelte/SvelteKit recently and I love it. I've learned so much. I'm currently playing with forms in Svelte and experimenting with different form and validation libraries. Where are the Svelte jobs? 😀 😀
Nice!
Maybe check out the Svelte Society for Svelte job postings? Maybe my coworker @brittneypostma has suggesrions for good places to look for Svelte job postings as she’s very active in the Svelte community.
Of course! The Svelte discord has a jobs channel that is constantly getting new opportunities and there is a Svelte jobs newsletter.
svelte.dev/chat
sveltejobs.dev/jobs/dockyard-ux-de...
Thanks @brittneypostma !
Awesome, thanks for that Nick!
Working with types in your libraries/packages is difficult. I'm writing a json validation library for dart, and working with types is a pain xD Not using types, that's not that hard, but passing types around and expecting certain types and so on is quite difficult.
PD: Not difficult to do, difficult to do well
Acurate xD
This week I learned that I probably have ADHD. This is quite a bizarre concept for me, given that I am 30 years old. But suddenly everything makes sense. I also learned that a lot of fellow coders have ADHD, and that there are support communities out there. So yeah, not much in terms of technical skills this week but a massive and potentially life changing realization that I believe will help in my career and personal development alike.
It doesn’t always have to be about the code. 😎
Started learning Rust. Went through the first half of The Rust Programming Language.
Currently trying to build PNGme to get some hands-on experience.
hey folks, i have started dev in frontend with HTML/ CSS and of-course the great JS.
Last week, i have been trying Typography, Images, Semantic Elements and HTML Forms elements.
looking to connect with new friends in the web dev space and want to grow in the frontend dev space
That's awesome! 🔥
Learned testing on steroid - Cypress 😉
I learned from a friend that every Docker container can have its own health check built in (very handy) and I'm re-exploring using Firebase's authentication for my apps so I don't have to bother rolling my own.
Firebase's solution is free (other than phone authentication; which I don't really care that much about) and would provide a very simple solution that would scale well and should plug in easily. Once I've got it all smooth and easy I'll probably write up an article with a lovely clickbait title like, "Don't write your auth; let Firebase give it to you for free!" or something equally ridiculous.
1:Linux for cyber security
2:Penetration Testing methodology and Standards
3:Basics Training in lab environment
4:How to defend against Cyber Attacks
5:Log analysis for cyber Attack and remediation
6:Wordpress Security Testing
After building my personal site with Eleventy ,watched a stream and learned about the things i need to work on to make it perform better..
Also:
git add -p
- this is my new favourite commandAwesome!
I've started Adrian Cantrill's course for the "AWS Certified Solutions Architect - Associate" certification.
So far, I'm very impressed with the depth of information. The course not only prepares me for the test but also for the job itself.
I also purchased the Book Rust by Rustaceans to improve my skills as a Software Engineer. I would also highly appreciate any additional learning resources.
Nice!