Best of AWSApril 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    From Figma to Next.js App in Minutes

    AWS Amplify is a set of tools and features that lets front-end web and mobile developers quickly and easily build full-stack applications on AWS. In this post, we'll convert Figma components to React components with Amplify studio and use it in our application.

  2. 2
    Article
    Avatar of hashnodeHashnode·4y

    Introduction to Jenkins

    Jenkins is an automation tool written in Java with built-in plugins for continuous integration tasks. It is used to continuously build and test projects making it easier to integrate the changing codes to it. Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed.

  3. 3
    Article
    Avatar of phProduct Hunt·4y

    NFT.JS - A Javascript library to implement NFTs

    Don't reinvent the wheel and consider using NFT.JS and it's a cool thing that you can do. Building a NFT marketplace ? Developing a Decentralized social platform or any other Dapps that needs to implement NFTs ? NFTJS is a free, open source tool that can be used by anyone.

  4. 4
    Article
    Avatar of itnextITNEXT·4y

    Where is visual scripting?

    The way that languages progress is often by either reaching a higher abstraction level or triggering a paradigm shift. The idea is to represent code via graphical models, consisting of boxes and connections. This concept is far from being new, however it remained a very niche feature for specific use cases such as game development.