DEV Community

What technologies are you currently learning ?

hacker4world on May 06, 2022

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

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

Collapse
 
norflin321 profile image
norflin

remix.run

Collapse
 
hacker4world profile image
hacker4world

Interesting, have fun.

Collapse
 
ivaantorres profile image
Iván Torres García

Right now I'm working on my final project which consist in a full stack rral time chat app.
I'm learning TS, Docker and Actions (CI/CD), VueJS 3, Vitest, Cypress and a bit of Socket IO :))))

Collapse
 
hacker4world profile image
hacker4world

good stuff

Collapse
 
jaecktec profile image
Constantin

Aws app sync

Collapse
 
hacker4world profile image
hacker4world

Cool

Collapse
 
sumitbishti profile image
Sumit Bisht

Entering into Blockchain and web3 domain. But dont know much about it!

Collapse
 
hacker4world profile image
hacker4world

That's an interesting domain nowadays i hope you find good resources.

Collapse
 
sumitbishti profile image
Sumit Bisht

That's exactly why i commented it out here!

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
 
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
 
dumboprogrammer profile image
Tawhid

Smali,HLSL,GLSL,Vulkan

Collapse
 
hacker4world profile image
hacker4world

cool

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
 
abdelrahmanreda profile image
Abdelrahman Reda

VueJs and JS

Collapse
 
hacker4world profile image
hacker4world

Good luck

Collapse
 
omrubiks profile image
Om Bhamare

C++(unreal), C#(unity)

Collapse
 
hacker4world profile image
hacker4world

Game dev ? Great

Collapse
 
julianesouza profile image
Juliane Souza

I am currently revisiting Python and learning Flask

Collapse
 
hacker4world profile image
hacker4world

nice, ever tried django ?

Collapse
 
julianesouza profile image
Juliane Souza

I started a project, a word count web app, with Django once but just got the very basic of it and put it on hold, but I’ll get back to it for sure!

Thread Thread
 
hacker4world profile image
hacker4world

Yeah django is a really good framework if you're into python you should learn it, checkout FastApi too

Collapse
 
rohitraje786 profile image
Rohit Patil

I am currently learning Blockchain and React Native.

Collapse
 
hacker4world profile image
hacker4world

interesting

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
 
skylersaville profile image
Skyler Saville

Currently learning React (been using Vue for 4+ years) for front end, also learning Go for backend.

Collapse
 
hacker4world profile image
hacker4world

awesome, good luck

Collapse
 
agiksetiawan profile image
Agik Setiawan

Web3, Smart Contract, Computer Vision

Collapse
 
hacker4world profile image
hacker4world

Interesting stuff, good luck

Collapse
 
mnd profile image
MNDSE

I am learning React currently. Will move to node.js after. How about you?

Collapse
 
hacker4world profile image
hacker4world

I am training on supabase now, if i master it i will be making serious apps with it

Collapse
 
mnd profile image
MNDSE

Rock it my G

Thread Thread
 
hacker4world profile image
hacker4world

Will do!

Collapse
 
frankiefab100 profile image
Franklin Ohaegbulam

I'm learning ReactJS

Collapse
 
hacker4world profile image
hacker4world

An awesome choice bro, good luck

Collapse
 
tmchuynh profile image
Tina Huynh

Currently learning PyTorch 😀

Collapse
 
hacker4world profile image
hacker4world

Interesting, keep learning

Collapse
 
dharanr profile image
Dharan

A java developer learning Django 😄

Collapse
 
hacker4world profile image
hacker4world

I hope you like it

Collapse
 
mohammed_alfadhel_2022 profile image
Mohammed Alfadhel

C# .net / WCF these days.

Collapse
 
hacker4world profile image
hacker4world

Good luck

Collapse
 
deantarisai profile image
Dean Tarisai

Currently learning Tailwind CSS and ReactJS. Hoping to start following up on Flutter (it seems to be getting a lot of hype right now). Which other framework(s) would spice up my frontend stack?

Collapse
 
hacker4world profile image
hacker4world

you can also learn Nextjs after learning react and add typescript to the mix to improve your code reliability.

Collapse
 
evandromonteiro profile image
EvandroMonteiro

I'm learning JS, TS, React, Nest.js, Next.js, Node.js

Collapse
 
hacker4world profile image
hacker4world

Cool

Collapse
 
wetndusty profile image
wetndusty

Metaprogramming

Collapse
 
hacker4world profile image
hacker4world

Awesome, good luck

Collapse
 
rohanpatankar926 profile image
Rohan Patankar

Iam currently implementing end ro end AI/ML applications using mlops for ci+cd+ct and also learning dsa and other technologies as well

Collapse
 
hacker4world profile image
hacker4world

Rock it

Collapse
 
nurislam7e7 profile image
NurIslam7e7

JavaScript

Collapse
 
hacker4world profile image
hacker4world

Always a good choice learning it, good luck

Collapse
 
kuetabby profile image
Ivan

currently im learning nodejs and graphql 😊

Collapse
 
hacker4world profile image
hacker4world

Have fun

Collapse
 
laskydev profile image
Eduardo Fortuna

I'm learn Enlgish and Nest.js, actually work in Next.js (i'm frontend) this has a backend solution with serverless functions but i want to learn a stricted backend framework

Collapse
 
hacker4world profile image
hacker4world

Good luck

Collapse
 
apjo profile image
Aniket Joshi

I am learning about AWS Glue(with this learning about using Jupyter notebooks and PySpark), and AWS Lambda(including node.js)

Collapse
 
hacker4world profile image
hacker4world

Good stuff

Collapse
 
mehdi__latif profile image
mehdi latif

js

Collapse
 
hacker4world profile image
hacker4world

good

Collapse
 
nikitakoselev profile image
Nikita Koselev

a mix of: DPE (developer productivity engineering), Gradle, Golang, AWS

Collapse
 
hacker4world profile image
hacker4world

Awesome, good luck

Collapse
 
long25vn profile image
Seventy Nine

i"m learning English

Collapse
 
hacker4world profile image
hacker4world

Yeah english is helpful in tech