Germán Freixinós

3 Followers
118 Following
31 Posts
I'm a Front-of-the-front-end / UI Web Developer from Spain (currently looking for a job ‼️).
Interests: #A11y#Accessibility#CSS ❤️ • #DesignSystems#Frontend#HTML#IntrinsicWebDesign#ProgressiveEnhancement#ResponsiveWebDesign#SemanticWeb#UI#UX#WebAccessibility#WebDesign#WebDev#WebDevelopment#WebStandards
Websitehttps://germanfrelo.dev
GitHubhttps://github.com/germanfrelo
CodePenhttps://codepen.io/germanfrelo
LinkedInhttps://linkedin.com/in/germanfrelo

Great article that perfectly describes how I'm currently experiencing working as a front-end dev. And it has been like this for possibly forever and it might be getting worse.
I can mention my experience and specialist CSS knowledge on a job application, but it's ignored. Nobody reading it cares about my silly CSS stuff. Making me indeed think about how I could gracefully pivot my career towards working with less potentially obsolete front-end frameworks in the future.

https://www.baldurbjarnason.com/2024/the-deskilling-of-web-dev-is-harming-us-all/

The deskilling of web dev is harming the product but, more importantly, it's damaging our health – this is why burnout happens

Web dev at the end of the world, from Hveragerði, Iceland

"CSS isn’t just a complex language, it’s one of the most advanced graphics, layout, and typesetting languages available in computing."

The deskilling of web dev is harming the product but, more importantly, it’s damaging our health – this is why burnout happens

https://www.baldurbjarnason.com/2024/the-deskilling-of-web-dev-is-harming-us-all/

The deskilling of web dev is harming the product but, more importantly, it's damaging our health – this is why burnout happens

Web dev at the end of the world, from Hveragerði, Iceland

I just made my first contribution to the ESLint repository! 😄
#eslint #accessibility #a11y #frontend

https://github.com/eslint/eslint/pull/18329

docs: Fix missing accessible name for scroll-to-top link by germanfrelo · Pull Request #18329 · eslint/eslint

Prerequisites checklist I have read the contributing guidelines. What is the purpose of this pull request? (put an "X" next to an item) [x] Documentation update [ ] Bug fix (template) [ ] New r...

GitHub

7 years after I saw this get demoed by @chriscoyier at #CSSDayConf, WebKit now added support to animate SVG path data from within CSS through the `d` property.

```css
svg:hover path {
d: path("M5,2 Q 8,5 5,8");
}
```

Good to see long-lasting bugs eventually get tackled :)

Bug: https://bugs.webkit.org/show_bug.cgi?id=272447

Demo: https://www.bram.us/2017/06/21/changing-svg-path-data-with-css/ (Chrome and Firefox, soon Safari too)

272447 – [web-animations] add animation support for the `d` property

🌟 NEW TIP 🌟

To find what's overriding the CSS property you wish would apply, filter the list CSS rules, or the list of computed styles.

Find out how: https://devtoolstips.org/tips/en/find-why-css-property-is-overridden/

DevTools Tips

Find why a CSS property is overridden

DevTools Tips
I’m actively looking for a job as a front-end / UI web developer. For more details, please see my profile, where there are links to my LinkedIn profile, GitHub, CodePen, and my website https://germanfrelo.dev.
#opentowork #frontend #frontenddeveloper #jobsearch #css
Germán Freixinós López, front-end web developer

Home page of Germán Freixinós López, front-end web developer.

I’m actively looking for a job as a front-end / UI web developer. For more details, please see my profile, where there are links to my LinkedIn profile, GitHub, CodePen, and my website https://germanfrelo.dev.
#opentowork #frontend #frontenddeveloper #jobsearch #css
Germán Freixinós López, front-end web developer

Home page of Germán Freixinós López, front-end web developer.

Front-end development’s identity crisis
🔗 https://ellyloel.com/blog/front-end-development-s-identity-crisis/
Front-end development’s identity crisis

I’m not a “[full-stack] developer”, regardless of what my last job title says

Elly Loel

🤩 Excited to see these two CSS additions in the Safari Technology Preview 190 release notes:

1️⃣ “Added support for the safe keyword in flexbox properties.”

See this post by @stefan to know why you need this: https://stefanjudis.com/today-i-learned/safe-unsafe-alignment-in-css-flexbox/

2️⃣ “Added support for CSS style container queries.”

@Una has got you covered: https://developer.chrome.com/docs/css-ui/style-queries

Safe/unsafe alignment in CSS flexbox

Safe alignment can prevent data loss in CSS flexbox layouts

Never thought I'd have to say this, but please don't put important info, such as *a list of features* in an `::after` pseudo (with '\A• ' ahead of every "list" item).

Yeah, you create a 1 div card. You also annoy people who may want to select the text of one of the 10+ list items without digging into DevTools.

#HTML #CSS #accessibility #a11y #code #coding #frontend #webDev #webDevelopment