Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ozkanpakdil/ozkanpakdil.github.io
tech blog of ozkan pakdil
https://github.com/ozkanpakdil/ozkanpakdil.github.io
docker dotnet java jekyll jetbrains kubernetes quarkus rust-lang spring spring-boot
Last synced: about 1 month ago
JSON representation
tech blog of ozkan pakdil
- Host: GitHub
- URL: https://github.com/ozkanpakdil/ozkanpakdil.github.io
- Owner: ozkanpakdil
- Created: 2015-09-14T04:39:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T21:26:35.000Z (about 1 month ago)
- Last Synced: 2024-11-27T21:32:38.820Z (about 1 month ago)
- Topics: docker, dotnet, java, jekyll, jetbrains, kubernetes, quarkus, rust-lang, spring, spring-boot
- Language: HTML
- Homepage: https://ozkanpakdil.github.io
- Size: 2.18 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ozkanpakdil.github.io
my tech blogtest mermaid:https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
```mermaid
flowchart LR;
A[CI MULTI CHAPTCHA]-->B{Select captcha service by developer?};
classDef green color:#022e1f,fill:#00f500;
classDef red color:#022e1f,fill:#f11111;
classDef white color:#022e1f,fill:#fff;
classDef black color:#fff,fill:#000;
B--YES-->C[How to use?]:::green;
C-->U[I choose recaptcha.]:::green;
U--Views-->Q["echo CIMC_JS('recaptcha');\n echo CIMC_HTML(['captcha_name'=>'recaptcha']);"]:::green;
U--Controller-->W["CIMC_RULE('recaptcha');"]:::green;
C-->I[I choose arcaptcha.]:::white;
I--Views-->O["echo CIMC_JS('arcaptcha');\n echo CIMC_HTML(['captcha_name'=>'arcaptcha']);"]:::white;
I--Controller-->P["CIMC_RULE('arcaptcha');"]:::white;
C-->X[I choose bibot.]:::red;
X--Views-->V["echo CIMC_JS('bibot');\n echo CIMC_HTML(['captcha_name'=>'bibot']);"]:::red;
X--Controller-->N["CIMC_RULE('bibot');"]:::red;
B--NO-->D[How to use?]:::black;
D---Views:::black-->F["echo CIMC_JS('randomcaptcha');\n echo CIMC_HTML(['captcha_name'=>'randomcaptcha']);"]:::black;
D---Controller:::black-->T["CIMC_RULE('archaptcha,recaptcha,bibot');"]:::black;
``````mermaid
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```local jekyll test
```shell
bundle exec jekyll serve --trace --livereload --force-polling
```