Page 97 of 126 (2519 total posts)

April 2021

06-04-2021
Thread by @cyberomin:

Thread by @cyberomin: "It's always fun when I speak to founders and potential founders and they are quick to tell me how they want to use AI/ML to improve customer […]"

Source: threadreaderapp.com

Thread by @cyberomin: "It's always fun when I speak to founders and potential founders and they are quick to tell me how they want to use AI/ customer retention and improve LTV. Truth is, they don't even need ML. A properly written SQL is what you ne […]"

Tags: sql
06-04-2021
CSS at Scale: LinkedIn’s New Open Source Projects Take on Stylesheet Performance

CSS at Scale: LinkedIn’s New Open Source Projects Take on Stylesheet Performance

Source: engineering.linkedin.com

Browsers use Cascading Style Sheets (CSS) to control the appearance of websites. From borders, fonts, and colors to layout, images, and animations, there are roughly 500 different style properties that can be declared with CSS. These properties are what make the visual diversity of the internet possible for your handheld device, desktop browser, and even your printer. Understanding the myriad style properties is a challenge for any front-end developer, but if you want to start an argument, bring up the question of how CSS selectors (the queries that assign style declarations to HTML element...

Tags: performance engineering css design
06-04-2021
Low-hanging design fruit: why you should use Google Font Superfamilies

Low-hanging design fruit: why you should use Google Font Superfamilies

Source: medium.freecodecamp.org

by Zach Smith Here’s everything you need to know about font superfamilies to make your next design project shine. What is a font superfamily?Are we talking about the Jacksons? The Kardashians? The Brady Bunch? Steve Martin’s fictional family in Cheaper by the Dozen? Or could we be

Tags: fonts design
06-04-2021
UI Design Best Practices and Common Mistakes | Toptal

UI Design Best Practices and Common Mistakes | Toptal

Source: toptal.com

Repetitive UI design trends and patterns have created a bland visual environment and diminished designer value as processes become more formulaic. The most progressive designers steer clear of visually stale design solutions and ditch restrictive rules by learning UI best practices and avoiding common design mistakes.

06-04-2021
How to Build an Effective Initial Deployment Pipeline

How to Build an Effective Initial Deployment Pipeline

Source: toptal.com

With this GitLab CI/CD deployment pipeline configuration, every push is tested, the master branch is deployed to staging servers with a fresh database dump from the production server, and versioned tags are deployed to production with backups and migrations running automatically. All for free.

Tags: deployment devops cd ci pipeline scale deploy build rails docker howto
06-04-2021
Microservices for Startups: An Interview with Khash Sajadi of Cloud66

Microservices for Startups: An Interview with Khash Sajadi of Cloud66

Source: hackernoon.com

Microservices for Startups: An Interview with Khash Sajadi of Cloud66 URL: https://hackernoon.com/microservices-for-startups-an-interview-with-khash-sajadi-of-cloud66-3df2ca945972?source=userActivityShare-d383785221d0-1525694185 Type: link Domain: hackernoon.com

Tags: microservice microservices
06-04-2021
Quick and Dirty Data Analysis with Pandas

Quick and Dirty Data Analysis with Pandas

Source: machinelearningmastery.com

Before you can select and prepare your data for modeling, you need to understand what you've got to start with. If you're a using the Python stack for machine learning, a library that you can use to better understand your data is Pandas. In this post you will discover some quick and dirty recipes for Pandas to improve the understanding of your

Tags: data-analysis pandas