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

Oldest comments (124)

Collapse
 
ben profile image
Ben Halpern

I've been learning about ML text classification lately — really fun to build a model and see it work!

Collapse
 
hacker4world profile image
hacker4world

ML and what you can do with it is always interesting, you plan on learning other things related to ML ?

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
 
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
 
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
 
maybe_thiswilldo profile image
Maybe_ThisWillDO

I'm a returning beginner web developer relearning html and css to build a strong foundation that I haven't in the past.

Collapse
 
hacker4world profile image
hacker4world

Good luck bro

Collapse
 
lico profile image
SeongKuk Han

Go lang.
Fast, simple, consistency of format,
Cool

Collapse
 
hacker4world profile image
hacker4world

Yeah always a good choice for a programming language

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
 
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
 
tmchuynh profile image
Tina Huynh

Currently learning PyTorch 😀

Collapse
 
hacker4world profile image
hacker4world

Interesting, keep learning

Collapse
 
sreeraj6 profile image
SREERAJ R

I am beginner web-developer , learning javascript and mongodb

Collapse
 
hacker4world profile image
hacker4world

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

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
 
agiksetiawan profile image
Agik Setiawan

Web3, Smart Contract, Computer Vision

Collapse
 
hacker4world profile image
hacker4world

Interesting stuff, good luck

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
 
long25vn profile image
Seventy Nine

i"m learning English

Collapse
 
hacker4world profile image
hacker4world

Yeah english is helpful in tech

Collapse
 
gokturks7c profile image
Göktürk Sığırtmaç

For backend -> Golang
For Datascience -> Python

Collapse
 
hacker4world profile image
hacker4world

Good luck bro

Collapse
 
gokturks7c profile image
Göktürk Sığırtmaç

Thanks

Collapse
 
henrikvtcodes profile image
Henrik VT

I’m currently working on learning more backend concepts with Java/Springboot and also just NestJS

Collapse
 
hacker4world profile image
hacker4world

Oh great stuff, make sure you follow amigoscode on youtube he teaches java and spring boot and check freecodecamp for nestjs

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