Giter VIP home page Giter VIP logo

light-square's Introduction

Portfolio Starter Kit

This portfolio is built with Next.js and a library called Nextra. It allows you to write Markdown and focus on the content of your portfolio. This starter includes:

  • Automatically configured to handle Markdown/MDX
  • Generates an RSS feed based on your posts
  • A beautiful theme included out of the box
  • Easily categorize posts with tags
  • Fast, optimized web font loading

Configuration

  1. Update your name in theme.config.js or change the footer.
  2. Update your name and site URL for the RSS feed in scripts/gen-rss.js.
  3. Update the meta tags in pages/_document.js.
  4. Update the posts inside pages/posts/*.md with your own content.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example blog my-blog
# or
yarn create next-app --example blog my-blog

Deploy it to the cloud with Vercel (Documentation).

light-square's People

Contributors

simonas-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

light-square's Issues

Interactive Music Jukebox Web Service

Web based systems to allow suggest and vote on the next song to be played.

Use cases

  • Browse voteable song list
  • Vote on a song.
  • Suggest a song?
  • Play the song.
  • Some sort of administration system.

MVP could be pretty easy and size of the system would increase greatly.

Update Architecture

In order to support mixing of multiple visuals with reasonably clean code I need to refactor the code a bit.

Firstly I want to create facade with app specific implementations for doing spectral audio analysis and sending LED data to Fadecandy controllers.

Secondly I've decided to create the BaseVisual which would act as a base for all future visualizers.

image

RPi Control Service

Create a service which would control the Fadecandy(FC) server on the RPi and provide information about the server.

Use cases

  • Start the FC server;
  • Kill the FC server;
  • Restart server;
  • View and modify the FC server configuration;
  • Retrieve URL that points to the the FC server;
  • Automatically try to reboot the FC server if it encounters an issue;

Cover the logic with a test suite.

Handle Fadecandy Server Failures Gracefully

The ofApp can fail if the Fadecandy server is unstable. It shouldn't.

In real use case this requires a person to constantly monitor the system and reboot both the server and the app. This is really tedious.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.