Skip to content

Instantly share code, notes, and snippets.

View steven7mwesigwa's full-sized avatar
💭
working on spring app

Steven Mwesigwa steven7mwesigwa

💭
working on spring app
View GitHub Profile
@trongnghia203
trongnghia203 / install_pyenv.md
Last active October 28, 2024 15:22
Install pyenv
@xameeramir
xameeramir / default nginx configuration file
Last active November 11, 2024 18:56
The default nginx configuration file inside /etc/nginx/sites-available/default
# Author: Zameer Ansari
# You should look at the following URL's in order to grasp a solid understanding
# of Nginx configuration files in order to fully unleash the power of Nginx.
# http://wiki.nginx.org/Pitfalls
# http://wiki.nginx.org/QuickStart
# http://wiki.nginx.org/Configuration
#
# Generally, you will want to move this file somewhere, and start with a clean
# file but keep this around for reference. Or just disable in sites-enabled.
#
@ross-spencer
ross-spencer / pull-requests-in-github.md
Last active March 2, 2023 10:45
How to do simple pull requests in GitHub

How to do simple pull requests in GitHub

A pull request is a request to merge your work on a codebase or repository into another's master repository.

It is a mechanism by which users can contribute to Open Source projects even if they're not part of any 'official' development team.

That's the benefit of open source software - anyone can contribute if they take the time to understand and follow the right procedures!

What are we going to do?