Saturday, December 04, 2021

AWS Amplify Studio – Figma to Fullstack React App With Minimal Programming

AWS Amplify announces AWS Amplify Studio, a visual development environment that offers frontend developers new features (public preview) to accelerate UI development with minimal coding, while integrating Amplify’s powerful backend configuration and management capabilities. Amplify Studio automatically translates designs made in Figma to human-readable React UI component code. Within Amplify Studio, developers can visually connect the UI components to app backend data.







CSS for Printing (to PDF)

medium.com/@Idan_Co/the-ultimate-print-html-template-with-header-footer-568f415f6d2a

plnkr.co/edit/lWk6Yd?preview

https://stackoverflow.com/questions/1360869/how-to-use-html-to-print-header-and-footer-on-every-printed-page-of-a-document

<div class="divFooter">UNCLASSIFIED</div>

CSS:

@media screen {
  div.divFooter {
    display: none;
  }
}
@media print {
  div.divFooter {
    position: fixed;
    bottom: 0;
  }
}
github.com/rachelandrew/css-for-print

www.smashingmagazine.com/2015/01/designing-for-print-with-css/
CSS modules that have been created not for use in web browsers, 
but to deal with printed and paged media.

Web Assembly: Photoshop => web

Photoshop's journey to the web

Photoshop is one of those "big C++" apps that was considered not portable to web.

Now thanks to WASM, so of professional photo editing features are available without installing app!

 Adobe brings a simplified Photoshop to the web - The Verge

Adobe is bringing Photoshop and Illustrator to the web, letting you make changes to documents hosted in the cloud without having to download them and open up the app.

Photoshop ships major updates across desktop and iPad apps; Extends Light Editing and Collaboration features to the web (beta)|Adobe