自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(99)
  • 收藏
  • 关注

翻译 fizzbuzz_fizzbuzz解决棘手的编程面试问题

fizzbuzzAt the moment, I am currently reading Eloquent JavaScript. One of the exercise in the book is FizzBuzz. The problem statement goes thus:目前,我目前正在阅读Eloquent JavaScript。 书中的练习之一是FizzBu​​zz。 问题陈述如...

2020-10-16 00:35:27 427

翻译 ui设计师与开发人员的沟通_开发人员和设计师的27种免费资源

ui设计师与开发人员的沟通Design is the face of your product, service or content, without good designs, even if the content is amazing, there are chances that it might not appeal a larger audience to “have a look”...

2020-10-16 00:26:19 1128

翻译 tdd 使用详解_基于tdd和迁移管理,使用adonisjs构建rest api

tdd 使用详解In this article, we will build a simple REST API using the Adonisjs framework, including test-driven development and migration practice. As Adonisjs is a Nodejs MVC framework, so, we need to h...

2020-10-16 00:15:43 294

翻译 nodejs gulp_nodejs用gulp和brotli优化

nodejs gulpAn important factor that affects the performance of a website is the size of resources requested by the browser. CSS and JavaScript source files are among the top of these resources. If you...

2020-10-16 00:06:02 460

翻译 前端 延迟加载和捆绑拆分_代码拆分akaReact中的延迟加载

前端 延迟加载和捆绑拆分Code organization is important for the maintainability, scalability, and efficiency of a program. For example, a web application can be organized using links which lead to individual pages...

2020-10-15 23:57:00 88

翻译 JavaScript中有效的有限并行执行

Let’s say you need to save 10000 books into a books service. The service’s API only allows us to save 100 books per request. My first idea would be to split everything into chunks of 100 books and fir...

2020-10-15 23:47:59 108

翻译 如何将Google Vision API与React Native和Expo集成

In order to help you learn how to use the optical character recognition(OCR) API, we will be building a simple bill/receipt scanning application. There are a bunch of technologies out there, such as T...

2020-10-15 23:38:42 201

翻译 无比打字与拼英打字_什么是打字稿及其工作方式

无比打字与拼英打字什么是打字稿?(What is typescript?)The short answer is, typescript is a strong type language that is built on javascript. When writing typescript, it feels like writing 90% javascript, plus 10% ext...

2020-10-15 23:28:41 176

翻译 机器学习角度和统计学角度_为什么我要重新学习角度

机器学习角度和统计学角度重点(Top highlight)“Experience is the name everyone gives to their mistakes — Oscar Wilde”“经验就是每个人都犯错误的名字-奥斯卡·王尔德”I have spent most of my career working on web applications developed in Angu...

2020-10-15 23:18:28 222

翻译 在2020年选择js或vue js

In today’s time, developers are offered a variety of frameworks to go with yet few remain a popular choice.在当今的时代,为开发人员提供了多种框架,但很少有人选择。React.js and Vue.js are the two most popular frameworks right no...

2020-10-15 23:07:37 174

翻译 null和es2020可选链接和null合并

When Javascript developers think of ECMA, they reference the changes made in 2015 that improved syntax and added new features to the language. However, ECMA still updates the language! And earlier thi...

2020-10-15 22:56:44 150

翻译 有用的javascript数学函数

When working with large amounts of data, there are times when you will come across an array of numbers, which you would then have to manipulate to gather and analyze information from. The great thing ...

2020-10-15 22:47:30 43

翻译 react受控组件_使用react钩子构建受控表单

react受控组件Are you currently remaking your class components into stateless functional components but don’t know how to do the same with your controlled forms ? You’ve come to the right place! In this bl...

2020-10-15 22:36:46 247

翻译 react前端ui的使用_在React中使用材料ui进行主题化

react前端ui的使用Material UI:2020年获奖的React UX库(Material UI: The winning React UX library in 2020)Material UI is currently the most popular UI framework for React, with the library providing a range of rea...

2020-10-15 22:26:41 800

翻译 前端应用监控体系_为什么前端监控对于2020年的Web应用至关重要

前端应用监控体系The best tools we use in our lives can often appear like magic. They simplify our tasks in ways that we thought unimaginable, and we’re often left thinking about why we didn’t discover them ea...

2020-10-15 22:15:46 320

翻译 js bifrost了解称为iife的编码模式

Welcome to The JS Bifrost, your pathway to rock-solid foundation for God-level JavaScript. This is the next article in the series. This article is about one of the most popular coding pattern called “...

2020-10-15 22:05:48 151

翻译 入门javascript_现代javascript模板文字入门

入门javascriptIntroduced in 2015 with ECMAScript6, template literals let us dynamically construct strings of text and embedded expressions, even multi-line strings of text, in a more elegant way than co...

2020-10-15 21:55:33 145

翻译 宁静的api简介来表达

Learn how to write a RESTful API using Node.js and Express了解如何使用Node.js和Express编写RESTful APIIn this article, you will learn to write a simple RESTful API using Node.js and Express. 在本文中,您将学习使用Node.js...

2020-10-15 21:46:26 113

翻译 嘿javascript停止让我循环

A Guide to Understanding What is Going On in the JavaScript Event Loop理解JavaScript事件循环中正在发生什么的指南JavaScript: A Single Threaded, Non-Blocking, Asynchronous, Concurrent Language. That makes perfect sens...

2020-10-15 21:36:12 56

翻译 实施一个光明与黑暗的主题,以持久的React

介绍(Introduction)So, you’ve come to that point in the creation of your website where you want to do something that looks “cool”, and what’s cooler (or more on brand with 2020) than having a button tha...

2020-10-15 21:25:35 202

