Coder Social home page Coder Social logo

Jan Michek personal page

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

Deployment

# deploy to Firebase hosting
$ yarn global add firebase-tools (first time)
$ yarn deploy

Images minimization

  • frontend template contains automatic webp conversion for .jpg and .png assets, but needs to use browser fallback for CSS backgrounds Caniuse webp . Use this snippet for fallbacks. .no-webp class is added by modernizer
  .component {
    background-image: url("image.jpg?webp");
    .no-webp & {
      background-image: url("image.jpg");
    }
  }

Jan Michek's Projects

awesome-vue icon awesome-vue

🎉 A curated list of awesome things related to Vue.js

blockchain-bank icon blockchain-bank

This app will let you to deposit amount of ETH and withdraw the whole deposit with an interest for saving the funds

blockchain-drizzle-custom icon blockchain-drizzle-custom

This demo implements custom Drizzle components using Drizzle store and events. It also fires flash message when data changed.

blockchain-election icon blockchain-election

App which simulates voting for two candidates. Each account can only vote once. There is an event after voting implemented which affects UI.

blockchain-ipfs icon blockchain-ipfs

This app will upload image to IPFS network and obtain CID of that file. It is also using basic Drizzle implementation.

blockchain-nft icon blockchain-nft

In this app you can create token in form of color hex code and mint it into blockchain.

blockchain-swap icon blockchain-swap

DAPP which let you exchange ETH for made up DAPP currency and vice versa.

fizzbuzzenterpriseedition icon fizzbuzzenterpriseedition

FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

storm-session icon storm-session

Presentation in the form of code to show webStorm features I like

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.