14 followers
Learn how to write sexy code lines 🤓
Discover new things 🤯
Develop your dev skills 🧐
Expand your love for Web Development 💜
What is a Service Worker? 🤔 Service Worker is just a fancy Web Worker. The difference is, it’s actually placed between your application and the third party services. You can consider it as a kind of middleware function that can parse all requests an...
What's up, everyone!? 🤙 Recently, I'm not that active here, but this is due to a lot of work that I have 🤓 I'm working on a couple of projects on which I will share more in near future (one of the projects is a game build with React Native - siiiic...
5 Tips On How To Improve Accessibility On Your Website What's up, everyone!? 🤙 I haven't posted for a while, but... I'm back! 🤟 Today I'm going to give you 5 tips on how to easily improve accessibility on your website! 🤓 #1 Use semantic HTML tags ...
6 Tips On How To Improve SEO On Your Website What's up, everyone!? 🤙 Today I'm going to give you 6 tips on how to easily improve SEO on your website! 🤓 #1 Use Title tag The HTML title tag is probably the most important (if not the most important) e...
What is big O? What's up, everyone!? 🤙 Today we’ll dive deeper into time complexity and the big O notation. There are a number of factors that have an impact on the time complexity, in other words how fast our application would be. There is one impo...
Hey, hey hey! 🤟 Today I want to take a look into some basic JavaScript Data Structures. 🧐 Yeah, I know, it doesn't sound that fascinating but it's probably the only way to become code master (or, at least, understand your own code a little more) �...