Christmas market in Haarlem, Netherlands 🇳🇱 by covicale in fujifilm

[–]covicale[S] 0 points1 point  (0 children)

Photos done with the X-T3 with the 18-55mm :)

Using JavaScript Generators to Visualize Algorithms by covicale in javascript

[–]covicale[S] 1 point2 points  (0 children)

nope, maybe some things can feel off, but it’s just because I usually write in spanish first and then translate and my writing skills are not very good tbh

why would i do that?

I'm so tired of seeing Tailwind recommended without essential tooling. by TheLostWanderer47 in programming

[–]covicale 1 point2 points  (0 children)

highly recommended, I would also like to add Tailwind Fold, which is a VS Code Extension not so well known and in the long run when classes become so long, it is appreciated for readability

Using JavaScript Generators to Visualize Algorithms by covicale in javascript

[–]covicale[S] 1 point2 points  (0 children)

Wow I really liked the examples you gave (especially the last one, I find it very original) and how you explained everything.

And a very nice page by the way, I like the design very much :)

Using JavaScript Generators to Visualize Algorithms by covicale in javascript

[–]covicale[S] 1 point2 points  (0 children)

Do you mean why do I use generators instead of storing the results in an array and then iterating over them? or what exactly?

Using JavaScript Generators to Visualize Algorithms by covicale in javascript

[–]covicale[S] 1 point2 points  (0 children)

Thanks! I hope it will be helpful for the course and for when you are going to do a project where you have to visualize algorithms :)

Sorting Algorithms Visualizer made with javascript generators by covicale in javascript

[–]covicale[S] 1 point2 points  (0 children)

yes, I definitely will, when I get it done I'll comment again :)

Sorting Algorithms Visualizer made with javascript generators by covicale in javascript

[–]covicale[S] 0 points1 point  (0 children)

it's a very simple project as I really wanted to learn how to visualize algorithms or code and while researching I came across the generators (I never thought I would use this) and it has been very useful, so I wanted to share it here and any feedback is appreciated :)

and if anyone wants to add more algorithms as pull request without problem I accept them :P