Skip to content

Instantly share code, notes, and snippets.

View AxelTahmid's full-sized avatar
:shipit:

Axel Tahmid AxelTahmid

:shipit:
  • Saskatoon, Saskatchewan, Canada
  • 18:22 (UTC -06:00)
View GitHub Profile
@AxelTahmid
AxelTahmid / hide-n-seek-list.json
Created October 29, 2024 02:21 — forked from DataDalton/hide-n-seek-list.json
Known posters of ghost jobs, scam companies, and resume/data farm companies (Note: Some companies are legitimate, if they are on here it just means I have confirmed they have at some point posted a ghost job, or are a resume/data farm)
{
"JobAttributeManager.glassdoor.companyName.blockedJobAttributeValues": [
"Infosys",
"ACORD Solutions Group",
"Hope Network Professional Services",
"Nursing Network",
"Peraton",
"Convergence Networks",
"ITCommence Inc",
"Hope Network Neuro Rehabilitation",
@Widdershin
Widdershin / ssr.md
Last active May 1, 2024 17:36
The absurd complexity of server-side rendering

In the olden days, HTML was prepared by the server, and JavaScript was little more than a garnish, considered by some to have a soapy taste.

After a fashion, it was decided that sometimes our HTML is best rendered by JavaScript, running in a user's browser. While some would decry this new-found intimacy, the age of interactivity had begun.

But all was not right in the world. Somewhere along the way, we had slipped. Our pages went uncrawled by Bing, time to first meaningful paint grew faster than npm, and it became clear: something must be done.

And so it was decided that the applications first forged for the browser would also run on the server. We would render our HTML using the same logic on the server and the browser, and reap the advantages of both worlds. In a confusing series of events a name for this approach was agreed upon: Server-side rendering. What could go wrong?

In dark rooms, in hushed tones, we speak of colours.