Juan Fernandes
banner
juanfernandes.uk
Juan Fernandes
@juanfernandes.uk
Freelance Web Designer

I’m currently taking bookings for freelance projects in June.

https://www.juanfernandes.uk
Pinned
Hi all, I'm looking to get freelance web design work booked in for the new year.

Leaving permanent employment in favour of self employed work.

#HTML #CSS #JS

Considering large and small jobs.

Portfolio: juanfernandes.uk
Home
Juan Fernandes is a freelance website designer specialising in building bespoke responsive websites for small businesses in the UK
juanfernandes.uk
Oh FFS. I don’t think so!
August 11, 2025 at 4:17 PM
The more I use technology the more I hate it.
August 11, 2025 at 4:13 PM
Tried Vinted to sell an item. Deleted Vinted because it’s a pile of 💩.
May 6, 2025 at 9:46 AM
Long shot, but anyone on here know someone who works on the next.co.uk front end? I have a bug to report.
May 5, 2025 at 2:59 PM
Reposted by Juan Fernandes
Just out of interest, I wondered how much work it would take to create this as a Chrome extension. Turns out: not a lot. I managed to tweak this just a bit and submitted it to the store. So, yeah ... this is now available as an extension!

chromewebstore.google.com/detail/navig...
January 23, 2025 at 11:08 PM
Reposted by Juan Fernandes
Because I've seen this yet again: don't use small %-valued differences between stop positions to fix gradient jagged edges. May look fine on your screen, but not necessarily on others.
#tinyCSStip

