Inspire your next app development project with these great ideas Do you know what is common between Facebook, Instagram, Salesforce, Walmart, Skype, Bloomberg, Discord, and Uber Eats? Well, you would be surprised to know that [all these social media apps are built with one framework. The framework is known as React Native . If you had not […]
Selecting a frontend framework can be a difficult decision for a developer because there are so many options. React is one of the most popular choices. It is well established and has an 84% satisfaction rating as of the 2021 State of JS Survey. Still, there are several other frameworks with interesting features and functionality that […]
Intro to building full stack applications with JavaScript and NextJS Even though modern Javascript-based frontend frameworks like React help us develop robust dynamic websites, they have one major downside: the client has to wait until all Javascript code loads to render the page and display content to a user. As a page’s loading speed significantly […]
Animate like Flash but in a cool way Under today’s standards, web applications not only need to be fast and look cool, but they also need to give the feeling of being alive, and this latter is quite hard to manage well. With CSS becoming super powerful, new ideas and concepts were introduced, like animations, […]
Build voice-activated interfaces using the Chrome Speech Recognition API A few months ago, I wrote an article on web speech recognition using TensorflowJS . Even though it was super interesting to implement, it was super cumbersome for many of you to extend. The reason why was pretty simple, it required a deep learning model to be trained […]
In the approximately 15 years since Apple released the first iPhone, the software development landscape has changed dramatically. As smartphones gain widespread adoption and continue to grow in unique capabilities, users increasingly prefer to access software services through mobile devices rather than desktops or laptops. Smartphones offer features such as geolocation, biometric authentication, and motion […]
Find out interesting projects and resources to build and showcase as your frontend portfolio Introduction Frontend Web Development is like an art of designing websites according to the available data. Unlike backend development, here you don’t have to perform any computations on the server-side. Your main focus must be to create a user interface layout that […]