Home
Hi, my name is Lars 👋
- a developer passionate about creating user interfaces that captivate and inspire. I am seeking my next chapter as a developer and would love to connect about potential opportunities.
This little corner of the web is a glimpse into my world - a space where creativity meets code. Browse around to learn more about me and what I do - and if something catches your eye, don’t hesitate to reach out. I’d love to connect!
Lars Ejaas

Frontend Developer
I specialize in development of web applications and I enjoy it when I get a chance to add some creative elements to my work.
I also like to keep up to date with web design trends, and when time allows, I enjoy creating my own designs.
Latest News
-
- A Tribute to Bruce Willis
A Tribute to Bruce Willis
Read about my latest project, celebrating one of Hollywood's greatest movie stars.
May 13th, 2021
- Frontend Developer at Salling Group
Frontend Developer at Salling Group
Reflecting on my first 4 months at Salling Group: It's been a great learning experience so far within a talented team.
February 10th, 2022
- Follow me on Twitter
Follow me on Twitter
I tweet about the stuff I am passionate about: Programming, technology, and my life as a developer.
February 17th, 2022
- Check out my Updated list of Skills
Check out my Updated list of Skills
Here you get an overview of my abilities in web development and -design.
February 17th, 2022
- New job at AccuRanker
New job at AccuRanker
I am excited to be joining AccuRanker on May 1st as a frontend developer.
April 29th, 2022
- New job at Frigg Tech
New job at Frigg Tech
I am thrilled to announce that I have joined Frigg Tech as a frontend developer January 1st.
January 1st, 2025
- I am now on Bluesky
I am now on Bluesky
All the developers I follow have moved to Bluesky, so I thought it was time to try something new! Come find me here!
January 20th, 2025
- Redesigned Website
Redesigned Website
I’ve completely redesigned my website with a fresh new look and updated content. I hope you like it!
June 1st, 2025
- Looking for my next adventure
Looking for my next adventure
Are you hiring, know someone who is, or do you just want to network? Drop me a message!
June 1st, 2025
- View Code on GitHub
View Code on GitHub
This site is fully open source — feel free to explore the code in my public repository. Get inspired and start building something awesome of your own!
July 20th, 2025
Quality in the Details
This site follows the principle of progressive enhancement. Core functionality like navigation, animations, and form submission work independently of JavaScript. JavaScript then layers on enhanced interactions and polish. This approach minimizes the JavaScript payload, resulting in faster load times and better performance.
Disable JavaScript
You can follow these steps in the Chrome browser to disable JavaScript on this page:
- Press F12 to open dev tools.
- Press CTRL + Shift + P to open the Command Palette (⌘ + Shift + P on Mac).
- Start typing “disable” in the search field and select Disable JavaScript.
Reload the page and notice how everything still works - eg. navigation and animations.
Re-enable JavaScript by opening the Command Palette again and selecting "Enable JavaScript" to see the enhanced interactions.
Accessibility is built into this site’s foundation. Semantic HTML was used throughout, with properly structured headings, keyboard navigation support, and screen reader compatibility. These practices don’t just make the site more inclusive — they also improve SEO and overall code quality.
Why accessibility matters
Accessibility is not just for a selected few with disabilities. It’s worth remembering that many of us will face vision challenges during our lifetime, whether temporary or permanent. Bet you’ve never used a screen reader before. The video below shows what it’s like browsing this page using the JAWS Professional screen reader — prepare to be surprised! Remember to unmute the video for the full experience!
The web should be for everyone. Because accessibility isn’t always prioritised in frontend work, I try to make it a focus whenever I can.