target_s3bucket · mkloubert/vs-deploy WikiDeploys to an Amazon AWS S3 bucket.tagged: awsbucketssqlite3deployment17-09-2019
Remote Workspace - Visual Studio MarketplacePlugin to access s3 from localtagged: vscodesqlite316-09-2019
Kobiton - Mobile Testing Platform with Real DevicesBuild better mobile experiences by testing on real-devices while leveraging the latest in Appium test automation for seamless test script creation.tagged: testingbrowsers13-09-2019
Perfecto TestingTake automated testing to the next level with Perfecto’s cloud-based continuous testing platform. From creation to execution and analysis, Perfecto has a proven, unified solution for your mobile and web testing needs.tagged: testingbrowsers13-09-2019
What is Pact good for? - PactLike every tool, there are situations that Pact is great for, and situations where other tools would be better. In the right situation, Pact should make testing your integrations less painful than traditional integration tests. In the wrong situation, it will probably be just as painful!tagged: pact13-09-2019
CSS Grid: illustrated introduction - DEV Community 👩💻👨💻I remember the first time I was learning CSS, and how I was excited to learn about float and inline display to place elements in the desired layout. I wonder how I would have reacted if a two-dimensional layout system was available at that time. Actually, even now I'm excited about this because it changes everything: the way we write our CSS but also the way we write our markup. With CSS grid it is easier than ever to build responsive, dynamic, and source order independent layouts.tagged: cssgrid13-09-2019
Font-display playgroundBefore we talk about what font-display is, let's talk about the lifetime of a web font. For a super detailed explanation of where web fonts fit in the browser rendering process, Ilya Grigorik has an amazing blog post on web font optimization. But, if we're just trying to understand the basics, there are basically three parts to it:tagged: web-fontsperformance12-09-2019
Variable Fonts: making the promise a reality | MonotypeBob Taylor, Monotype’s Font Technologies Director, offers his views on the promise of Variable Fonts and shares how Monotype and the tech industry are bringing this promise to reality. He shares a few Variable Font tests gone wrong, what we are learning, and introduces the newest Variable Font from Monotype.tagged: variablefonts11-09-2019
Web Font Optimization | Web Fundamentals | Google DevelopersThis article contains contributions from Monica Dinculescu, Rob Dodson, and Jeff Posnick.Typography is fundamental to good design, branding, readability, and accessibility. Webfonts enable all of the above and more: the text is selectable, searchable, zoomable, and high-DPI friendly, providing consistent and sharp text rendering regardless of the screen size and resolution. Webfonts are critical to good design, UX, and performance.tagged: webfontsoptimisation11-09-2019
Don't get locked up into avoiding lock-inA significant share of architectural energy is spent on reducing or avoiding lock-in. That's a rather noble objective: architecture is meant to give us options and lock-in does the opposite. However, lock-in isn't a simple true-or-false matter: avoiding being locked into one aspect often locks you into another. Also, popular notions, such as open source automagically eliminating lock-in, turn out to be not entirely true. Time to have a closer look at lock-in, so you don't get locked up into avoiding it!tagged: lock-invendors09-09-2019
localFont - Implement localStorage web font caching in secondsImplement localStorage web font caching in secondstagged: webfontscachinglocalstorage09-09-2019
Externals | webpackThe externals configuration option provides a way of excluding dependencies from the output bundles. Instead, the created bundle relies on that dependency to be present in the consumer's environment. This feature is typically most useful to library developers, however there are a variety of applications for it.tagged: webpackexternals09-09-2019
node.js - How to set env var for .npmrc use - Stack Overflow62I need a module in my project to download a private npm package. To accomplish this, I am using a .npmrc file to supply a read-only token needed to download the package. To keep the token supplied by npm out of the file, I wish to add it as an environment variable and let it expand in the file. E.g:tagged: npmrcazuresecrets09-09-2019
Share your Azure DevOps Services packages with badges | Microsoft DocsYou can share your packages anywhere you can share an image with badges. You can put a badge directly into your project's home page in Azure DevOps Services or in any Markdown/README file so readers can easily discover and consume your package.tagged: devopsbadges09-09-2019
Set up your client's npmrc | Microsoft DocsAll Azure Artifacts feeds require authentication, so you'll need to store credentials for the feed before you can install or publish packages. npm uses .npmrc configuration files to store feed URLs and credentials.tagged: azurefeedsauthenticationnpmrc09-09-2019