In this post, we discuss one of our front-end development projects: the implementation of a Figma design using a mix of HTML, CSS, JavaScript, and Tailwind CSS. You will learn about the challenges we faced and the solutions we provided.
One of the key elements of every website is its navigation. When poorly designed, it can be the cause of a business-killing bounce rate. In this post, we discuss the principal do's and dont's of navigation design.
According to Statista, the percentage of mobile retail sales in retail e-commerce sales worldwide will amount to 72.9 in 2021. With so many consumers using mobile devices to make purchases online, optimizing e-commerce stores for mobiles has become a must. Until recently, the main methods to conduct e-commerce business through handheld devices were mobile websites, […]
Great coding is all about using the right tool for the job. CSS is an awesome tool and you can get CSS to do some pretty amazing things without a single line of JavaScript. Check out these demos to see how you can push the limit with pure CSS. They are sure to get you thinking […]
Animated websites are more engaging than static ones. Thus, they can bring more value to businesses. There are two main approaches to web animation: by using JavaScript and by applying CSS. In this post, we compare these methods and provide examples.
Newsletters and RSS feeds are important tools for keeping up with the ever changing world of web design and development. With so much information out there, it’s easy to cram your inbox with junk. No worries! We’ve scoured the internet to find the most relevant and informative web dev newsletters. We think these fall into […]
The Bootstrap grid system is a very popular technology used on thousands of websites. While it is flexible in its own right, you can make it even more so by customizing it with Saas. Read this hands-on guide to learn how you can do that.
Sass is a popular CSS preprocessor that provides the benefit of variables for web developers. In this post, we have reviewed five Sass mixins to facilitate building web pages.