How to use Chrome DevTools to find ways to make your pages load faster. |
|
Functions 2018 is a community focused, single track, one day conference that moves away from the hype and focuses on the reality of serverless based solutions. It’s about fostering a community locally and helping all of us learn from each other as we embrace a new way of building applications. | |
|
Shawn had a big performance issue with rendering large server logs. Now he doesn’t. All thanks to the DevTools Profiler. |
|
“Modern sites often contain a lot of JavaScript. These scripts are often sent down in large, monolithic bundles which can take a long time to download and process. Code-splitting encourages breaking up these scripts so you only send what a user needs when they need it.” |
|
Understanding how the computer works at its core makes us able to write really fast programs when we need to. This matters, even when we write a high level language like JavaScript. | |
|
“We want the best of both worlds. The SEO boost server-side rendering provides, and the speed of a Single Page Application. All this while hosted basically for free in a serverless environment on AWS Lambda.” |
|
As the world’s largest platform for practicing live DS&A interviews, Pramp also now supports system design and frontend interviews! Even the most talented of engineers fail interviews. Increase your chances of success with extra practice. Use Pramp - a peer-to-peer mock interviews platform, where you can practice your interviewing skills on demand for FREE. Schedule a free practice → | |
|
Directory structure is the new semicolon. Can we solve our application architecture debates by decentralising dependencies and using a single unit of construction: the component? |
|
Rachel takes a look at CSS Shapes and how to create non-rectangular shapes using images, gradients, and basic shapes. She also demonstrates how the new tools in Firefox make editing shapes easier. |
|
Couple Code Therapy! A new twist on learning web development…Where the brave coding expert host, tries to teach his beautiful, lovely, intelligent, and immaculate wife how to update her own website. It’s learning the basics of web development & coding – without being overwhelmed. |
|
“Users can be hesitant to fill out forms. That is why it is our goal as designers to make the process of filling out a form as easy as possible. In this article, I’ll share a number of practical techniques that are bound to help you design effective forms.” | |
|
Schalk discusses fault tolerance in CSS and how properly layering CSS under a progressively enhanced paradigm can help you in your designs — and what to do when that falls short. | |
|
“End-to-end testing is awesome because it mirrors the user’s experience. Where you might need a ton of unit tests to get good coverage (the kind where you test that a function returns a value you expect), you can write a single end-to-end test that acts like a real human as it tests several pieces of your app at once. It’s a very economical way of testing your app.” |
|
|
Comments