知鸦日报2022-08-11

2022-08-10 16:30:00 ~ 2022-08-11 16:30:00

产品

腾讯产品:【ADT】B端产品设计中的「用户角色」

摘要

作为体验设计师,用户永远是我们最关注的部分。对于C端产品,我们常常绘制用户画像进行分析;而B端产品由于特有的复杂业务性质,用户更多通过「角色」的概念与系统进行链接。因而B端用户角色的分析对于产品设计有着更大的意义。

登录后可查看文章图片

B端交互|全局框架制定·终篇

摘要

组件虽然是非常重要的内容,但全局要素中并不是仅仅关注它就够了,还需要关注关注项目中应用的页面类型。

不管有什么样的需求还是功能,它们都是由具体的一些页面类型组合而成。比如一个大型项目中包含了数十上百个表格页面,必然会有一部分页面包含比较特别的操作还是交互。

如果没有制定过比较统一的布局或交互形式,往往越做到后面越割裂,无法形成统一的体验。

登录后可查看文章图片

技术

netflix技术:Virtual Production — A Validation Framework For Unreal Engine

摘要

The use of Virtual Production and real time technologies has markedly accelerated in the past few years. At Netflix, we are always thrilled to see technology enable new ways of telling stories, and the use of these techniques on some of our shows like 1899 and Super Giant Robot Brothers has given us a front row seat to this exciting evolution in filmmaking. Each production that deploys these methods is an opportunity for the crew, tech manufacturers and us–the Netflix Production Innovation team–to learn, innovate and collaborate towards a common goal: universally accessible workflows that will enable creative opportunities and technical success for all filmmakers regardless of the size, location or scope of their project.

lyft技术:Improving the Experience of Making Envoy Route Changes

摘要

In a microservice world, significant route configuration changes to the front proxy are often required to keep up with an evolving business. Making these route configuration changes easily manageable and testable quickly becomes a challenging issue with the number of developers needing to make changes and the frequency of these changes.

salesforce技术:Architectural Principles for High Availability on Hyperforce

摘要

Infrastructure and software failures will happen. We idolize four 9s (99.99%) availability. We know we need to optimize and improve Recovery-Time-Objective (RTO, the time it takes to restore service after a service disruption) and Recovery-Point-Objective (RPO, the acceptable data loss measured in time). But how can we actually deliver high availability for our customers?

One of the missions of Salesforce’s engineering team is to prevent and minimize service disruptions. To achieve high availability for our customers, we design cloud-native architectural solutions that enable resilience for infrastructure failures and faster resolutions for unplanned incidents. We adopt safe deployment for non-disruptive software updates and releases.

This post will share our architectural principles for high availability that we’ve learned over the years and are applying to the Salesforce Hyperforce platform.

登录后可查看文章图片

搜狐技术:Jetpack Compose自定义Layout详解

摘要

最近在使用Jetpack Compose进行应用开发,不得不说相比较命令式布局方式Xml,Compose声明式UI真香。然而仅使用基础的Compose控件在面对UI大佬的设计图时,总会出现一些“小问题”,包括部分页面不能通过标准布局实现、需要特别精准的控制测量和放置的场景、需要实现布局动画等,这个时候往往需要通过自定义布局去解决这些“小问题”,来达到项目验收标准。既然是要自定义组件,那么首先了解一下Compose的布局模型吧,从布局模型中找到自定义组件的切入点。

登录后可查看文章图片

汽车之家技术:汽车之家APP基于Mach-O的探索与实践

摘要

Mach-O文件全称Mach Object,是在MacOS、iOS、iPadOS上的可执行文件,类似于Windows上PE文件。支持的CPU架构类型主要有x86_64、armv7、arm64。

登录后可查看文章图片

58同城技术:WLock:高可用分布式锁设计实践

摘要

WLock是一套基于58已开源的一致性算法组件WPaxos实现的高可靠、高吞吐分布式锁服务,可应用于分布式环境下协调多进程/线程对共享资源的访问控制、多节点Master选主等业务场景。

登录后可查看文章图片

阿里巴巴技术:用了那么久的Lombok,你知道它的原理么?

摘要

学会如何自己写一个属于自己的简易Lombok的插件。

登录后可查看文章图片

vivo技术:Kotlin协程解析系列(上):协程调度与挂起

摘要

本篇文章主要介绍Kotlin协程的创建、协程调度与协程挂起部分内容,对相关内容进行细致解析。

登录后可查看文章图片

vivo技术:HttpClient 在vivo内销浏览器的高并发实践优化

摘要

HttpClient作为Java程序员最常用的Http工具,其对Http连接的管理能简化开发,并且提升连接重用效率;但在并发高,报文体较大的情况下,如果再遇到网络波动,如何保证连接被高效利用,有哪些优化空间。

登录后可查看文章图片

一次 VSCode 插件内存泄露背后的技术思考

摘要

在一次新版本的插件发布后,收到反馈,偶尔会有卡死的情况,在休眠后出现概率比较高。

登录后可查看文章图片

百度技术:基于 TLS 1.3的百度安全通信协议 bdtls 介绍

摘要

百度小程序已经在百度开源联盟的多家宿主APP上运行,为了保证小程序框架、小程序、宿主APP等业务方相互之间的通信服务不被恶意攻击,运营类活动不被薅羊毛,基于最新的TLS1.3的协议标准,百度小程序研发团队推出了一套安全防固多APP、多业务的百度安全通信协议方案。下面将从握手到加密业务传输各个阶段,介绍相关算法、技术选型、Server与Client的实现方案。

登录后可查看文章图片


‹ 2022-08-10 日报 2022-08-12 日报 ›

qrcode

关注公众号
接收推送