Ivanka Todorova

39 Followers
32 Following
39 Posts
โœจ dev from ๐Ÿ‡ง๐Ÿ‡ฌ | compsci student ๐ŸŽ“
Abouthttps://itodorova.dev
Githubhttps://github.com/fakeheal

self-closing tags are also dead

<br> - removed. nobody uses this for an actual "break". you're using it to fix spacing because you forgot how margin works

<hr> - removed. has never once in the history of the web rendered the way you expected it to

<img> - replaced with <prompt>. the browser generates images on the fly based on user preferences. no more serving 4MB hero images of stock photo handshakes

submitting to W3C next week

๐Ÿ‘๐Ÿ‘๐Ÿ‘

new proposal: move attributes to the closing tag

<div class="flex px-4 py-2 bg-gradient-to-r from-indigo-500 to-pink-500 shadow-lg rounded-xl">
Hello
</div>

becomes:

<div>
Hello
</div class="flex px-4 py-2 bg-gradient-to-r from-indigo-500 to-pink-500 shadow-lg rounded-xl">

you can finally see the content before scrolling past 300 chars of tailwind therapy

side effect: browsers parse bottom-to-top now. the entire internet breaks. worth it

#webdev #shitpost

Just listened to an awesome podcast with @karl_zylinski and felt inspired to dive back into my hobby project. Picked up the Odin book and started porting my code from Cโ€”itโ€™s amazing how those little (and notโ€‘soโ€‘little) QoL features make everything so much cleaner and more fun to write!

Especially loving the `using` feature in structs!

#gamedev #odin #raylib

TIL: array_flip(): Can only flip STRING and INTEGER values!

#php #til

What's your favourite MUD client?

#MUD #RPG #TextBasedAdventure

With the newest #iOS you can set schedule for the goals natively.

Pretty happy about it!

Some days be like:

> $ oho artisan [...]

#joke #php #laravel

#Google has closed my #GooglePlay Developer account "to protect the safety of app users" due to inactivity.

I did not have any apps published on the market. I used it to share apps I created for friends and family few years ago.

Now, I cannot use the same Google account for developing/publishing apps.

Not that I want to (right now), but it seems kind of... weird. To have to create a separate Google account just to manage Google Play apps, not to mention having to pay the fee again.

#rant

Is it possible to change the Fitness app rings goals programatically?

I really want to set some kind of a "schedule" for those goals, the Move ring in particular.

#ios #iosdev

Every time someone says they use vim to write code in any language, I just assume they use it, just because they've opened it some time in the past and haven't been able to exit it so far.

#joke #vim