mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.4K
active users

#webdevelopment

45 posts31 participants8 posts today

Mastodon 🦣 - can you help me out?

If you can test on actual Safari (not another browser), does codepen.io/thebabydino/pen/Eax look the same for you as it does in my Epiphany screen? Or does the `conic-gradient()` cover the entire area?

Retoots appreciated if you cannot test. Thanks!

PS: Yes, I know it does NOT work in Firefox or Chromium browsers github.com/web-platform-tests/

#CSS#SVG#filter

IT WordPress theme visualmodo.com/theme/it-wordpr for modern technology, startups, and innovative companies. The theme is just as innovative itself to let you build a website with powerful functionality, yet not requiring much time or effort for you. All the features and functionality that any startup needs letting you create a website for your company or innovation industry 📱🖥🔌🛰👨‍💻 #WordPress #theme #template #plugins #tech #startup #business #webdesign #webdevelopment #website

VisualmodoIT WordPress Theme - Tech & Startup Website BuilderIT WordPress theme is the best template for tech solution, startup, software & innovative companies. Build a powerful site that works, fast

If you use Jupyter notebooks often, you’ve probably faced issues like small edits leading to big Git diffs or difficulties reusing code across notebooks. Marimo is a good alternative that tackles these problems. In this article, Akshay, Myles and Dylan explained how Marimo solves these issues.

marimo.io/blog/python-not-json

Reinventing notebooks as reusable Python programs
marimo.ioReinventing notebooks as reusable Python programsDesigning a Python notebook that blends the best parts of interactive computing with the sanity of code

We all know that SELECT * FROM table_name is less efficient than selecting specific columns. The same applies to Django ORM, where you can optimize application performance using defer() and only(). If you want to learn how to use them, check out this article by Nik Tomazic.

testdriven.io/blog/django-quer

A white rectangle displaying the article title, "Django Query Optimization - Defer, Only, and Exclude", and a byline featuring Nik Tomazic.
testdriven.ioDjango Query Optimization - Defer, Only, and ExcludeIn this article, we'll look at the differences between Django QuerySet's defer, only, and exclude methods.