All Projects → workattech → hacktoberfest-2020

workattech / hacktoberfest-2020

Licence: other
Get your articles published on workat.tech and get goodies from DigitalOcean as part of Hacktoberfest 2020. The best articles on each of the topics get published if they meet the editorial criteria.

Projects that are alternatives of or similar to hacktoberfest-2020

Web-App
A Web Application foundation for Raku
Stars: ✭ 21 (+75%)
Mutual labels:  hacktoberfest2020
laravel-thumbnails
Laravel Package for making thumbnails instantly
Stars: ✭ 51 (+325%)
Mutual labels:  hacktoberfest2020
ADLES
Automated Deployment of Lab Environments System (ADLES)
Stars: ✭ 28 (+133.33%)
Mutual labels:  hacktoberfest2020
o-fish-ios
iOS app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Stars: ✭ 28 (+133.33%)
Mutual labels:  hacktoberfest2020
ray-tracer
My ongoing effort to learn how to make Ray Tracers
Stars: ✭ 14 (+16.67%)
Mutual labels:  hacktoberfest2020
foss-events
A simple website with a collection of open-source events happening across the globe. This is a beginner-friendly repository that helps you learn git and contribute to web projects. Happy Hacktober!
Stars: ✭ 123 (+925%)
Mutual labels:  hacktoberfest2020
HacktoberFest2021
hacktoberfest-accepted repository
Stars: ✭ 25 (+108.33%)
Mutual labels:  hacktoberfest2020
resources api
Flask API for programming and cyber security learning resources
Stars: ✭ 63 (+425%)
Mutual labels:  hacktoberfest2020
Plasma-Donor-App
An open-source app that helps in connecting patients and plasma donors. This is a beginner-friendly repository that helps you learn the basics of android development, git, and GitHub. Happy Hacktober!
Stars: ✭ 58 (+383.33%)
Mutual labels:  hacktoberfest2020
COVID-19-Resources
Resources for Covid-19
Stars: ✭ 25 (+108.33%)
Mutual labels:  hacktoberfest2020
Logan1x.github.io
Personal Portfolio Website 🌐
Stars: ✭ 122 (+916.67%)
Mutual labels:  hacktoberfest2020
DockerENT
The only open-source tool to analyze vulnerabilities and configuration issues with running docker container(s) and docker networks.
Stars: ✭ 124 (+933.33%)
Mutual labels:  hacktoberfest2020
Pharmacy-Mangment-System
👨‍💻 🏥 MEAN stack Pharmacy Management system.
Stars: ✭ 229 (+1808.33%)
Mutual labels:  hacktoberfest2020
Geektoberfest-Main
This is the starting point of Geektoberfest! Have a look at the readme for Rules and Guidelines, you can also contribute to the collaborative website in this repo!
Stars: ✭ 12 (+0%)
Mutual labels:  hacktoberfest2020
portfolio-react
OpenSource Portfolio Website. feel free to fork this repo
Stars: ✭ 64 (+433.33%)
Mutual labels:  hacktoberfest2020
hello-world-all-programming-language
This is a repository of examples of hello world programs in all programming languages
Stars: ✭ 23 (+91.67%)
Mutual labels:  hacktoberfest2020
Data-Structures-and-algorithms
This repository would be a documentation of my journey towards learning Data structures and algorithms. Please ⭐ this repo if you liked the effort 😄
Stars: ✭ 22 (+83.33%)
Mutual labels:  hacktoberfest2020
RiddlesWorld
Hacktoberfest | Mobile app for riddles 😜
Stars: ✭ 13 (+8.33%)
Mutual labels:  hacktoberfest2020
HBD
🎂 Coder's way of wishing Happy Birthday! 🍰 🎊 🎉 🎈
Stars: ✭ 109 (+808.33%)
Mutual labels:  hacktoberfest2020
MySQL-cheatsheet
Cheatsheet for MySQL
Stars: ✭ 43 (+258.33%)
Mutual labels:  hacktoberfest2020

Hacktoberfest 2020 @ workat.tech

