DEV Community

Michael Tharrington for CodeNewbie

Posted on

What you learning about this weekend?

Hey folks 👋

What y'all learning about 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.

Learn at your own pace!

2 cartoons racing neck & neck while reading books at the same time.

Top comments (15)

Collapse
 
andersbjorkland profile image
Anders Björkland

Hello all! 👋

I've learned a new tool for creating Entity Relationship Diagrams. It's called Database Markup Language. I like it a bit better than a previous tool that were more drag and drop. But I can't really say why I like this more 🤷‍♂️

I will be learning a bunch about Elixir and Phoenix as I set out to build a web application using the entities that I've just put into a diagram 😁

Collapse
 
bhendi profile image
Jyothikrishna

Found this awesome tool named unlighthouse which simplified auditing my website for seo and accessibility. It runs a lighthouse audit on every route and displays the results.

Collapse
 
danbailey profile image
Dan Bailey

Microsoft Azure. Studying for my AZ-104 certification and doing some environment setup for a larger project that my girlfriend and I are working on.

Working on some stuff with the REST API in Wordpress for my personal site.

A little bit of Python, too.

Collapse
 
prsaya profile image
Prasad Saya

I purchased a paper copy of the "C Programming Language (Second Edition)" by Brian Kernighan and Dennis Ritche. I first learned C programming (along with Unix) in the year 1991. After that, I never got a chance to use it much. Now, I am reading and trying some code from the new book, for fun, etc. The second edition covers the ANSI C.

Collapse
 
renekkr profile image
João vitor carfe

Concurrency Patterns in Golang, Performance, Low level stuff and getting good ideas and expanding my mind 100x by analyzing reviews from Jonathan Blow, Molley Rocket and other programmers like Dave from OOP Rant, and it's always good to always try to find the negative points of anything, literally if you can, try to apply and look for the side negative of everything (when are you studying ok?), ex: X Sucks, Not to X, Worst practices with X, Bad X, stuff like that...

Collapse
 
quocbinhnpm9081 profile image
Louis .Q Cao

Have a nice day.Today I learned about SOLID, Before that I learned OOP. I really don't know what to say but if you don't know SOLID then you don't really understand OOP. After learning about SOLID I feel as if I am a Senior hahaha I am currently a university student preparing for an interview for the position of Fresher .NET

Collapse
 
schbenedikt profile image
Benedikt Schächner

Hello!👋
This weekend I learned how to get started with DEV.to, published the first articles and found out everything interesting about this great forum! I also learned something about Markdown editor to be able to do more with this editor.

Collapse
 
alkafaiz profile image
Faiz Alkautsar

Just tried out Remix today. It offers great features, but I still havent settled on how I feel about the framework, especially considering how robust NextJS is nowadays. Maybe it'll grow on me.

Collapse
 
therful74 profile image
Therful74

I love js!!

Collapse
 
ip2location profile image
IP2Location

Exploring Github's wikis vs readthedocs

Collapse
 
livingtech profile image
Martin Grider

Continuing to dive into the visionOS docs! 😍

Collapse
 
kurealnum profile image
Oscar

I'm almost finished with my course on the design and analysis of algorithms! I have one more assignment on binary trees (I think), and then I'm done!

Collapse
 
brnms profile image
Bruno Santos

Been practicing layouting with HTML, CSS (with SCSS) and vanilla JS lately, taking a break from frameworks and new stuff for a while

Collapse
 
europeanplaice profile image
Tomohiro Endo

Although it's as not popular as other languages, I'm learning Prolog🙋. I find it's fun to write codes and has benefits for various fields such as business modeling👺

Collapse
 
aaronplate profile image
Aaron Nuñez

In last month I am implementing Storybook with support for web and mobile using react-native.