Skip to content

Instantly share code, notes, and snippets.

View prod3v3loper's full-sized avatar
🌪️
On the way

Samet Tarim prod3v3loper

🌪️
On the way
View GitHub Profile

Best practice python

workspace/
├── .venv/
├── project1/
│   ├── main.py
├── project2/
│   ├── main.py
├── project3/

Best practice npm

Interactive shell customizations: Place aliases, function definitions and shell customizations in your .bashrc or .zshrc. Environment variables: Place PATH extensions and other environment variables in your .profile or .bash_profile.

First step

List current global packages:

@prod3v3loper
prod3v3loper / README.md
Last active February 19, 2019 10:48
SASS Parent Selector
@prod3v3loper
prod3v3loper / README.md
Last active February 23, 2019 14:50
LESS CSS Parent Selector
@prod3v3loper
prod3v3loper / README.md
Last active June 12, 2022 05:55
ApacheBench AB Benchmark Testing

Apache Benchmark AB

Test your website and find out how it reacts if Surf 100 users at the same time and load your webpage with 10 requests each.

Information

-n requests

Number of requests to perform for the benchmarking session. The default is to just perform a single request which usually leads to non-representative benchmarking results.