Integration Testing with flutter_driver
Explains how to add integration testing to your Flutter apps with flutter_driver. - http://amp.gs/W9oP
#flutter
Explains how to add integration testing to your Flutter apps with flutter_driver. - http://amp.gs/W9oP
#flutter
Medium
Integration Testing with flutter_driver
Unit tests ensure that individual parts of your application work as intended, but what about your application as a whole? This is where…
The Modern Way to Style with Styled Components
The author takes you on his journey from styling React with inline CSS to fully utilizing Styled Components. He vows to never go back to his old way of doing things. - http://amp.gs/W4uD
#react
The author takes you on his journey from styling React with inline CSS to fully utilizing Styled Components. He vows to never go back to his old way of doing things. - http://amp.gs/W4uD
#react
Medium
The Modern Way to Style with Styled Components
An in-depth look at the power of styled-components
The –-var Hack to Toggle Multiple Values With One Custom Property
Lea Verou showcases an interesting hack to turn multiple different values on and off across multiple different properties and multiple CSS rules. - http://amp.gs/WRuP
#css
Lea Verou showcases an interesting hack to turn multiple different values on and off across multiple different properties and multiple CSS rules. - http://amp.gs/WRuP
#css
Angular State Management Without RxJS - An Experiment
Implementing a state management in modern web Angular applications can be tricky.
There are many libraries, such Ngrx, ngxs, Akita, which can be integrated to manage stores but, these are strongly opinionated and have impact on the architecture of the solution. - http://amp.gs/WUsi
#angular
Implementing a state management in modern web Angular applications can be tricky.
There are many libraries, such Ngrx, ngxs, Akita, which can be integrated to manage stores but, these are strongly opinionated and have impact on the architecture of the solution. - http://amp.gs/WUsi
#angular
DEV Community
Angular State Management Without RxJS - An Experiment
Angular state management without RxJS - An Experiment. Can it be done with the Stencil Store?
Bringing the Browser Developer Tools to Visual Studio Code
Chris Heilmann introduces a VSCode extension that allows you to use browser DevTools from within the editor. - http://amp.gs/Wdtv
#vscode
Chris Heilmann introduces a VSCode extension that allows you to use browser DevTools from within the editor. - http://amp.gs/Wdtv
#vscode
Microsoft Edge Blog
Bringing the browser developer tools to Visual Studio Code
Last year, we released the experimental “Elements for VS Code” extension, giving developers the option of embedding the browser developer to
Getting Started with Eleventy, the Static Site Generator
11ty (a.k.a. Eleventy) is a Node-powered static site generator that may interest you if you want to keep things really simple. - http://amp.gs/WduT
#nodejs
11ty (a.k.a. Eleventy) is a Node-powered static site generator that may interest you if you want to keep things really simple. - http://amp.gs/WduT
#nodejs
Sitepoint
Eleventy Guide: A Framework-Agnostic Static Site Generator - SitePoint
Craig Buckler introduces Eleventy (11ty), a Node.js static site generator, showing how to build a simple site with pages and blog/article posts.
A React Cheatsheet for 2020
We somehow missed this when it came out earlier this year but it’s a handy resource for those who prefer just-in-time learning or want even more prep for nailing that interview. - http://amp.gs/WOfj
#react
We somehow missed this when it came out earlier this year but it’s a handy resource for those who prefer just-in-time learning or want even more prep for nailing that interview. - http://amp.gs/WOfj
#react
DEV Community
The React Cheatsheet for 2020 📄 (+ real-world examples)
I've put together for you an entire visual cheatsheet of all of the concepts and skills you need to m...
Opening Links in New Browser Windows and Tabs
Jakob Nielsen and Anna Kaley explain that you should carefully examine the user’s context, task at hand, and next steps when deciding whether to open links to documents and external sites in the same or a new browser tab. - http://amp.gs/WOuk
#css
Jakob Nielsen and Anna Kaley explain that you should carefully examine the user’s context, task at hand, and next steps when deciding whether to open links to documents and external sites in the same or a new browser tab. - http://amp.gs/WOuk
#css
Nielsen Norman Group
Opening Links in New Browser Windows and Tabs
Carefully examine the user’s context, task at hand, and next steps when deciding whether to open links to documents and external sites in the same or a new browser tab.
Detached Window Memory Leaks
If code causes a popup window to appear but then retains a reference to such a window, a memory leak can occur. This thorough post looks at why, when they occur, and how to solve the problem in your own code. - http://amp.gs/WryW
#javascript
If code causes a popup window to appear but then retains a reference to such a window, a memory leak can occur. This thorough post looks at why, when they occur, and how to solve the problem in your own code. - http://amp.gs/WryW
#javascript
Comparing the Type Safety of 8 TypeScript ORMs and Database Libraries
This comes from the folks at Prisma so take that bias into account, but they do cover several other libraries. - http://amp.gs/WSlM
#nodejs
This comes from the folks at Prisma so take that bias into account, but they do cover several other libraries. - http://amp.gs/WSlM
#nodejs
Prisma's Data Guide
Top 8 TypeScript ORMs, Query Builders, Libraries: Evaluate Type Safety
This article assesses the type safety of popular TypeScript ORMs, query builders, and database libraries.
15 React Interview Questions with Solutions
If you’re looking to break into the thriving React development ecosystem, you’re going to have to nail the interview. Here are some questions to help you prepare. - http://amp.gs/WS6U
#react
If you’re looking to break into the thriving React development ecosystem, you’re going to have to nail the interview. Here are some questions to help you prepare. - http://amp.gs/WS6U
#react
Sitepoint
15 React Interview Questions with Solutions - SitePoint
Prepare for React interview questions that are key to understanding and working effectively with React, with additional links for further learning.
Modern Angular
In his blog post “Angular is an Onion” Victor showed us that Angular is many things. In the middle there are the core capabilities and APIs of the framework. The team at Google is well positioned to build them: the team has the right expertise and feedback mechanisms. - http://amp.gs/WAIS
#angular
In his blog post “Angular is an Onion” Victor showed us that Angular is many things. In the middle there are the core capabilities and APIs of the framework. The team at Google is well positioned to build them: the team has the right expertise and feedback mechanisms. - http://amp.gs/WAIS
#angular
min(), max(), and clamp(): Three Logical CSS Functions to Use Today
Una Kravets demonstrates how to control element sizing, maintain proper spacing, and implement fluid typography using min(), max(), and clamp() CSS functions. - http://amp.gs/Wqme
#css
Una Kravets demonstrates how to control element sizing, maintain proper spacing, and implement fluid typography using min(), max(), and clamp() CSS functions. - http://amp.gs/Wqme
#css
The Flavors of Object-Oriented Programming (in JavaScript)
In this article, Zell Liew shines some light on Object-Oriented Programming in JavaScript and presents his findings along with information that may help you decide which is right for you. - http://amp.gs/Wqb0
#javascript
In this article, Zell Liew shines some light on Object-Oriented Programming in JavaScript and presents his findings along with information that may help you decide which is right for you. - http://amp.gs/Wqb0
#javascript
CSS-Tricks
The Flavors of Object-Oriented Programming (in JavaScript) | CSS-Tricks
In my research, I've found there are four approaches to Object-Oriented Programming in JavaScript. Which methods should I use? Which one is "the best" way? Here I'll present my findings along with information that may help you decide which is right for you.
An Introduction to Jedlik: Nicer DynamoDB for Developers
An object-document mapper (ODM) for Node, written in TypeScript, designed to make DynamoDB (Amazon’s hugely scalable document database service) easier to work with - http://amp.gs/Wsbj
#nodejs
An object-document mapper (ODM) for Node, written in TypeScript, designed to make DynamoDB (Amazon’s hugely scalable document database service) easier to work with - http://amp.gs/Wsbj
#nodejs
DEV Community
Introducing Jedlik: Nicer DynamoDB for Developers
AWS DynamoDB is a really cool piece of technology - a high performance, scalable, fully-managed, clou...
Learning Flutter’s New Navigation and Routing System
How to use Flutter’s new Navigator and Router APIs - http://amp.gs/WDI9
#flutter
How to use Flutter’s new Navigator and Router APIs - http://amp.gs/WDI9
#flutter
Demystifying angular/router: what is RouterScroller and why is it useful?
The RouterScroller entity is a very interesting part of the Angular Router. In this post, we're going to have a look at how it works, what makes its features possible and how it can be configured, depending on the developer's needs. - http://amp.gs/WDsA
#angular
The RouterScroller entity is a very interesting part of the Angular Router. In this post, we're going to have a look at how it works, what makes its features possible and how it can be configured, depending on the developer's needs. - http://amp.gs/WDsA
#angular
Micro-FE Architecture: Webpack 5, Module Federation, and custom startup code.
Advanced implementation tactics to attach a startup sequence to micro-frontend applications designed using Module Federation. - http://amp.gs/Wuh4
#microfrontend
Advanced implementation tactics to attach a startup sequence to micro-frontend applications designed using Module Federation. - http://amp.gs/Wuh4
#microfrontend
Medium
Micro-FE Architecture: Webpack 5, Module Federation, and custom startup code.
Advanced implementation tactics to attach a startup sequence to micro-frontend applications designed using Module Federation.
Building Scalable GraphQL APIs on AWS with CDK, TypeScript, AppSync, DynamoDB, and Lambda
AWS AppSync is a managed serverless GraphQL service and you can bring it together with numerous other technologies to create powerful solutions like a real-time GraphQL API as here. - http://amp.gs/WJhk
#aws #graphql
AWS AppSync is a managed serverless GraphQL service and you can bring it together with numerous other technologies to create powerful solutions like a real-time GraphQL API as here. - http://amp.gs/WJhk
#aws #graphql
Amazon
Building Scalable GraphQL APIs on AWS with CDK, TypeScript, AWS AppSync, Amazon DynamoDB, and AWS Lambda | Amazon Web Services
September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. AWS AppSync is a managed serverless GraphQL service that simplifies application development by letting you create a flexible API to securely access…
Logical Layout Enhancements With Flow-Relative Shorthands
Adam Argyle and Oriol Brufau give an introduction to logical property shorthands and inset properties. - http://amp.gs/W0GB
#css
Adam Argyle and Oriol Brufau give an introduction to logical property shorthands and inset properties. - http://amp.gs/W0GB
#css