Giter Club home page Giter Club logo

blog-posts's Introduction

Blog posts

Tech blog posts. This repository contains a list of tech blog posts.

Read this documentation in : Française Francais


🎃 HacktoberFest 2022 🎃

If you came here for Hacktoberfest 🦇️:

Celebrate Hacktoberfest by getting involved in the open source community by completing some tasks in this project.

What is Hacktoberfest?

HacktoberFest is digitalocean’s annual event that encourages people to contribute to open source throughout october. Much of modern tech infrastructure—including some of digitalocean’s own products—relies on open-source projects built and maintained by passionate people who often don’t have the staff or budgets to do much more than keep the project alive. HacktoberFest is all about giving back to those projects, sharpening skills, and celebrating all things open source, especially the people that make open source so special.

https://hacktoberfest.com/

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

How can I contribute?

You can contribute to this repository, but before contributing, please go through our CODE_OF_CONDUCT

Feel free to contribute! PS: Your contributions must follow the contribution guidline:

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/blog-posts.git
  • Create a branch
git checkout -b blog main
  • Make your changes. Create a file(filename=<your-githubusername.json> in the blogs directory
  • List any tech blog posts (you can google any), as many as you want. It should respect the format:

For a single blog post.

Use this format if your want to submit a single blog post. Example

 {
    "Title": "Title of blog post",
    "Description": "A short description",
    "URL": "Link to blog post",
    "Author": "Author of the blog content"
  }

For multiple blog posts.

Use this format if your want to submit a multiple blog posts. Example

{
  "posts": [
    {
    "Title": "Title of blog post",
    "Description": "A short description",
    "URL": "Link to blog post",
    "Author": "Author of the blog content"
  },
    {
    "Title": "Setting up an apache server on Ubuntu",
    "Description": "A summarized process of installing an apache server",
    "Link": "https://onecode.hashnode.dev/setting-up-an-apache-server-on-ubuntu",
    "Author": "Ndi Lionel"
  }
   ]
}

Examples

  1. Single
  2. Multiple

Committing

Please note the following before committing

  1. Blog post links must be live and public.
  2. All authors must be the real author(s) of the blog post.
  3. All public domains are accepted.
  4. Your PR will be closed if you provide an invalid blog post author.
  5. No editing existing files on purpose. If you notice any problem with a file, please create an Issue
git add .
git commit -m 'feat: added my blog post: <github-username>'
git push origin blog
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo). Make sure to compare across forks, then select this repository as target

  • Add reviewers(optional)

  • Wait for your PR review and merge approval!

  • Please STAR this repository if you had fun!

Thanks to all our contributors

contibutors

Made with 💜

blog-posts's People

Contributors

spykelionel avatar yokwejuste avatar ayushborage28 avatar akwe-afriitech avatar jardon237 avatar joel-fah avatar lukong123 avatar marcel-star-crtl avatar isaiah-0914 avatar dezzy12 avatar yokw3just3 avatar andy21-mch avatar chikarl avatar godsakani avatar lando-paul avatar ajimbong 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.