Skip to content

Commit

Permalink
Add second series draft
Browse files Browse the repository at this point in the history
  • Loading branch information
roumail committed Nov 15, 2023
1 parent 4e61cd4 commit 1ad9d27
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
title: "Part II: Stateful Applications Need to Be Designed Differently"
summary: "The improvements and what remains"
categories: ["technology"]
tags: ["python", "web-scraping"]
series: ["Building a Scraper that scales"]
authors:
- admin
url: "/a-scraper-that-scales-part-ii/"
date: 2023-11-02T11:28:27+01:00
draft: true
format: hugo-md
jupyter:
kernel: "scraper-series"
execute:
enabled: true
freeze: false
---

<!-- {{< figure src="run-1.gif" caption="Yamaha DTX 452" >}} -->

$x + 1$

<details>
<summary>Code</summary>

```python
import sys

sys.path
```

</details>

['/Users/rohailtaimour/home/2_AREAS/WEBSITE/website/content/post/series-building-a-scraper-that-scales/2023-11-02-stateful-applications-need-to-be-designed-differently',
'/Users/rohailtaimour/miniconda/lib/python39.zip',
'/Users/rohailtaimour/miniconda/lib/python3.9',
'/Users/rohailtaimour/miniconda/lib/python3.9/lib-dynload',
'',
'/Users/rohailtaimour/home/2_AREAS/WEBSITE/website/content/post/series-building-a-scraper-that-scales/.venv/lib/python3.9/site-packages']
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ execute:
freeze: false
---


<!-- {{{< figure src="run-1.gif" caption="Yamaha DTX 452" >}}} -->
<!-- $x + 1$ -->

```{python}
import sys
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1ad9d27

Please sign in to comment.