All Projects → atolye15 → Checklist

atolye15 / Checklist

Licence: mit
The protocols we follow for the things we cannot automate yet! ✅

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Checklist

Selectionlist
Simple single-selection or multiple-selection checklist, based on UITableView
Stars: ✭ 93 (-50.79%)
Mutual labels:  checklist
4minitz
4Minitz - Simply a decent free webapp for taking collaborative meeting minutes. (Keywords: Meeting Protocols, Action Items, Open Source). Check it out on our demo server:
Stars: ✭ 125 (-33.86%)
Mutual labels:  protocols
Hugo Best Practices
Best practices and ideas for Hugo the open-source static site generator.
Stars: ✭ 153 (-19.05%)
Mutual labels:  checklist
Django Apps Checklist
Useful checklist for build great Django apps. Feel free to contribute!
Stars: ✭ 98 (-48.15%)
Mutual labels:  checklist
Fe Foundation
前端开发学习指南
Stars: ✭ 113 (-40.21%)
Mutual labels:  checklist
Irremoteesp8266
Infrared remote library for ESP8266/ESP32: send and receive infrared signals with multiple protocols. Based on: https://github.com/shirriff/Arduino-IRremote/
Stars: ✭ 1,964 (+939.15%)
Mutual labels:  protocols
The Practical Linux Hardening Guide
This guide details creating a secure Linux production system. OpenSCAP (C2S/CIS, STIG).
Stars: ✭ 8,790 (+4550.79%)
Mutual labels:  checklist
Online Privacy Test Resource List
Privacy Online Test and Resource Compendium (POTARC) 🕵🏻
Stars: ✭ 185 (-2.12%)
Mutual labels:  checklist
Dubbo Go Pixiu
Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
Stars: ✭ 124 (-34.39%)
Mutual labels:  protocols
Windows hardening
Windows Hardening settings and configurations
Stars: ✭ 148 (-21.69%)
Mutual labels:  checklist
Backfuzz
protocol fuzzing toolkit
Stars: ✭ 106 (-43.92%)
Mutual labels:  protocols
Ethereum Smart Contracts Security Checklist
Ethereum Smart Contracts Security CheckList From Knownsec 404 Team
Stars: ✭ 114 (-39.68%)
Mutual labels:  checklist
Zen Rails Security Checklist
Checklist of security precautions for Ruby on Rails applications.
Stars: ✭ 1,765 (+833.86%)
Mutual labels:  checklist
Checklist Going Live
The checklist that is used when a project is going live
Stars: ✭ 1,334 (+605.82%)
Mutual labels:  checklist
Pyasn1
Generic ASN.1 library for Python
Stars: ✭ 174 (-7.94%)
Mutual labels:  protocols
Rails Security Checklist
🔑 Community-driven Rails Security Checklist (see our GitHub Issues for the newest checks that aren't yet in the README)
Stars: ✭ 1,265 (+569.31%)
Mutual labels:  checklist
Personal Security Checklist
🔒 A curated checklist of 300+ tips for protecting digital security and privacy in 2021
Stars: ✭ 2,388 (+1163.49%)
Mutual labels:  checklist
Front End Performance Checklist
🎮 The only Front-End Performance Checklist that runs faster than the others
Stars: ✭ 13,815 (+7209.52%)
Mutual labels:  checklist
Front End Performance Checklist
🎮 더 빠르게 작동하는 프론트엔드 성능 체크리스트
Stars: ✭ 183 (-3.17%)
Mutual labels:  checklist
Mpyc
MPyC for Secure Multiparty Computation in Python
Stars: ✭ 142 (-24.87%)
Mutual labels:  protocols

Checklist

License Build status PRs Welcome

We love to automate anything if it can be automated. For the things we can’t automate (yet) we have a protocol. These protocols standardise our workflow so that everyone in Atolye15 can work on a standard. Checklist is a project that helps us follow these protocols online.

Motivation

We have been designing, developing & managing projects that vary in size for over 10 years now. Working on a different scale projects brought us some priceless experiences that led us to a greater success on the following projects. We updated our workflow, the way we work, even the hours we work. We try to adapt to the ongoing growth on technology and we are always on track with keeping our protocols updated.

This was an internal tool that we still use on every department but we’ve decided to share this with the community so that we can help each other out, please feel free to suggest a checklist or an improvement on a checklist. We will consider every suggestion and implement the ones that we think fits our needs and the way we work.

Contributing

If you would like to contribute to this project, please refer to CONTRIBUTING.md guide.

Development

You need to run the command below for the development server.

cd checklist
gatsby develop

Now the project is running on https://localhost:8000 with live-reload server.

Here are the some useful commands;

yarn lint

It lints TypeScript, runs ESLint and Stylelint.

yarn format

It runs Prettier.

yarn test

It runs tests.

yarn storybook

It runs Storybook

You need to follow these steps to open a new pull request;

  • [ ] Make your changes
  • [ ] Run yarn lint
  • [ ] Run yarn format
  • [ ] Run yarn test
  • [ ] Commit your changes
  • [ ] Publish your branch
  • [ ] Open a PR 🎉

License

This project has MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].