From 9818db1331f60bb35f97f3e0db2f0a7ba725c4d3 Mon Sep 17 00:00:00 2001 From: Luciano Mammino Date: Mon, 25 Mar 2024 11:00:27 +0000 Subject: [PATCH] chore: moved mc:hideable for sponsored banner to the row level --- functions/create-issue/__tests__/__snapshots__/template.html | 2 +- functions/create-issue/templates/newsletter.njk | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/create-issue/__tests__/__snapshots__/template.html b/functions/create-issue/__tests__/__snapshots__/template.html index 39fe0b1..bfe113b 100644 --- a/functions/create-issue/__tests__/__snapshots__/template.html +++ b/functions/create-issue/__tests__/__snapshots__/template.html @@ -504,4 +504,4 @@ padding-top: 0 !important; padding-right: 12 !important; } - }
Logo

Hello, *|FNAME|*

Welcome to issue #336

This issue is kindly sponsored by:

“All programming languages are shit. But the good ones fertilize your mind“

— Reginald Braithwaite , Software Developer

The complexity of writing an efficient NodeJS Docker image - Specfy

The complexity of writing an efficient NodeJS Docker image - Specfy  —  A step by step guide to build fast and lightweight NodeJS docker images. Read article

Astro 3.0 | Astro  —  30% faster and more powerful than ever, Astro 3.0 is here! Includes new features and enhancements around View Transitions, Image Optimization, Fast Refresh JSX and more. Read article

Dark Mode: How Users Think About It and Issues to Avoid  —  Dark mode is popular, but not essential. Users like dark mode but maintain similar behaviors without it. They think about it at the system level, not the application level. If you choose to support dark mode, test your design to avoid common dark-mode issues. Read article

Bézier Curves - and the logic behind them | Richard Ekwonye  —  The logic behind Bézier Curves used in CSS animations and visual elements. Read article

sponsored

Sponsored Content  —  Add here the text for your sponsored content. Read Article

Creating custom easing effects in CSS animations using the linear() function | MDN Blog  —  The new CSS linear() timing function enables custom easing in animations. Explore how linear() works compared with other timing functions used for easing, with practical examples. Read article

Falling For Oklch: A Love Story Of Color Spaces, Gamuts, And CSS — Smashing Magazine  —  The CSS Color Module Level 4 specification defined a slew of new color features when it became a candidate recommendation in 2022, including Oklab and Oklch, which have widened the field of color we have to work with. Explore the Oklch color space and how to start using it in CSS today. Read article

Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build them

by Phil Sturgeon

Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build them

API development is becoming increasingly common for server-side developers thanks to the rise of front-end JavaScript frameworks, iPhone applications, and API-centric architectures. It might seem like grabbing stuff from a data source and shoving it out as JSON would be easy, but surviving changes in business logic, database schema updates, new features, or deprecated endpoints can be a nightmare. After finding many of the existing resources for API development to be lacking, Phil learned a lot of things the hard way through years of trial and error. This book aims to condense that experience, taking examples and explanations further than the trivial apples and pears nonsense tutorials often provide. By passing on some best practices and general good advice you can hit the ground running with API development, combined with some horror stories and how they were overcome/avoided/averted.

👋 That’s all for this week. See you next Monday!

Greetings from your full stack friends Luciano & Andrea

\ No newline at end of file + }
Logo

Hello, *|FNAME|*

Welcome to issue #336

This issue is kindly sponsored by:

“All programming languages are shit. But the good ones fertilize your mind“

— Reginald Braithwaite , Software Developer

The complexity of writing an efficient NodeJS Docker image - Specfy

The complexity of writing an efficient NodeJS Docker image - Specfy  —  A step by step guide to build fast and lightweight NodeJS docker images. Read article

Astro 3.0 | Astro  —  30% faster and more powerful than ever, Astro 3.0 is here! Includes new features and enhancements around View Transitions, Image Optimization, Fast Refresh JSX and more. Read article

Dark Mode: How Users Think About It and Issues to Avoid  —  Dark mode is popular, but not essential. Users like dark mode but maintain similar behaviors without it. They think about it at the system level, not the application level. If you choose to support dark mode, test your design to avoid common dark-mode issues. Read article

Bézier Curves - and the logic behind them | Richard Ekwonye  —  The logic behind Bézier Curves used in CSS animations and visual elements. Read article

sponsored

Sponsored Content  —  Add here the text for your sponsored content. Read Article

Creating custom easing effects in CSS animations using the linear() function | MDN Blog  —  The new CSS linear() timing function enables custom easing in animations. Explore how linear() works compared with other timing functions used for easing, with practical examples. Read article

Falling For Oklch: A Love Story Of Color Spaces, Gamuts, And CSS — Smashing Magazine  —  The CSS Color Module Level 4 specification defined a slew of new color features when it became a candidate recommendation in 2022, including Oklab and Oklch, which have widened the field of color we have to work with. Explore the Oklch color space and how to start using it in CSS today. Read article

Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build them

by Phil Sturgeon

Build APIs You Won't Hate: Everyone and their dog wants an API, so you should probably learn how to build them

API development is becoming increasingly common for server-side developers thanks to the rise of front-end JavaScript frameworks, iPhone applications, and API-centric architectures. It might seem like grabbing stuff from a data source and shoving it out as JSON would be easy, but surviving changes in business logic, database schema updates, new features, or deprecated endpoints can be a nightmare. After finding many of the existing resources for API development to be lacking, Phil learned a lot of things the hard way through years of trial and error. This book aims to condense that experience, taking examples and explanations further than the trivial apples and pears nonsense tutorials often provide. By passing on some best practices and general good advice you can hit the ground running with API development, combined with some horror stories and how they were overcome/avoided/averted.

👋 That’s all for this week. See you next Monday!

Greetings from your full stack friends Luciano & Andrea

\ No newline at end of file diff --git a/functions/create-issue/templates/newsletter.njk b/functions/create-issue/templates/newsletter.njk index c36e1b7..f3df18d 100644 --- a/functions/create-issue/templates/newsletter.njk +++ b/functions/create-issue/templates/newsletter.njk @@ -568,8 +568,8 @@ - - + + {% include "sponsor_banner.njk" %}