翻译 react 旋转角度_角度与React之间的最明确的比较两个泰坦

react 旋转角度介绍(Introduction)In today’s world Angular and React are two of the most used frameworks for frontend development. The latest versions of both of the technologies Angular 9 and React 16 come ...

2020-10-12 23:17:11 180

翻译 c#创建web应用程序_选择角度创建Web应用程序开发的原因

c#创建web应用程序What is Angular and why are users completely drawn towards it? Are you also wondering about the same thing, if yes then you’re at the right place! This blog will guide you through the Angul...

2020-10-12 23:07:43 195

翻译 桥接模式容器模式主机模式_容器模式,以更好地进行状态管理

桥接模式容器模式主机模式介绍(Introduction)The container pattern is a concept introduced in the Unstated-Next library. This pattern thinks about states as varieties of Containers that hold a modular slice of the gl...

2020-10-12 22:58:06 251

翻译 react 谷歌地图_谷歌地图与React

react 谷歌地图情况(The Situation)Your working on a React-based application and you want to implement Google Maps to display the location of your business or provide directions to a user. At this point, you...

2020-10-12 22:47:24 449

翻译 json 增加记录_使您记录的json可读

json 增加记录I am tired of logging JSON and seeing [Object] or [Array] on my terminal.我厌倦了记录JSON并在终端上看到[Object]或[Array] 。So I set out on a mission to do something about it. Enter jq, a lightweight and fl...

2020-10-12 22:37:57 88

翻译 javascript指南_在javascript中使用模式框的非官方指南

javascript指南Let’s do the Modal Yodel!我们来做Modal Yodel! 什么是模态盒?(What is a modal box?)A modal box is a pop-up box that renders to the page on click, or when some sort of logic is executed. You’ve prob...

2020-10-12 22:28:47 58

翻译 自行车车把会吧车刮坏吗_快速车把

自行车车把会吧车刮坏吗Templating engines are already a great invention — this is what I noticed again when I was working on a personal project with handlebars.js and Express recently.模板引擎已经是一个伟大的发明-这是我最近在使用handl...

2020-10-12 22:18:44 219

翻译 jdb可视化调试_数据可视化调试器

jdb可视化调试VS代码扩展(VS CODE EXTENSION)Visualizing data structure modifications utilizing the debugging view provides a very precise picture of exactly what happens with each operation. This article covers...

2020-10-12 22:08:14 380

翻译 Node js最佳实践数据和安全性

Like any kind of apps, JavaScript apps also have to be written well.像任何类型的应用程序一样,JavaScript应用程序也必须写得很好。Otherwise, we run into all kinds of issues later on. 否则,我们稍后会遇到各种各样的问题。In this article, we’ll l...

2020-10-12 21:58:15 326

翻译 使用exceljs将数据导出到excel中

When we develop a simple application or complex enterprise application using any technology, The end-user always needs the report data in an Excel file. Why because most people rely on excel file. I w...

2020-10-12 21:48:15 992

翻译 设置 ajax不设置超时_了解设置超时

设置 ajax不设置超时setTimeout()(setTimeout())It is a function in JavaScript that delays the execution of code. 它是JavaScript中的一个函数,会延迟代码的执行。 setTimeout()的部分:(Parts of setTimeout():)Parts of setTimeout() s...

2020-10-12 21:37:35 1891

翻译 打字稿中的双功能

This is the second installment into the series on lesser-known abstractions in functional programming with TypeScript. The first part can be found here. In this article I will amuse you understand the...

2020-10-12 21:27:49 68

翻译 react cookie_安全React快速应用程序jsonwebtoken cookie会话auth0和通行证教程

react cookieI’ve been a long-time learner of express, node, and react projects. I’m always hopping from one example to another trying to figure out the best configuration for my express servers. There...

2020-10-12 21:18:07 1049

翻译 离子React使用RESTful API进行登录身份验证

In this tutorial, I'm going to help you get started with Ionic-React framework by building a simple Login Authentication app. The video below shows the application we'll be developing together.在本教程中,我...

2020-10-12 21:08:41 216

翻译 rxjs用简单的英语解释

React式编程(Reactive Programming)介绍(Introduction)Do you want to start learning RxJs but get confused with some of the terminology that surrounds it? Or are you already using it and want to understand i...

2020-10-12 20:58:04 238

翻译 javascript 开发_如何不成为普通JavaScript开发人员

javascript 开发重点(Top highlight)你不会一样(YOU WON’T BE THE SAME)The life of a developer is not easy, developers are problem solvers ????‍♂️ and constantly learning individuals ????. They have to keep upgrading????....

2020-10-12 20:48:50 99

翻译 通往神秘的道路_通往更好抽象的道路

通往神秘的道路I recently started writing about refactoring JavaScript to use Collection Pipelines instead of loops. I make a pretty bold claim that this will lead to cleaner code, what I haven’t done yet is ...

2020-10-12 20:39:18 89

翻译 如何在js中拦截回调函数,即根据需要修改模块函数

问题总结(Problem Summary)You are using a npm module with supported functions that have callbacks as parameters. You want that every time you handle a callback, you add some tasks before the actual callba...

2020-10-12 20:29:45 667

翻译 Web组件为什么要坚持做出React

重点(Top highlight)There’s an interesting discussion on the Internet about how Web Components will replace modern front-end libraries, and that popular tools like React and Vue will slowly become obsole...

2020-10-12 20:18:54 67

翻译 javascript var let或const您应该使用哪一个

ES6 came with a lot of great new features including two new ways to define variables in JavaScript. There are now three different keywords or identifiers to declare a variable in JavaScript. In this a...

2020-10-12 20:09:39 309

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除