DEV Community

Michael Tharrington for CodeNewbie

Posted on

What you learning about this weekend?

Howdy! 🤠

What y'all learning on this weekend?

Whether you're sharpening your JS skills, making PRs to your OSS repo of choice 😉, sprucing up your portfolio, or writing a new post here on DEV, we'd like to hear about it.

Whatever ya do, remember to take breaks and treat yourself for working so dang hard!

A cartoon woman bites her tongue and taps away at the keyboard while deep in thought.

Top comments (22)

Collapse
 
darkterminal profile image
Imam Ali Mustofa

Still learning how to THINK before make an ACTION

Collapse
 
lexiebkm profile image
Alexander B.K.

Resume learning Express and Node.js. For Node, spent time on Events (EventEmitter), Streams, File System and HTTP. All from their documentation.
Resume learning Golang, but had to reread fundamentals again in its documentation.
Spent little time on MongoDB for introductory topics such as view (creating and using); plan to continue on it later.

Collapse
 
alylaxy profile image
João Pedro • Edited

Diving deeper on PHP with Laracasts! I've had enough of AWS trying to learn Cloud for the previous 3 months. My brain needs a break

Collapse
 
lexiebkm profile image
Alexander B.K.

Can you mention some features of PHP you were diving deeper ?

Collapse
 
alylaxy profile image
João Pedro

Routing and code structure is what I'm taking a look at, right now. And yes, I'm a complete beginner to Web Development.

Collapse
 
sanjampreetsingh profile image
Sanjampreet Singh

Working on a react project 😉

Collapse
 
lexiebkm profile image
Alexander B.K.

Do you use Redux for global state management or do you only use useReducer and Context for it ?

Collapse
 
sanjampreetsingh profile image
Sanjampreet Singh

Depends on the use case. In an enterprise app with large streams of data and data is required to be persistent across application, I would prefer redux.

But for a small 2-4 page app with limited data, context api is enough I believe.

Thread Thread
 
lexiebkm profile image
Alexander B.K.

Thank for reply. That makes sense.
And I guess you use Hooks (functional component) instead of Class component, right ?

Thread Thread
 
sanjampreetsingh profile image
Sanjampreet Singh

Yes, functional components are now a recommended one from React team.

Collapse
 
codeystein profile image
codeyStein

APIs (POST)

Collapse
 
abiyyu03 profile image
Abiyyu Cakra

Currently, im learning react native, still stuck because of android sdk configuration

Collapse
 
lexiebkm profile image
Alexander B.K.

I cannot resume my learning on RN, because I cannot upgrade my Node.js to version 16.

Collapse
 
abiyyu03 profile image
Abiyyu Cakra

You may ask RN community about your problem or google it

Thread Thread
 
lexiebkm profile image
Alexander B.K.

The problem is because on Windows, Node version 16 and newer requires Windows 10 or newer. While my laptop specification is not adequate for installing Windows 10. :)

Collapse
 
xvbnm48 profile image
M Fariz Wisnu prananda

learning golang and microservices!

Collapse
 
joseluis11 profile image
Jose Luis Castro

Learning AWS Lambda, Serverless Framework

Collapse
 
cbid2 profile image
Christine Belzie

British English. It's for a docs style guide I'm working on.

Collapse
 
ramanandabhat007 profile image
Ramananda Bhat

Data Structures.

Collapse
 
helmiaddibani profile image
helmiaddibani

Working on my website resume/portfolio and typescript

Collapse
 
yani profile image
Youcefi Mohammed Yassine

Learning how to deploy elasticsearch on kubernetes kind cluster

Collapse
 
alienfoxx profile image
alienfoxx

Js DOM and Objects