jekyll build from Action 81e5df4f31e69dd36c6a02560f241fe7486e5811
This commit is contained in:
@ -183,19 +183,23 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://twitter.com/sahinakkayadev" itemprop="sameAs" rel="nofollow noopener noreferrer">
|
||||
<i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i><span class="label">Twitter</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li><a href="https://github.com/Asocia" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">Asocia</span></a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://stackoverflow.com/users/9608759" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i><span class="label">Asocia</span></a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="https://twitter.com/sahinakkayadev" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i><span class="label">@sahinakkayadev</span></a></li>
|
||||
|
||||
|
||||
|
||||
<li><a href="/assets/docs/resume.pdf" rel="nofollow noopener noreferrer"><i class="fas fa-fw fa-id-card" aria-hidden="true"></i><span class="label">Resume</span></a></li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -211,21 +215,17 @@
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://github.com/Asocia" itemprop="sameAs" rel="nofollow noopener noreferrer">
|
||||
<i class="fab fa-fw fa-github" aria-hidden="true"></i><span class="label">GitHub</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="https://stackoverflow.com/users/9608759" itemprop="sameAs" rel="nofollow noopener noreferrer">
|
||||
<i class="fab fa-fw fa-stack-overflow" aria-hidden="true"></i><span class="label">Stack Overflow</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -385,7 +385,7 @@
|
||||
<h4 id="creating-an-endpoint-to-handle-the-requests">Creating an endpoint to handle the requests</h4>
|
||||
<p>I will use <a href="https://flask.palletsprojects.com/en/2.0.x/">Flask</a> framework to handle the post requests coming to our endpoint. You can use whatever programming language or framework you want. It will be very simple code with just one job: Validate the secret keys and run a specific code.</p>
|
||||
|
||||
<p>Let’s start by creating a new project, and a virtual environment:</p>
|
||||
<p>Let’s start by creating a new project and a virtual environment:</p>
|
||||
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>mdkir post_receiver
|
||||
<span class="nb">cd </span>post_receiver
|
||||
python3 <span class="nt">-m</span> venv venv
|
||||
@ -668,6 +668,11 @@ I’m sure that you run a command something like above at least once if you are
|
||||
<ul class="social-icons">
|
||||
|
||||
|
||||
<!-- footer: -->
|
||||
<!-- links: -->
|
||||
<!-- - label: "Check out the code of this site." -->
|
||||
<!-- # icon: "fab fa-fw fa-twitter-square" -->
|
||||
<!-- url: "https://github.com/Asocia/sahinakkayadotdev" -->
|
||||
|
||||
|
||||
|
||||
@ -677,6 +682,9 @@ I’m sure that you run a command something like above at least once if you are
|
||||
</div>
|
||||
|
||||
<div class="page__footer-copyright">© 2022 Şahin Akkaya's Personal Page. Powered by <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> & <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
|
||||
<div class="page__footer-copyright">
|
||||
Check out the <a href="https://github.com/Asocia/sahinakkayadotdev">code</a> of this site.
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user