digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

845
active users

#frontenddev

1 post1 participant0 posts today

We’re currently building a bunch of websites with @craftcms and may need freelance frontend dev support over the coming weeks/months.

Your profile:
- Solid Craft + Twig + Tailwind + A11y knowledge
- Turn Figma designs into responsive frontend code
- Timezone somewhat compatible with London/Berlin

Sample repo from current project: github.com/prototypefund/ptf-s

Reply here or to hello@village.one with your availability, day rate and experience. Thanks! 🙌 #CraftCMS #Tailwind #FrontendDev #FreelanceDev

GitHubGitHub - prototypefund/ptf-site: The new website for the Prototype Fund from 2025, based on Craft CMS.The new website for the Prototype Fund from 2025, based on Craft CMS. - prototypefund/ptf-site

Speakers of English (traditional) rejoice, for I have fixed CSS. You can sleep easy knowing that there exists an easy way to permit writing ‘colour’ as ‘colour’.

BritCSS is a simple bit of client-side JS that permits using English spellings.

https://github.com/DeclanChidlow/BritCSS

GitHubGitHub - DeclanChidlow/BritCSS: Fixes CSS to use non-bastardised spellings.Fixes CSS to use non-bastardised spellings. Contribute to DeclanChidlow/BritCSS development by creating an account on GitHub.

Hey Fediverse!

🚀 We are looking for passionate developers to join our cybersecurity startup!

Are you ready to shake up the cybersecurity world with us? We are an ambitious team with a clear mission: to redefine security in the increasingly complex digital supply chain. For our next steps, we are looking for you!

<del>We are hiring:</del>

<del>💻 Python Backend Developers</del>

- Experience with FastAPI
- Dev(Sec)Ops expertise (AWS, CI/CD, automation)
- Proficiency in SQL databases and Elasticsearch
- Cybersecurity know-how is a plus

<del>🖥️ Frontend Developers</del>

- Experience with React or Next.js
- Focus on performance and user-friendliness

<del>🎨 UI/UX Designers</del>

- Passion for intuitive and visually appealing designs
- Experience in prototyping and usability testing

<del>🤖 AI Developers / Data Scientists</del>

- Expertise in machine learning and data analysis
- Cybersecurity know-how is a plus
- Experience with modern frameworks and tools

About us:

🌍 We are based in Germany but founded in the USA. We aim to establish a global presence. Currently, our time zones should not differ by more than +/- 2 hours. Fully remote, of course.

📧 Interested?

Drop us a message at:
hr@exodoslabs.com

Feel free to share this post with your network!

<b>UPDATE: we got a whole bunch of incredible people and got our team together. Thanks for sharing!</b>

#python#job#jobs

Hey Fediverse!

🚀 Wir suchen leidenschaftliche Entwickler:innen für unser Cybersecurity-Startup!

Du bist bereit, die Cybersecurity-Welt mit uns aufzumischen? Wir sind ein ambitioniertes Team mit einem klaren Ziel: Sicherheit in einer immer komplexeren digitalen Welt der Supply Chain neu zu definieren. Für unsere nächsten Schritte suchen wir dich!

Wir suchen:

💻 **Python Backend Entwickler:innen**

- Erfahrung mit **FastAPI**
- **Dev(Sec)Ops Know-how** (AWS, CI/CD, Automatisierung)
- Expertise in **SQL** Datenbanken, **Elasticsearch**
- Cybersecurity KnowHow nice-to-have

🖥️ **Frontend Entwickler:innen**

- Erfahrung mit **React** bzw. **Next.js**
- Fokus auf Performance und Benutzerfreundlichkeit

🎨 **UI/UX Designer:innen**

- Leidenschaft für intuitive und visuell ansprechende Designs
- Erfahrung in Prototyping und Usability Testing

🤖 **AI Entwickler:innen / Data Scientists**

- Kenntnisse in **Machine Learning**, **Datenanalyse**
- Cybersecurity KnowHow nice-to-have
- Erfahrung mit aktuellen Frameworks und Tools

Über uns:

🌍 Wir arbeiten von Deutschland aus, haben aber in den USA gegründet. Wir möchten uns global aufstellen. Aktuell sollten sich unsere Zeitzonen aber maximal +/- 2 Stunden unterscheiden. Natürlich all-remote.

📧 Interessiert?

Dann schreib uns eine Nachricht.
hr@exodoslabs.com

Teile diesen Beitrag auch gerne mit deinem Netzwerk!

UPDATE:
Weil's mit Markdown/HTML nicht klappt, würde ich den Post gerne hiermit "aktualisieren".
Wir haben ganz viele tolle Lebensläufe von tollen Menschen bekommen und unser Team zusammengestellt! Vielen Dank für's Teilen :-).

#python#job#jobs

Alright, CSS challenge: why do scrollable elements cause Grid "blowouts"?

Nest a scrollable component within a Grid layout, & often the overflow value is ignored, causing the Grid to stretch and child elements to "break out".

Min. repro (toggle the commented `display: grid`): codepen.io/theadhocracy/pen/oN

Anyone know *why* this happens? Any fixes that can be applied to the scroll element, specifically? How do you handle this kind of thing in a component-based codebase?

codepen.ioCSS Grid Blowout...

Thinking about giving Vue a shot for a new app project after about 10 years using React professionally.

To those who have used both: How does the developer experience between the two compare?

My hope is to reduce bloat and overhead in my app development workflow as much as possible.

#vue#vuejs#react