❌ DON'T (blurry edge for big background-size, jagged edge for small background-size)
radial-gradient(at 0 100%, #000 69%, #0000 70%)

✅ DO (smooth edge regardless of background-size)
radial-gradient(at 0 100%, #000 calc(70% - 1px), #0000 70%)
January 23, 2025 at 9:15 AM
Reposted by Juan Fernandes
✍️ How I built a versatile rating component with the meter element, SVG, and about 60 lines of CSS. www.mikeaparicio.com/posts/2025-0...
Styling a meter element with CSS and SVG
How to make a fancy rating component.
www.mikeaparicio.com
January 24, 2025 at 12:30 AM
Reposted by Juan Fernandes
👋 Hey there!

📅 I’m available for new client projects starting now!

🛠️ Need a front-end expert to elevate your codebase?
🧐 Looking for guidance on your Design System?
🎨 Need help implementing design tokens for consistency and efficiency?

📧 hire@sturobson.com

🖥️ alwaystwisted.com

🙏🖤
Always Twisted - Design Systems & Front-End Consultant
Hi, I’m Stu Robson, a Design Systems consultant and front-end developer helping teams create scalable, accessible systems that enhance collaboration.
alwaystwisted.com
January 23, 2025 at 12:05 PM
On Monday, whilst parked at a public car park and enjoying a coffee someone reversed into my truck, caused a big dent and left.

Today I got a call from a police officer who witness this but the van driver failed to stop. I now have their licence plate & a witness to pass onto my insurance company
January 22, 2025 at 2:11 PM
Reposted by Juan Fernandes
The TikTok ban, the Musk Twitter takeover, the Facebook moderation policy changes, the Republicans’ rapidly intensifying crackdowns on speech... let these be the proof you needed to move anything you care about online to a space you control.

Digital sovereignty is more important than ever.
January 19, 2025 at 3:02 PM
Reposted by Juan Fernandes
I forget the original source but this is so good. I need a little pocket version that goes in my wallet like a credit card.
January 17, 2025 at 2:16 PM
Reposted by Juan Fernandes
Just scheduled our first 11ty meetup for 2025!

In this episode, @bobmonsour.com is going to talk about how he built his books page and @akashic101.bsky.social will walk through a privacy-first analytics implementation.

Feb 6 - more details at:
11tymeetup.dev

@11ty.dev #11ty
THE Eleventy MeetupWebsiteMastodonWebsiteMastodonWebsiteMastodonWebsiteTwitterNewsletterWebsiteWebsite
<p>Join the Possum Posse to learn more about Eleventy! We're a new virtual meetup all about Eleventy and the tools and skills that support developing on Eleventy.</p><a class='button' href='/#newslett...
11tymeetup.dev
January 15, 2025 at 4:54 PM
Reposted by Juan Fernandes
Would anyone be interested in helping me put together a small "pilot" for a dev education show I want to try to produce?

The ask: I'll send you 3-5 dev topics. You come up with a fun/interesting analogy for each and record the analogy in 1 minute in the highest quality your setup allows
January 15, 2025 at 2:41 PM
Reposted by Juan Fernandes
#tinyCSStip As I just saw this in a '24 tutorial to make an absolutely positioned pseudo extend `8px` outside its parent in all directions.

❌ DON'T 🙀
width: 100%; height: 100%;
left: 50%; top: 50%;
translate: -50% -50%;
padding: 8px

✅ DO 😼 (1 declaration, not 6)
inset: -8px

#CSS
August 24, 2024 at 9:35 PM
Reposted by Juan Fernandes
Follow up!

Just over a week ago I asked you all what the title #DesignEngineer meant to you, and *a lot* of you responded.

I took some time to collate these thoughts, chew on them and provide some resources y'all kindly shared:
Is 2025 the Year of the ‘Design Engineer’?
What is a Design Engineer and is it the right name. Let's explore this role and it's contributions to Design Systems.
zeroheight.com
January 13, 2025 at 3:12 PM
Reposted by Juan Fernandes
New Quick Tip on the YouTube Channel: an Eleventy Image Quickstart!

Learn how to get up and running with Eleventy Image in 2 minutes!
Learn how to Optimize your Web Site’s Images with Eleventy Image (in 2 minutes!)
Eleventy Image documentation: https://www.11ty.dev/docs/plugins/image/Eleventy Image v6.0.0 Release Notes: https://github.com/11ty/eleventy-img/releases/tag/...
www.youtube.com
January 10, 2025 at 3:00 PM
Reposted by Juan Fernandes
The Eleventy Super Professional Linkedin Certification Program is in full swing: www.11ty.dev/blog/certifi...
Eleventy Super Professional Linkedin Certification
An Eleventy blog post published on January 2025.
www.11ty.dev
January 13, 2025 at 3:46 PM
Reposted by Juan Fernandes
How many of you are using Instagram replacements like Pixelfed? Which ones are you using?
January 12, 2025 at 1:23 PM
Reposted by Juan Fernandes
One thing the Node community absolutely (this includes TS, all the build systems and us devs), 100% failed at is the build tools.

I don't think I've ever been able to return to a project that's more than a few years without having the build then fail, regardless of whether I match the node version.
January 9, 2025 at 4:19 PM
Reposted by Juan Fernandes
A look at how soft skills are becoming more and more essential as so-called AI further integrates itself into our work as developers.
The Importance of Investing in Soft Skills in the Age of AI
A look at how soft skills are becoming more and more essential as so-called AI further integrates itself into our work as developers.
buff.ly
January 9, 2025 at 12:10 AM
Reposted by Juan Fernandes
New blog post by me!

"Cranking Brotli up to 11 with Cloudflare Pro and 11ty"

nooshu.com/blog/2025/01...
Cranking Brotli up to 11 with Cloudflare Pro and 11ty - Matt HobbsNooshu.com rainbow logo
Frontend web developer, turned engineering manager.
nooshu.com
January 5, 2025 at 6:35 PM
Reposted by Juan Fernandes
🛠️ New Interactive Article: Balancing Text In CSS

I explored text balancing in CSS — what it is, the problems it solves, how it works, and included plenty of examples and use cases. Happy balancing! ⚖️

ishadeed.com/article/bala...
January 5, 2025 at 6:41 PM
Reposted by Juan Fernandes
I'm doing a bit of a slow rollout of a new free course that I've made, HTML & CSS for Absolute Beginners - name sort of says it all.

I realize most people following me here might not be after that, but if you know anyone who could use feel free to share :)

learn.kevinpowell.co
Kevin Powell Courses
learn.kevinpowell.co
January 3, 2025 at 2:26 PM
Happy New Year everyone. Hope you had a good 2024 and have an even better 2025.
January 2, 2025 at 10:31 AM