Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/konekoya/til

Today I Learned
https://github.com/konekoya/til

learning-in-public til today writing

Last synced: 10 days ago
JSON representation

Today I Learned

Awesome Lists containing this project

README

        

# TIL

> Today I Learned.

Inspired by [Josh Branchaud](https://dev.to/jbranchaud/how-i-built-a-learning-machine-45k9)

## JavaScript

- [Get All Elements From a Form](js/get-all-elements-from-a-form.md)
- [Convert NodeList and HTMLCollection to JS Array](js/convert-nodelist-and-htmlcollection-to-js-array.md)
- [Use Object.hasOwn to check Object properties in JavaScript](js/use-object-hasown-to-check-properties-in-javascript.md)
- [Memorization function](js/memorization-function.md)

## Python

- [Static Web Content Scraping with Requests and Beautiful Soup](/python/static-web-content-scraping-with-requests-and-beautiful-soup.md)
- [Dynamic Web Content Scraping with Requests HTML](/python/dynamic-web-content-scraping-with-requests-html.md)
- [Display Web Scraping Data with Pandas](/python/display-web-scraping-data-with-pandas.md)
- [Scrape Data From an API Endpoint](/python/scrape-data-from-an-api-endpoint.md)
- [Scrape Dynamic Data with Playwright](/python/scrape-dynamic-data-with-playwright.md)
- [Use Playwright Codegen to Automate UI Interactions](python/use-playwright-codegen-to-automate-ui-interactions.md)

## CSS

- [Position fixed under transform elements will no longer has fixed behavior](/css/position-fixed-under-transform-elements-will-no-longer-has-fixed-behavior.md)
- [Create a Full Screen Background Image with Object Fit](/css/create-a-full-screen-background-image-with-object-fit.md)
- [Stick footer with Flexbox](/css/stick-footer-with-flexbox.md)
- [Make Element Box model Vanish with CSS display contents](/css/make-element-box-model-vanish-with-css-display-contents.md)

## Linux

- [Add a New User in CentOS](linux/add-a-new-user-in-centos.md)
- [Persist Environment Variables after Reboot](linux/persist-environment-variables-after-reboot.md)
- [Setting up a Cron Job on Linux Machines](linux/setting-up-a-cron-job-on-linux-machines.md)

## GitHub Actions

- [Create a Scheduled GitHub Action](/github-actions/create-a-scheduled-github-action.md)

## Browsers

- [Take a Full Screenshot with Chromium Browsers](/browsers/take-a-full-screenshot-with-chromium-browsers.md)

## Google

- [Retrieving Your Browser Headers Using Google](/google/retrieving-your-browser-headers-using-google.md)