trimstray / nginx-admins-handbook Star 13.6k Code Issues Pull requests How to improve NGINX performance, security, and other important things. nginx http security snippets performance reference notes https bes
Language: Shell Filter by language All 28 JavaScript 166 Java 64 TypeScript 62 Python 47 C# 45 HTML 45 PHP 34 Shell 28 Ruby 27 Go 23 Sort: Best match Sort options Best match Most stars Fewest stars Most forks Fewest forks Recently updated Least recently updated ...
A workflow is made of one or morejobs, which are run inside their own virtual machine or container (arunner), that execute one or moresteps.A step can be a shell script or an action, which is a reusable piece of code specially packaged for the GitHub CI ecosystem. Because GitHub is h...
<template> <Editor :value="value" :plugins="plugins" @change="handleChange" /> </template> <script> import { Editor, Viewer } from '@bytemd/vue' import gfm from '@bytemd/plugin-gfm' const plugins = [ gfm(), // Add more plugins here ] export default { components: { Editor }, da...
传送门:https://github.com/djadmin/awesome-bug-bounty IT技术分享社区 个人博客网站:https://programmerblog.xyz http://weixin.qq.com/r/Zy3QyMHE85yMrYWr93h1 (二维码自动识别) 文章推荐程序员效率:画流程图常用的工具程序员效率:整理常用的在线笔记软件远程办公:常用的远程协助软件,你都知道吗?51单片机程序...
ordered.members(["admin1", "admin2"]) .but.not.include.ordered.members(["user1"]); }); ⚪ ️ 1.4 Stick to black-box testing: Test only public methods ✅ Do: Testing the internals brings huge overhead for almost nothing. If your code/API delivers the right results, should you ...
(i.e., production SRE/admin). Testing error handler is not very straighforward - Many types of errors might get thrown, some errors should lead to process crash, and there are many other corners to cover. We plan to write the 📗 section on 'Observability and errors' soon, but the ...
docker-compose.yml- after configuring everything in a docker-compose file, running a database and a db admin panel (and any other additional tools) can be done using only one command. This way there is no need to install and configure a database separately. ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
2. Generic Best Practices 2.1 Await, don't sleep TL;DR:When testing your UI, you define a sort of key points the app must pass through. Reaching these key points is an asynchronous process because, almost 100% of the times, your UI does not update synchronously. Those key points are ...