Just finished another section of the "Design to Code" path I'm taking on Frontend Masters 🥳 Topics talked about were layout, color theory, typography, images and performance. Great refresher that I didn't know I needed Mery merycodes...
Kotlin or Java is nice to have Some full stack experience working with backend like Nodejs Responsibilities: Lead or guidance Junior engineers in the team and help them grow. Design, code and maintain mobile user experiences end-to-end for Web platforms (Desktop & Mobile web) in our Accommoda...
添加表单组件库,例如Ant-Design 自定义表单组件,例如图片上传组件 用来构建复杂的表单组件 处理控制逻辑和联动逻辑 使用栗子 import { Input, Select } from 'antd' const Option = Select.Option { type: 'container', dataKey: 'descr', style: { display: 'inline-block', width: 100, margin: '0 15px...
NotificationsYou must be signed in to change notification settings Fork0 Star0 main 1Branch0Tags Code README MIT license 专注于挖掘优秀的前端开源项目,抹平你的前端信息不对称,涵盖 JavaScript、Vue、React、Node、小程序、Flutter、Deno、HTML、CSS 等。
The solution is also very simple, we need to design such a routing mechanism:The main frame configures the sub-application's route as subApp: { url: '/subApp/**', entry: './subApp.js' } , then when the browser's address is /subApp/abc ...
# When a test case has back to back expectations, # it is recommended to group them using `:aggregate_failures` it 'shows the issue description and design references', :aggregate_failures do expect(page).to have_text('The designs I mentioned') expect(page).to have_link(design_tab_ref)...
The observer pattern (also known as publish/subscribe pattern) is a behavioral design pattern that defines a one-to-many relationship between objects such that, when one object changes its state, all dependent objects are notified and updated automatically. An object with a one-to-many relationshi...
Technical design and implementation of functionalities in WeChat Official Accounts, WeChat Mini Programs and WeCom (hands-on coding required! ~ 90-100%) Support required development, maintenance, code reviews and refactoring of our applications, WeChat Official Accounts and Mini Programs landscape Integ...
Think of the portfolio as your store where people can browse and choose options. This means showcasing a diversity of work to attract more customers. Ensure the site works properly for all visitors. Portfolios are highly visual because not all customers speak the design language. So, someone mi...
Design for 100x”. The main idea behind this sentence is that architectural choices are the most complex to change over time. So, while building your product, you may not code all the foundations for a time where you will have to support 10 platforms, but you can lay the land to add ...