Remove articles source-code-management-and-branching-strategies
article thumbnail

Breaking Down Bulky Builds With Netlify And Next.js

Smashing Magazine

For the end-user to actually benefit from this improvement there are cache invalidation strategies that must be considered. But this allows us to decouple content from code, by moving content to a Content Management System (CMS) we can update information in a few seconds, regardless of how big our application is. Átila Fassina.

Cache 129
article thumbnail

Data pipeline asset management with Dataflow

The Netflix TechBlog

any business logic code in a raw (e.g. Netflix homegrown CLI tool for data pipeline management. unique label, usually representing a business subject area, assigned to a workflow asset to identify it across all other assets managed by Dataflow (e.g. SQL) or compiled (e.g. data pipeline ?—?a Dataflow ?—?Netflix workflow ?—?see

Storage 201
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2)

Smashing Magazine

Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2). Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2). In Part 1 , we’ve covered the side effects of low-quality CSS codebase on end-users, development teams, and management. Adrian Bece. 2021-08-02T11:00:00+00:00. 2021-08-02T12:06:21+00:00.

Strategy 132
article thumbnail

Building a Rule-Based Platform to Manage Netflix Membership SKUs at Scale

The Netflix TechBlog

As we expand offerings rapidly across the globe, our ideas and strategies around plans and offers are evolving as well. Our team is also the primary source of truth for various offers and promotions. Besides, the mixed-use of the metadata files and business logic code adds another layer of maintenance complexity.

Mobile 209
article thumbnail

Jamstack CMS: The Past, The Present and The Future

Smashing Magazine

However, unlike the early days of the web, static sites are no longer limited to developers working in a code editor. During the 90s, we saw two content management systems for static sites — Microsoft FrontPage in 1996 and Macromedia Dreamweaver in 1997. Jamstack CMS: The Past, The Present and The Future. Mike Neumegen.

Ecommerce 139
article thumbnail

Automating Website Deployments Through Buddy

Smashing Magazine

This is a sponsored article.) Managing the deployment of a website used to be easy: It simply involved uploading files to the server through FTP and you were pretty much done. Managing and automating software deployment involves both tools and processes. Leonardo Losoviz. 2019-09-03T12:30:00+02:00. 2019-09-03T11:35:16+00:00.

Website 82
article thumbnail

How To Migrate From jQuery To Next.js

Smashing Magazine

Also, React offers cool features to facilitate the development of certain features, such as state management. It is an open-source React framework that offers features to generate static pages, create server-side rendered pages, and combine both types in the same application. Easy to create AJAX calls.