I've got news to share alongside a personal vent at the current state of things for devs like me trying to move up with their career.
• 1179 wordsBlog
-
The job market I used to know -
Keep that cursor still! We will analyze all the root causes for cursor jumps when handling inputs. Since the responsibility of this problem is mixed between...
• 2988 words -
Unconventional Meet I took some time to develop and publish a very small Google Chrome extension to improve Google Meet's experience and solve some pain...
• 830 words -
Why does console.log hate me? Have you ever felt like console.log hates you? If yes or you just want to know a bit more about its quirks, have a quick read!
• 931 words -
Debug web apps running on native mobile devices Sometimes bugs can only be reproduced in the specific environment they are discovered. What if they're found on an Android or iOS de...
• 962 words -
Sharing a YouTube video to a PWA for background listening How do you define the act of sharing something towards an application? We'll discover it in the process of creating a YouTube backgr...
• 854 words -
What's an object identity in JavaScript? What's an object's identity? and what does "stable identity" mean in React? Let's dive a bit into it together!
• 1314 words -
On the importance of monorepos and component libraries Are you working on a huge untested "legacy" JS codebase? I might have some tips for you
• 598 words -
A solution to handling modals in React I want to show you a new solution for handling modals in large React applications as a result of a big refactor in my work in Musixm...
• 752 words -
A11y on mobile: how to build UIs that don't break You should be aware of the accessibility settings on mobile devices which might break your app's UI. Let's see what we can do in Rea...
• 1101 words -
Life and death of the usePrevious hook We will understand the usePrevious hook's common implementation and then we will see some issues it might bring and how to solve them.
• 954 words -
My new custom keyboard During the pandemic, I got attached to a "new" peculiar hobby of building keyboards.
• 924 words -
Get started with React Native There are many ways of booting up a React Native application. Which one should you use?
• 1344 words -
The AppStore certificates jungle To all the mobile native devs... I feel your pain. Only we know what does it mean to manage the certificates of an iOS application
• 1274 words -
Re-thinking env vars in React Native If there is one thing I hate about react native it's the inexistent way of using environment variables
• 1291 words -
Microsoft CodePush Integration in React Native 0.60+ Microsoft CodePush is a powerful tool but can be very exhausting to configure. Let's cycle over the necessary details
• 1193 words -
Why I Dropped Expo and embraced React Native What are the main problems with Expo at this time? And what can be the advantages of using a pure React Native workflow?
• 1451 words -
A very simple fetch wrapper ready to use A handy thin fetch wrapper in less than 100 lines featuring abortion (with polyfill for non-supporting envs), token setter, etc.
• 1374 words -
Aborting requests in React Native How can we close an active connection initiated with Fetch? And most important, what do we mean by "closing a connection"?
• 1053 words -
Path Follower: Arduino+Rasp on ROS We've created a path follower and maze solver robot car with, arduino, raspberry, ROS, Vrep and a bunch of other stuff
• 987 words -
How we built our university's bot Sharing this little story of how I created a Telegram bot for our university
• 567 words -
Jingle Bells with a Buzzer and Arduino How to make your Arduino play Jingle Bells with a little buzzer and a 220ohm resistor.
• 336 words -
Look up movie ratings with node.js Movies Lookup is a little node.js project to lookup ratings of many movies all together on IMDB and Rotten Tomatoes.
• 190 words -
Loading animation with pure CSS A little and simple pure CSS loading animation took directly from my new project.
• 326 words -
Back up a Tumblr blog using its API Let’s use Tumblr’s API to save every text post from a specified blog.
• 1060 words -
How the Popcorn Time's API works I developed this little library to let developers create their own remote controller for PopcornTime.
• 470 words -
Welcome to my fresh new blog! How could I start everything without first welcoming you?
• 688 words