smerth
Javascript developer working with React/React Native, Gatsby, Apollo, GraphQL, Express and Cloud Functions to build Serverless Applications.
Pinned Repositories
applescripts
Some AppleScript stuff
create-monorepo
A Shell CLI to create a nodejs/lerna/yarn monorepo with any number of packages and any number of Nextjs, Gatsby or Expo apps.
express-node-website-2
Website built with ExpressJS and NodeJS, with a User Comments page and Live Chat Feature using Socket.io
fullstack-js-dev-mongodb-node-react
Coursework for Fullstack JavaScript Development: MongoDB, Node.js, React.js
gatsby-source-gh-readme
This GatsbyJS plugin queries GitHub's GraphQL API. It fetches the README.md file contents on the master branch of each repository and creates nodes in GatsbyJS which can be queried using GraphQL. Because the mime type for the content of these nodes is set to 'text/markdown' they are further processed into MarkdownRemark nodes.
gatsby-tutorial
A simple blog site build with react, apollo, and graphql using Gatsby.js
graphql-data-fetching-with-relay
Tutorial using Relay Modern and GraphQL to fetch data from an Express GraphQL server
how-to-graphql-react-apollo
The React Apollo tutorial from How to GraphQL. Its a Hacker News clone built with React and hosted on Heroku. Data is hosted on GraphCool.
macos-setup
Got a new MacOS computer. Updating an old Mac using OpenCore. The setup and config can be a little confusing. Here's my checklist of steps to set up a MacOS computer for development.
mean-discussion-board
A discussion board built with Angular v.1 on the front-end and ExpressJS, NodeJS and MongoDB on the back-end.
smerth's Repositories
smerth/macos-setup
Got a new MacOS computer. Updating an old Mac using OpenCore. The setup and config can be a little confusing. Here's my checklist of steps to set up a MacOS computer for development.
smerth/create-monorepo
A Shell CLI to create a nodejs/lerna/yarn monorepo with any number of packages and any number of Nextjs, Gatsby or Expo apps.
smerth/how-to-graphql-react-apollo
The React Apollo tutorial from How to GraphQL. Its a Hacker News clone built with React and hosted on Heroku. Data is hosted on GraphCool.
smerth/angular-2-media-watch-list
App to list media to watch (TV series and Movies,) built with Angular 2 starting from the FountainJS angular-2-generator
smerth/cra-workspace-theme-module
A yarn workspace to develop a design-system as an npm package for a create-react-app application
smerth/foundation-6-mockup-for-drupal-8-theme
A mockup in Foundation 6 of an article page and a contributor page for a Drupal 8 theme.
smerth/foundation-6-sandbox
A sandbox for testing out foundation components and integrating third party libraries
smerth/foundation-64-playground
Foundation 6.4 sandbox hosted on surge.sh
smerth/gatsby-demo-sub-theming
A project to learn about setting up yarn workspaces to develop a GatsbyJS theme and site in a single mono-repo.
smerth/generate-markdown
Generates author and post .mdx files and generates author and post .png files. Useful for generating custom content to test markdown based applications.
smerth/graphql-mongo-mysql-tutorial
Tutorial project for learning how to implement a Graphql server with a Mongo and a SQLite backend.
smerth/gulp-4-site-builder-jade-coffeescript-bootstrap
This site repo uses Gulp to generate a development build and a staging build of a Bootstrap4 site. Gulp-gh-Pages is used to push the staging build to github pages. HTML is written using Jade syntax. Javascript can be written in vanilla js or CoffeeScript.
smerth/gulp-4-web-project-workflow
Project for Web Project Workflows with Gulp.js, Git, and Browserify on Lynda.com
smerth/gulp-4-web-workflow-with-pug-and-bootstrap
Use Gulp to process Jade templates, build development and staging versions, and push the staging version to gh-pages.
smerth/html-site
Need a simple html site to test a dev-ops workflow or CodePipeline deployment? This is it.
smerth/node-chat-app-demonstrating-google-cloud-functions
Google Codelab - Friendly Chat App with Google Cloud Functions
smerth/polymer-toggle-element
Toggle Element built with Polymer
smerth/polymer-visualize-tornado-data
A Polymer and Google Web Components app to visualize thousands of data points over an interactive Google Map, the app loads data, passes it into WebGL, and then allows zooming in on the map.
smerth/python-course-cookiecutter-v2
Base file structure used to build a cookiecutter python project template with all the bells and whistles
smerth/react-15-booking-app-fountainjs
A booking app with appointment form and appointment list built from React components on a FountainJS React base. Initial data is read from a json file and additional appointments are held in an array until the next page refresh.
smerth/react-15-fb-comment-tutorial
Built following the FB comment tutorial
smerth/react-15-learn-the-basics-note-board
This app is built with React.js from the Lynda.com tutorial: Learn React.js: The Basics. Users can create, update, and delete notes. The notes can be dragged around the screen. Notes are saved to an array in memory and persist until the next refresh.
smerth/react-15-word-lookup-tutorial
A react word lookup component following Hendrik Swanepoel's Thinking in React video.
smerth/react-lifecycle-logger
Tutorial about react lifecycles
smerth/react-styled-playground
This is a repo to experiment with styled-components and styled-system in a create-react-app
smerth/react-styles-with-css-modules
Project code for a tutorial on using React CSS Modules
smerth/securing-react-applications-with-auth0
How to set up 0Auth authentication using JWT tokens and Auth0 as a service for an ExpressJS server and ReactJS Client
smerth/template-gatsby-theme
Starter template for developing and publishing gatsby themes. The project is structured as a monorepo with a folder for GatsbyJS themes and a folder for a GatsbyJS Demo site to test the themes you develop. Comes with semantic-release, lerna and github actions to help streamline workflow.
smerth/tictacturing-instructional
Course work for Building and Deploying Full Stack React Application
smerth/webpack-v1-basics
This repo demonstrates how to set up webpack for various tasks