There is countless tools, frameworks, and languages available out there, share with me what are you currently learning or what you wanna learn in the future i'd love to know what the community has to learn
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (124)
I'm learning Rust, after JS/TS thats is really promising language.
What do you plan on doing with it ?
command line tools, backend, maybe try some front end solution too. But already try solve few coding challenge on codewars as first learning curve.
I have been playing around with Tauri and I like it so far. You can make desktop apps with it, just like Electron but without shipping Chrome. Could be nice if you want to play with JS/TS and Rust together.
Yeah trying a new technologie is always fun and helpful
Do you have any recommendations/resources for learning how to use the Windows CMD prompt utility like a pro ? Really need to become a power user for that tool lol
I do not, sorry, because I mostly use Mac and Linux. Those can be quite similar, but are very different from Windows. It is a useful skill though. Just start using it more and take small steps.
I am learning English and css :)
That's good, good luck
thanks!
Best of luck! Are you learning CSS on your own, or through a course?
I learned css through the course video, then read the documentation to learn
Css can be a bit hard i struggle with it 😅,good luck
encourage together :)
Yeah 😎
If it was easy, it wouldn't be worth doing! Learning CSS is a power move, and wildly useful. I believe in you both!
Lol my, being encouraging. 😁
I'm trying to learn things like node/react/next/whatever, but it's a painful process because 99% of tutorials and official documentation are out of date within minutes of publishing and flat-out don't work.
In other environments that wouldn't be too tricky to solve, but every single tool in this one is a rabbit hole of things you are constantly told not to worry about, just paste this into some config file which isn't mentioned anywhere else, then it'll work... and usually it does nothing.
I need another coffee.
You have a point, but the informations on the docs are always fresh you should stick with it
beta.reactjs.org/learn
I’m also learning how to perfect my Emacs setup. I’m relatively new to the ecosystem, but I’m finding Doom Emacs a very fun and rewarding framework. I’m using workspaces to quickly jump between different projects in different languages - Python, JavaScript, Scala, Go, and my personal notes on its own workspace too.
Good luck
I am beginner web-developer , learning javascript and mongodb
Make sure you learn DOM manipulation with JavaScript really well before you move on to frameworks like React. I struggled with frameworks more than I should have until I went backwards and learned some of the basics that had been skipped in learning path.
React is a great tool, and you should learn it, but not before you know how to work without it to a decent degree.
Good and also learn express and react and do some cool projects with them
I’m currently learning Swift.
So you doing ios development ?
yep
Good luck
thanks!
I started learning Next.js to use for my portfolio project. I want to build a portfolio site and since Next.js is quite useful for static pages and I already use React at work, I thought it would be great to learn in my free time!
Yeah always good learning something new
I'm coming from a primarily Vue.js background, so I decided to learn Svelte and SvelteKit. In some ways, Vue and Svelte are very similar but it's been interesting to see how their methodologies differ.
Good luck
Currently learning Next.js.
I have fimiliarzed myself with full stack Next.js ecosystem. Now I will build a few applications to understand it even more.
Great, keep up the good work
thanks :)
I’ve been focusing a lot on iOS Development with SwiftUI, but mainly the Swift language as a whole. It’s been nice to get away from web development.
I am really enjoying the Swift language as a whole and really like how it is designed for the most part. Believe it has some features that other languages should be looking at to solve common issues with the language.
Yeah that's a good experience, keep up the great work!