Giter VIP home page Giter VIP logo

code-samples's Introduction

baner

Code Samples

Single place for sample projects from my articles.

Any of my guides DOESN'T pretend to show you best practices. I just want to show my way of doing things.

Goals behind the project

  • I want to give you some tips if you are facing implementation problems with specific feature.
  • I want to improve my English skills by writing guides.
  • I want to share my observations and knowledge with other people.
  • I want to learn new stuff by doing research.
  • I want to share good resources made by other people (with each guide I also provide useful links).
  • I also treat written guides as my personal (but public) notes.

Audience

I'm targeting more advanced users who mostly understand what they are doing.

Tech stack

I really want to make each code sample as easy to run as possible, so most samples use:

  • SQLite (database in file) to avoid complexity with additional tools/dependencies like Docker.
  • npm because I don't want to enforce specific package manager (npm is just installed by default with Node.js, right?).
  • Express.js because everyone who uses Node.js knows this framework.

+ specific for feature libraries. Key factors for library choice:

  • library must be popular among the community (example library: PassportJS).
  • library cannot be created by me (I don't use guides to promote my own solutions/packages).

+ I also made some personal choices like:

  • TypeScript
  • TypeORM
  • EJS for HTML templates
  • TailwindCSS for styling

Guides

License

Each code sample is distributed under the MIT license. See LICENSE for more information.

code-samples's People

Contributors

michaldziuba03 avatar

Stargazers

 avatar

Watchers

 avatar

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.