DEV Community

hacker4world
hacker4world

Posted on

What technologies are you currently learning ?

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

Top comments (124)

Collapse
 
pengeszikra profile image
Peter Vivo

I'm learning Rust, after JS/TS thats is really promising language.

Collapse
 
hacker4world profile image
hacker4world

What do you plan on doing with it ?

Collapse
 
pengeszikra profile image
Peter Vivo

command line tools, backend, maybe try some front end solution too. But already try solve few coding challenge on codewars as first learning curve.

Thread Thread
 
timetc profile image
Tim etc.

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.

Thread Thread
 
hacker4world profile image
hacker4world

Yeah trying a new technologie is always fun and helpful

 
deantarisai profile image
Dean Tarisai

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

Thread Thread
 
timetc profile image
Tim etc.

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.

Collapse
 
moopet profile image
Ben Sinclair

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.

Collapse
 
hacker4world profile image
hacker4world

You have a point, but the informations on the docs are always fresh you should stick with it

Collapse
 
aashionic profile image
Aashish Adhikari
Collapse
 
toulthg profile image
灰色の果实

I am learning English and css :)

Collapse
 
hacker4world profile image
hacker4world

That's good, good luck

Collapse
 
toulthg profile image
灰色の果实

thanks!

Collapse
 
parenttobias profile image
Toby Parent

Best of luck! Are you learning CSS on your own, or through a course?

Collapse
 
toulthg profile image
灰色の果实

I learned css through the course video, then read the documentation to learn

Thread Thread
 
hacker4world profile image
hacker4world

Css can be a bit hard i struggle with it 😅,good luck

Thread Thread
 
toulthg profile image
灰色の果实

encourage together :)

Thread Thread
 
hacker4world profile image
hacker4world

Yeah 😎

Thread Thread
 
parenttobias profile image
Toby Parent

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. 😁

Collapse
 
jeremyf profile image
Jeremy Friesen

I'm spending time thinking through and writing about my personal workflows. My goal is to continue to extend my editor to help me connect my various bits of knowledge.

This means writing Emacs functions and writing about my personal knowledge management (PKM) system.

I'm also trying to ever up my SQL skills.

Collapse
 
nickdark profile image
Nicholas Prieto

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.

Collapse
 
hacker4world profile image
hacker4world

Good luck

Collapse
 
hacker4world profile image
hacker4world

Yeah improving your editor is always a brilliant idea and that can boost your productivity by a lot, keep up the good work!

Collapse
 
sreeraj6 profile image
SREERAJ R

I am beginner web-developer , learning javascript and mongodb

Collapse
 
drwrongmo profile image
Jon Wright

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.

Collapse
 
hacker4world profile image
hacker4world

Good and also learn express and react and do some cool projects with them

Collapse
 
vulcanwm profile image
Medea • Edited

I’m currently learning Swift.

Collapse
 
hacker4world profile image
hacker4world

So you doing ios development ?

Collapse
 
vulcanwm profile image
Medea

yep

Thread Thread
 
hacker4world profile image
hacker4world

Good luck

Thread Thread
 
vulcanwm profile image
Medea

thanks!

Collapse
 
fish1 profile image
Jacob Enders

I've been reading through some data structures and algorithm text books. I've been learning golang along side reading the book, doing the example problems in golang, and doing leetcodes in golang.

It's a really nice and enjoyable language so far.

Collapse
 
hacker4world profile image
hacker4world

It is really fun, i plan to dive into it in the future

Collapse
 
clumsycoder profile image
Kaushal Joshi

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.

Collapse
 
hacker4world profile image
hacker4world

Great, keep up the good work

Collapse
 
clumsycoder profile image
Kaushal Joshi

thanks :)

Collapse
 
micahlt profile image
Micah Lindley

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.

Collapse
 
hacker4world profile image
hacker4world

Good luck

Collapse
 
evomatic profile image
Evan Trujillo

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!

Collapse
 
hacker4world profile image
hacker4world

Yeah always good learning something new

Collapse
 
drwrongmo profile image
Jon Wright

I'm learning MySQL and PostgreSQL. I've only worked with MongoDB in the past.

That said, learning SQL properly makes me realize that there are knowledge gaps with my MongoDB. Not that Coding Bootcamps are bad, but they don't make you job ready. The should stop advertising that. I think they give you the tools to go start learning on your own, which is an important skill. But at least the one I went through did not make me job ready. I feel more job ready now, but that took a lot more effort on my part after the Bootcamp.

Collapse
 
hacker4world profile image
hacker4world

Yeah a lot of bootcamps claim that, good job you made it on your own

Collapse
 
optimbro profile image
Rahul

Go - as I want to make some CLI binaries, I tried with nexe, pkg but there were too big in size. Also, I am interested in a project called wails (a go project to make desktop apps) so let's see how it goes.

Collapse
 
hacker4world profile image
hacker4world

Good luck and have then

Collapse
 
twigman08 profile image
Chad Smith

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.

Collapse
 
hacker4world profile image
hacker4world

Yeah that's a good experience, keep up the great work!

Collapse
 
faisalamin001 profile image
Faisal Amin

I learnt React ,now I'm building projects in it, might learn Next.js in near future.
The reason I write "might" coz I rarely see Next.js in Front-end job descriptions.
What do you think ?

Collapse
 
odysseaspapadimas profile image
Odysseas Papadimas • Edited

I've switched to Next.js for a while now and I am never going back. Personally I think it's only gonna get more popular but it's just so amazing I don't even care.
Also it's based on React so I'm pretty sure the knowledge you gain transfers

Collapse
 
hacker4world profile image
hacker4world

yeah if you know react, nextjs is not hard at all

Collapse
 
hacker4world profile image
hacker4world

I think Next.js is necessary to learn because it improves seo and app performance, if you gonna built a production app with react then nextjs is necessary

Collapse
 
andrewbaisden profile image
Andrew Baisden

I need to get back up to speed with Python, C#, SQL and GraphQL.

Collapse
 
hacker4world profile image
hacker4world

Do you have a project to do with them ?

Collapse
 
andrewbaisden profile image
Andrew Baisden

Well at work i'm using SQL and GraphQL in one project. As for Python and C# its more for my own personal development because I would like to maintain 3 technical stacks.

JavaScript, Python and C#.

Thread Thread
 
hacker4world profile image
hacker4world

Yeah good, keep learning