Frontend
-
Everything you need to know before going global
There are plenty of examples of internationalization gone wrong. Want to avoid these pitfalls? We have a few tips
-
Say goodbye to dependency hell, supply chain attacks, and performance issues
Package managers are lifesavers — until a dubious developer decides to inject malicious code into their open-source library. Tips, resources, and best practices that will help you build safer, more stable, and performant apps
-
The Court Says, Don’t Use Google Fonts
Fifty million websites worldwide use Google’s font library. A recent court ruling in Germany might change that. What you need to know — and do — to host fonts locally and avoid fines
-
What frontend engineers should know about user tracking
Our frontend team lead, Michael Lande, talks about the challenges of proactively anticipating tracking requirements and planning ahead
-
Hey, tech startups — you don’t need to build the perfect company website
It might seem like a trivial task compared to building your actual product, but some companies end up spending way too much time and money on their websites
-
The Business Value of Site Speed — And How to Analyze it Step by Step
The faster your website, the better. That sounds obvious, but up to what point does it make sense to invest in further improvements to your website’s loading time? And what is the financial impact of your website loading slightly slower than it used to? We set out to quantify the business value of site speed.…
-
Padding and Spacing UIViews
Easily add padding to the UILabels, UIImageViews, and custom UIViews in your iOS app
-
Front Trends 2016 Highlights
Project A sponsored the 2016 Front Trends conference at the Space Club in Warsaw, Poland. Our Frontend Labs team had the opportunity to attend the three-day event and learn from industry leaders
-
Using Swift Enums for Solid UICollectionViews and UITableViews
Let the Swift compiler help you build a rock-solid UICollectionView or UITableView and manage their layout structure through an enum. Tutorial and benefits