{"id":38367259,"url":"https://github.com/codenamewei/technical-posts","last_synced_at":"2026-01-17T03:24:49.748Z","repository":{"id":202681004,"uuid":"682908398","full_name":"codenamewei/technical-posts","owner":"codenamewei","description":"Centralized repository for resources of technical posts of substack site. ","archived":false,"fork":false,"pushed_at":"2024-06-02T04:42:35.000Z","size":65406,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-02T05:36:11.607Z","etag":null,"topics":["artificial-intelligence","data-science","machine-learning"],"latest_commit_sha":null,"homepage":"https://codenamewei.substack.com/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codenamewei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-25T06:35:37.000Z","updated_at":"2024-06-02T04:42:39.000Z","dependencies_parsed_at":"2024-03-26T13:58:18.260Z","dependency_job_id":"914a10b5-7b95-4f5a-bc21-c10511fdd5d2","html_url":"https://github.com/codenamewei/technical-posts","commit_stats":null,"previous_names":["codenamewei/technical-posts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codenamewei/technical-posts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamewei%2Ftechnical-posts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamewei%2Ftechnical-posts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamewei%2Ftechnical-posts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamewei%2Ftechnical-posts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codenamewei","download_url":"https://codeload.github.com/codenamewei/technical-posts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codenamewei%2Ftechnical-posts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28492847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T02:39:23.645Z","status":"ssl_error","status_checked_at":"2026-01-17T02:34:19.649Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","data-science","machine-learning"],"created_at":"2026-01-17T03:24:49.060Z","updated_at":"2026-01-17T03:24:49.731Z","avatar_url":"https://github.com/codenamewei.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Technical Posts\n\n\n\n\nCentralized repository for resources of technical posts.\n\n\u003cp\u003e\n  \u003cp align=\"left\"\u003e\n\u003cimg alt=\"project status: active\" src=\"https://img.shields.io/badge/Project%20Status-%F0%9F%94%A5Active-brightgreen\"\u003e\n\n\u003c/p\u003e\n\n\u003cimg src=\"metadata/banner.png\"\u003e\u003c/br\u003e\u003c/br\u003e\n\n\n1. Part 1: Displaying Images in Jupyter Notebook\u0026nbsp;\u0026nbsp;[Code](jupyter/post1_displaying-images-in-jupyter-notebook/readme.md)\u0026nbsp;\u0026nbsp;[Post](https://open.substack.com/pub/codenamewei/p/part-1-displaying-images-in-jupyter?r=5jsqh\u0026utm_campaign=post\u0026utm_medium=web)  \n![Python](https://img.shields.io/badge/-Python-05122A?style=flat\u0026logo=python)![Markdown](https://img.shields.io/badge/-Markdown-05122A?style=flat\u0026logo=markdown)\n2. Part 2: Displaying Videos in Jupyter Notebook\u0026nbsp;\u0026nbsp;[Code](jupyter/post2_displaying-videos-in-jupyter-notebook/readme.md)\u0026nbsp;\u0026nbsp;[Post](https://open.substack.com/pub/codenamewei/p/part-2-displaying-videos-in-jupyter?r=5jsqh\u0026utm_campaign=post\u0026utm_medium=web)  \n![Python](https://img.shields.io/badge/-Python-05122A?style=flat\u0026logo=python)![Markdown](https://img.shields.io/badge/-Markdown-05122A?style=flat\u0026logo=markdown)\n3. Managing Lifespan Events in FastAPI with Redis Example\u0026nbsp;\u0026nbsp;[Code](fastapi/event_handling/part1_lifespan_event_handling_with_redis/server.py) [Post](https://open.substack.com/pub/codenamewei/p/managing-lifespan-events-in-fastapi?r=5jsqh\u0026utm_campaign=post\u0026utm_medium=web\u0026showWelcomeOnShare=true)  \n![Python](https://img.shields.io/badge/-Python-05122A?style=flat\u0026logo=python)![FastAPI](https://img.shields.io/badge/-FastAPI-05122A?style=flat\u0026logo=fastapi)\n4. Performance Analysis: Read-In, Write-Out with Native IO, Pandas, Polars, and Modin\u0026nbsp;\u0026nbsp;[Code](data/performance_analysis_readin_writeout/readme.md) [Post](https://open.substack.com/pub/codenamewei/p/performance-analysis-read-in-write?r=5jsqh\u0026utm_campaign=post\u0026utm_medium=web)  \n![Python](https://img.shields.io/badge/-Python-05122A?style=flat\u0026logo=python)![Pandas](https://img.shields.io/badge/-Pandas-05122A?style=flat\u0026logo=pandas)![Polars](https://img.shields.io/badge/-Polars-05122A?style=flat\u0026logo=polars)![Modin](https://img.shields.io/badge/-Modin-05122A?style=flat\u0026logo=modin)\n5. Error Handling Strategy with Streamlit and FastAPI Implementation\u0026nbsp;\u0026nbsp;[Code](streamlit/error_handling) [Post](https://open.substack.com/pub/codenamewei/p/error-handling-strategy-with-streamlit?r=5jsqh\u0026utm_campaign=post\u0026utm_medium=web)   \n![Streamlit](https://img.shields.io/badge/-Streamlit-05122A?style=flat\u0026logo=streamlit)![FastAPI](https://img.shields.io/badge/-FastAPI-05122A?style=flat\u0026logo=fastapi)![Python](https://img.shields.io/badge/-Python-05122A?style=flat\u0026logo=python)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenamewei%2Ftechnical-posts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodenamewei%2Ftechnical-posts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodenamewei%2Ftechnical-posts/lists"}