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...
For further actions, you may consider blocking this person and/or reporting abuse
I'm learning Angular + ionic. It is amazing, I've done the same app attempt using vue and it wasn't so easy. Until now I'm loving it
Was that with Vue + Ionic? and what made the Vue combo harder than the Angular combo? and you were familiar with neither Angular nor Vue?
Yes, it was Vue and ionic. I didn't felt comfortable using it, mainly, but I had some problems when I was wiring up everything (like translation with i18n).
And yes! I have the same experience with both (fixing some simple bugs), but, I think that I feel more comfortable using angular
Angular was the first and original framework implemented in Ionic, so probably it's more mature than their Vue or React versions ... also the fact that you're more comfortable with Angular probably plays a role.
I learned Angular 1, never progressed to newer releases.
I learned Vue and React after that, but I'm a big Vue fan, not a React fan ...
React just makes the dev work way too hard on arcane stuff like preventing unnecessary re-renders - you need to do your hooks and "useMemo" and whatever else exactly "right", or you'll have horrible performance with too many re-renders. What's so interesting about that, I wonder ... a (frontend) dev should be able to focus on business logic and UX, not on these obscure details - Vue just takes care of all that low level stuff and lets you focus on what's important.
And, Vue does all that while not having a larger bundle size than React (smaller even I think) ... yeah, big big Vue fan here, React is not really for me, every time I see articles or discussions on how to do things "right" in React I think, what's all the fuss, Vue makes all that easy with it's reactive architecture.
(funny - Vue is in fact more "reactive" than React, what's in a name, lol)
Wow! I didn't knew that! Makes sense. TBH, I don't understand the needs that created react.
Yeah well, React isn't a completely bad or useless concept, but in my opinion Vue makes a dev's life much easier ... in React communities I always see these hugely technical debates about HOCs and hooks and props and whatever, and how to prevent unnecessary re-renders, and so on and so on ... too much stuff which IMO the framework should take care of, but which React forces the dev to handle.
Nice!
I'd suggest trying flutter afterwards if you feel like it! I can't recomend it enough
I'll definitely try someday! Thank you!
Happy Friday! I've been learning a lot about the MERN stack lately and this week I've learnt:
I’ve migrated a Gitea (+ PostgreSQL) instance running on FreeBSD for 6 years to a Debian. I containerized the service using Podman and integrated with systemd (for running, monitoring and auto-updates of the containers images).
I worked a lot with Docker and learned some new commands.
😂
Some more Pytest on DRF, overall mocking files to upload in tests (both Jest and DRF) and nice little hack to use
setTimeout
in async functions.I am learning gitlab CI/CD
I learnt Personal Branding and how to sustain meaningful relationships at workplace and other aspects of life. I also learnt Azure Fundamentals and how to build solutions with Azure.....still exploring this aspect though..... #WhatILearntthisweek
Just making a insurance agency website and learning random things to complete this project 🚩🚩🚩
Nice!
I learned a lot about Web3Auth and Applying it to a dApp using Solidity.
Yeah!
I'm learning more about Node.js!
Stripe releaesd a new OSS library called Markdoc and I've been playing with it.
Consider giving @devdevcharlie a follow. 😎
Create a Markdoc plugin in less than 15 lines of code
Charlie Gerard for Stripe ・ May 27 ・ 3 min read
I'm learning Relational Database Management System (RDBMS). Writing optimized queries and learned a lot of other things.
Noice!
Im still learning html and css bcs its my first month doing this stuff :(
No need to be :( . It takes time to learn.
Also, I've got you covered. Lots of great resources in here!
Frontend Developer Resources 2022
Nick Taylor (he/him) ・ Dec 28 '21 ・ 7 min read
MERN, next.js now
fake data generation on django project
Nice!
internetcomputer.org/docs/current/...
I am learning IC and Motoko
Eager to master Cypress and QA Automation
I learned a lot about myself, my career and that I still have a lot to learn in terms of coding skills. It's been a humbling week for me, but I really like that :)
I started learning rust finally and have made some good progress so far :)
I learnt about how to scrape the web using python this week
GODOT 🎮
I learned Material UI for reactjs
That's awesome! 🔥
Tried out AstroJS. Wrote about it here: My Experience with AstroJS
Prefer python or javascript over golang if you are trying to pick one generic language to use for interview coding tests. Often companies are not ready to accommodate golang currently.
Happy Friday everyone!
Learning a whole lot of NodeJS. Normally just do front-end things but its been cool having pre-existing javascript knowledge transfer over to this as well.
What is best software for Web development right