DEV Community

Cover image for What you learning about this weekend?
Michael Tharrington for CodeNewbie

Posted on

What you learning about this weekend?

Hey folks ๐Ÿ‘‹

What ya 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.

Have a wonderful weekend! Keep on learning, but make sure to take your time and take breaks, so you don't get too burnt out on this stuff... it'll be here for ya when you return!

A short clip from the opening credits to Rocko's Modern Life... some large hands open Rocko's head up like a trash receptacle, and shove a giant textbook with the word "knowledge" into his cranium. His whole head expands as if it's over-stuffed.

Top comments (25)

Collapse
 
mugultum profile image
Silvester

I am horning my skills in web scraping using python; specifically BeautifulSoup and requests libraries ๐Ÿ˜ƒ

Collapse
 
sc0v0ne profile image
sc0v0ne

Is it difficult to scrape nowadays? With so many blocks

Collapse
 
mugultum profile image
Silvester

It is challenging. There are many blocks when trying to scrape these big ecommerce/real-estate websites

Collapse
 
pavelee profile image
Paweล‚ Ciosek

Learning about cache in Next.js ๐Ÿซฃ๐Ÿ˜…

Collapse
 
lucgagan profile image
Luc Gagan

Been learning how to use OpenAI to run Playwright tests.

ray.run/blog/auto-playwright

So far it has been going really well!

Collapse
 
opensourcee profile image
OpenSource

Team Topologies!

Team Topologies

Collapse
 
jordantylerburchett profile image
Jordan Tyler Burchett

Still working on RefreshOS

dev.to/jordantylerburchett/refresh...

Collapse
 
thaisavieira profile image
Thaรญsa Vieira

This weekend I'm reviewing git fundamentals and starting CSS intermediate level.

Collapse
 
sc0v0ne profile image
sc0v0ne

That book very good to review git. Controlando versรตes com Git e GitHub

Collapse
 
piko profile image
Piko

Fractals!

Collapse
 
michaeltharrington profile image
Michael Tharrington • Edited

Fascinating! I've seen fractal patterns and love them.

beautiful fractal pattern

Are you working with fractals in a visual design sorta way or can they be used logically in an application? Non-dev speaking here, so pardon my ignorance. I'm just imagining an infinitely repeating pattern having the potential to be used for something beyond looking awesome... which hey, it definitely looks awesome. I know there are very special mathematical properties to fractals, but I don't know much beyond that.

Collapse
 
montyharper profile image
Monty Harper

Hey, Michael & Piko, I know a little about fractals from my mathematics background. A fractal is a shape with a fractional dimension. Whereas a line fills one dimension and a plane fills two dimensions, a fractal is infinite and takes up an infinite amount of space in a sense, but doesn't fill the entire dimension it's embedded in. So for example the one you posted there takes up part of a plane, but not the whole plane, since it's lacy and leaves a lot of fancy gaps and holes (typically only the points colored black are actually part of the fractal). So its dimension is a number somewhere between 1 and 2. That number is independent of scale, so no matter what small piece of the plane you look at, the fractal takes up that same proportion of the available space. In other words no matter how far you zoom in, you'll see the same level of detail. Fractals are generated by iterative processes and display certain properties, such as repetition of similar structures at vastly different scales. Anyhow, I think your gif is part of the Mandelbrot Set. That's something on my list of apps to make - an app that teaches about the Mandelbrot Set. It's mind-blowing how simple it is to generate, compared with the complexity of the resulting shape. Endlessly fascinating.

Thread Thread
 
michaeltharrington profile image
Michael Tharrington

Wow, thanks for this detailed explanation, Monty! This is helping me to understand.

Also, cool idea around creating the app that teaches about the Mandelbrot Set... I'd love to check that out!

Collapse
 
piko profile image
Piko

Thank you! Yeah fractals are super fascinating!

Recently, I have been interested in taking mathematical concepts and using them to create visuals and designs with code. It has been a fun adventure, my most recent interest has been trying to create something with fractals or rather writing recursive functions to create designs. 2 days ago I made a fractal tree with the Canvas html element [In the gif it is the element with the black background]. Today, I started playing with SVG + JS to make a fractal tree. It has been mega fun! [an example is the tree with the white background].

Image description

Thread Thread
 
michaeltharrington profile image
Michael Tharrington

Super cool, Piko! Loving the looks of the fractal tree you created... especially the colorful one, haha. This could probably make for a pretty cool music visualizer.

Collapse
 
lowla profile image
Laureline Paris

Digging into SQL

Collapse
 
anitaolsen profile image
Anita Olsen*ยฐโ€ข.ยธโ˜†

I am getting to know my recently acquired TEC REDSHIFT player in Exapunks so I can make games with it and reading my new zine, The Games Issue, as well โœจ

Collapse
 
balagmadhu profile image
Bala Madhusoodhanan

Managed to couple of product comparisons . long hours but was amazing to play around and dev.to blog to follow
compare

Collapse
 
michaeltharrington profile image
Michael Tharrington

First off, props for the wrestling GIF, Bala. ๐Ÿ‘Š (and in case you missed my Mankind costume, check it out...)

As for the product comparisons, what were ya comparing? Anyway, I hope DEV was a good resource for ya as ya were testing out those new tools.

Also, I enjoyed your Wubba Lubba Code... post... good stuff on the Rick and Morty analogies. ๐Ÿ™‚

Collapse
 
websilvercraft profile image
websilvercraft • Edited

I'm trying to add a way to generate simple html pages on blank html using handlebars framework. So I' reading mostly about handlebars.

Collapse
 
zimmadwaraich profile image
zimmad waraich

this week I am trying to complete the project that I have started a month ago(beginner's project).
Its in reactjs and python django in backend.

suggest me anything

Collapse
 
flutterbaby profile image
Melody

I'm learning Flutter!

Collapse
 
montyharper profile image
Monty Harper

This weekend I learned that child views should be "dumb" or in other words, I'm learning about VMVM structure. I posted about it here on Dev.

Collapse
 
sc0v0ne profile image
sc0v0ne

Learning about Image Classification, use Keras Documentation !!!!!!!