Get your articles published on workat.tech and get goodies from DigitalOcean as part of Hacktoberfest 2020.

The best articles on each of the topics get published if they meet the editorial criteria.

What are the steps to participate?

  • Register on the Hacktoberfest website.
  • Go through this README.
  • Pick up the articles that you want to write and start writing.
  • If any of your articles get selected, we will reach out to you for your details after the end of Hacktoberfest.

Submission guidelines

  • Fork this repository
  • Make sure to do this individually for all the articles that you want to contribute to:
    • Create a branch for that article.
    • Write your article in the respective topic folder. Create a new folder if you have to.
    • Create a Pull Request with the article name as the title.
  • If you are new to Git and GitHub then please follow this guideline by godslayer201.

Writing guidelines

  • Do not plagiarize.
  • Make sure to keep the articles beginner-friendly. Link any prerequisites.
  • Proper English and Grammar. Tip: Use Grammarly on Google Docs.
  • Proper Formatting.
    • Different Headers (h1, h2, h3, h4).
    • Small Paragraphs.
    • Small Sentences.
      • Break sentences at 'and's if possible.
    • Bullet Points.
      • Use Nested Bullet Points.
  • Focus on the core part of the article. Non-core parts can be linked.
  • Read a few articles on our resources section to get an idea on how we write and edit.

Suggested topics

Here, first level denotes a broad topic containing one or more subtopics. The second level denotes the article name.

  • Finding answers online
    • Google is your friend. The art of finding answers.
  • Regular Expressions
    • Regular Expressions - The Ultimate Guide
    • Regular Expressions - Cheat Sheet
  • Git & Github
    • Git for Beginners
    • Git - The Ultimate Guide
    • Getting started with GitHub
  • Linux
  • Web Fundamentals
    • How internet works?
    • What happens when we type a URL in the browser?
    • Both articles will partly cover:
      • IP Address, HTTP
      • Browser
      • Domain Name and DNS
      • Server-Client Model
    • Bash - ping, whois, dig, wget, curl
  • Frontend
    • HTML - Cheatsheet
    • CSS - Cheatsheet
    • JS - Cheatsheet
    • JS on the web - Cheatsheet
    • Flexbox - Cheatsheet
    • Grid - Cheatsheet
  • OOP
    • OOP - Introduction
    • Encapsulation
    • Abstraction
    • Inheritance
    • Polymorphism
  • Design Principles
    • DRY, KISS, YAGNI, Separation of Concern
    • SOLID Principles
  • SQL
    • SQL - Cheatsheet
  • Backend
    • What is an API?
    • HTTP Methods
    • HTTP Error Codes
    • REST
  • DSA
    • Time & Space Complexity Cheatsheet
  • Bash
    • Bash - Introduction (basics of the command line, intro to bash)
    • Bash - Filesystems (cd, pwd, ls, cat, less, more, find)
    • Bash - Filesystems (touch, cp, rm, mv, mkdir)
    • Bash - Getting Information (type, which, help, man)
    • Bash - Input/Output Redirectors
    • Bash Filters 1 - head, tail, tee, sort, uniq, wc
    • Bash Filters 2 - grep, sed, awk, cut
    • Bash - File Permissions and sudo
    • Bash - Processes (top, htop, ps, kill, jobs, bg, fg)
    • Bash - Environment
    • Bash - Programming (echo, read, variables)
    • Bash - Programming (operators, decision making, loops)
    • Bash - Programming (arrays, strings, functions, etc)
    • Bash - Cheat Sheet
  • Low Level Designing
    • Design a Library Management System
    • Design a Parking Lot
    • Design BookMyShow
    • Design Multiplayer Bingo Game
    • Design IRCTC
    • Design Cricbuzz
    • Design Facebook - a social network
  • High Level Designing

Copyright

  • Both the content creator and workat.tech will own the copyright of any submission on this repository. The content may be reproduced outside this repository only after getting permission from either the content creator or the owner of this repository.
  • The content creator allows workat.tech to use the submissions on any of their platforms with credits to the content creator.
  • Please report any copyright violations in this repository to [email protected]
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].