Writing, GraphQL and AWS

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • go-unsplash

    Go Client for the Unsplash API

  • Photo by Green Chameleon on Unsplash

  • React

    The library for web and native user interfaces.

  • I also worked on components within the project that use Modals. I refactored and extracted the modals in them into one reusable modal component and called the new component in every place it needed to be rendered. This was a simple React task. This refactoring came with some layout distortions(CSS) which marked an end to my tasks for the week.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • artwork

    Discontinued GraphQL Foundation artwork (by graphql)

  • Last week, I built a microservice: a resource for a section of the landing page of the platform, which renders from a database loaded with data. In technical terms, I built and consumed an API. I used Dynamo DB (a database provided by Amazon Web Services (AWS))) to store my data, creating a table with desired fields for me to use in populating my table. GraphQL was used as playground for me to query and mutate my database. i.e. a way of creating, reading, updating and deleting information from the database, a process technically known as CRUD.

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • Before this experience, I had worked with API's using Express and making HTTP calls to the API, hence, working with GraphQL and Amazon services was entirely new for me, but hey! what matters is that I learnt, got the job done and we have new skills in the bag; which reiterates the belief I have, being I can do all things.

  • aws-lambda-java-libs

    Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.

  • I linked my database(Dynamo DB) with my playground(GraphQL) using the another Amazon web service, Lambda after having defined my environment variables. All these made up the backend side of my task(building the API and database)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Aplicação de Referência Empresarial em JavaScript - Contoso Real Estate

    6 projects | dev.to | 25 May 2023
  • Build a Next App with a full GraphQL API using just a JSON or CSV file

    3 projects | dev.to | 24 Jan 2023
  • Meet Cheryl Murphy: Full-Stack Developer, lifelong learner, and volunteer Project Team Lead at Web Dev Path

    2 projects | dev.to | 22 Apr 2024
  • Building a Dynamic Job Board with Issues Github, Next.js, Tailwind CSS and MobX-State-Tree

    6 projects | dev.to | 28 Mar 2024
  • Meteor v3 uses express under the hood – How to use and deploy it.

    3 projects | dev.to | 4 Mar 2024