RSS Amplifier

Podcast

CODARIUM

How to build products with code. Python, AWS, Elasticsearch

codarium.substack.comSource feed ↗10 episodes

Dormant Last read · last published · next check
Read 12 days ago and current, but nothing has been published for 6 years.

Latest episodes

Do you have an app/business/startup idea? MVP is not your first step

Or, how to fail early

"They would have said faster horses” ...the greatest example of asking wrong questions

Don't ask for solution. Ask for problem.

Designing an optimal multi-language search engine with Elasticsearch

All things Elastic series. Four different approaches to design a multi-language Elasticsearch index

Optimizing Elasticsearch performance. Avoiding multi-match queries

All things Elastic series. Using copy_to parameter to optimize the search speed of your index

"Scrape" ALL latest news on any company/person within 3 lines of Python code

Mining news data from Google

My secret sauce to make GitHub repositories that get 1k+ stars

Better to see something once than to hear about it a thousand times

"Reverse Engineering" Google News RSS Feed. Part I.

Or how I was writing the missing Google News RSS documentation

Doing HTTP requests? Always use 'requests' library, not 'urllib'

I wish someone told me that when I started doing web scraping with Python

One simple yet crucial thing I learned from YC's StartupSchool

How many users have you talked to?

"Never attribute to malice that which is adequately explained by stupidity"

Hanlon's razor, and how I use it as a developer