TechCodecPawx

joined 1 year ago
[–] TechCodecPawx@programming.dev 1 points 6 months ago

Here’s the link that allows you to read for free (a.k.a Medium’s Friend Link)… https://medium.com/@patalcala/finding-the-right-javascript-frontend-framework-for-you-c6a633e1bd1a?sk=603bf61462db81b61edeb5978ebd0c08

I also updated the link of the post

[–] TechCodecPawx@programming.dev 3 points 6 months ago (1 children)

Here’s the link that allows you to read for free (a.k.a Medium’s Friend Link)… https://medium.com/@patalcala/finding-the-right-javascript-frontend-framework-for-you-c6a633e1bd1a?sk=603bf61462db81b61edeb5978ebd0c08

I also updated the link of the post

[–] TechCodecPawx@programming.dev 1 points 10 months ago

The Distros mentioned in the article are meant to be used without changing anything else..

If you meant Arch, I agree with your concern. But Arch isn't designed for beginners in the first place. It was designed to be built.

Any operating system would break if you tinking too much about how it was built. In Windows, if you mess with regedit too much, it'll start to misbehave or worse, Blue Screen..

[–] TechCodecPawx@programming.dev 3 points 10 months ago (1 children)

Depends on the perspective..

 
 
 
 
 
 
 

Start by exploring Linux Mint or ZorinOS.. Both are optimized to feel like Windows.. You can watch YouTube videos about them to understand what I mean

[–] TechCodecPawx@programming.dev 9 points 1 year ago (1 children)

I'll admit, it was a typo.. But if that makes it savage, then I'll leave it

[–] TechCodecPawx@programming.dev 2 points 1 year ago* (last edited 1 year ago)

The meme was not about bad or good.. It's about Colors (CSS = Barbie), and Complexity (JS = Oppenheimer)

[–] TechCodecPawx@programming.dev 14 points 1 year ago* (last edited 1 year ago) (1 children)

In HTML:

div class="hands">

In CSS:

.hands

A dot in CSS means you're referring to an HTML Class. Note that this is different from the OOP Class in scripting languages. Think of HTML classes as classrooms. You can have multiple divs with the same class name, each will be affected when you style that class name. Just like students follow the same rule when applied to a classroom.

In some specific instances, ID is used instead of class. # is used in CSS instead of a dot. The only difference is that in ID, each element should have a unique ID.

div id="right-arm"

CSS: #right-arm

No.. My bad.. Normally I use PostCSS

[–] TechCodecPawx@programming.dev 2 points 1 year ago (1 children)

Looks like it's too late.. But I don't think it's a good idea either.. Beta version sometimes crashes, imagine that in the middle of your work, the IDE suddenly crashes, or worse, it didn't save your work.. I did consider downloading the crack version from torrent sites, but it didn't have the latest version.. I wanted the latest features and support for Vue and Typescript..

I'm no longer a student, and I have no open-source project of my own.. So, I don't think I can convince them to give discounts.. It looks like I have no choice but to buy at full price..

Shame.. Maybe I should re-enroll myself at a University?? I'm kidding.. Looks like I have no choice but to purchase their monthly sub, but I'm still comparing my experience with it with what I'm used to with VSCodium.. but so far, I'm in its favor..

That's understandable.. Text Editors are a great choice for any language, IDEs are only good for specific language.. If your team needs an IDE, here's a list: https://www.simplilearn.com/tutorials/python-tutorial/python-ide

And VSCode is one on the list, it's considered an IDE with the right plugins.. But for me, I use Javascript on the frontend and got curious about Webstorm.. But I will still continue using VSCode/VSCodium for other languages..

view more: next ›