Bored IT Guy

Bored IT Guy

Follow
Follow
homenewsletter
Tag

Frontend Development

#frontend-development

More content

Read more stories on Hashnode


Articles with this tag

Advent Calendar for Developers

Dec 1, 20232 min read

It's that time of the year when every big company creates an advent calendar. If you're not familiar with what advent calendars are, they are a set of...

Advent Calendar for Developers

Hosting your site using AWS S3 and Route 53

Nov 11, 20235 min read

Today I'll talk about how you can host your static website with a custom domain using some of Amazon's AWS services like S3 and Route 53. Let's buy a...

Hosting your site using AWS S3 and Route 53

Object deep copy in JavaScript

Nov 3, 20232 min read

We now have an answer for the use cases where we want to do a deep copy on an object but we had to rely on a library like lodash or underscore, it's...

Object deep copy in JavaScript

Win11 in React

Oct 28, 20231 min read

I just had to write about it because of all the hard work that most likely went into doing this although the author is downgrading this to just...

Win11 in React

What surprised me as a technical interviewer

Oct 20, 20235 min read

I've been a JavaScript developer for a while now and in the last few years I had the opportunity to interview a lot of candidates of all levels, from...

What surprised me as a technical interviewer

Chrome extensions finally have WebSockets

Oct 14, 20234 min read

Yes, friends, you've read that right, Chrome extensions with manifest v3 finally got WebSocket connections to work after almost 2 years since...

Chrome extensions finally have WebSockets