自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

翻译 jenkins使用git_使用git jenkins kubernetes的ci cd管道

jenkins使用gitIn this article, I will demonstrate Continuous Integration & Continuous Deployment using Jenkins, Git, and Kubernetes. Also before begin let's see a little bit of overview of these thr...

2020-10-15 09:33:07 543

翻译 rails部署到服务器上_将Rails应用程序部署到数字海洋

rails部署到服务器上You probably have deployed your rails applications to Heroku, it is pretty simple and straight forward. But what about deploying your app to Digital Ocean, I found it a little bit more cha...

2020-10-15 09:22:28 382

翻译 用python构建杀手级投资组合

As an investor, not only do you want to watch your investment grow, you want it to grow as much as possible. However, being far from a sure thing, an investment carries a certain degree of risk, and w...

2020-10-15 09:11:48 1593

翻译 oracle sql枢轴和unpivot运算符解释

如何在Oracle SQL Server中将行旋转到列?(How do you Pivot rows to columns in Oracle SQL Server?)There are several methods to convert multiple rows to columns in SQL query. 有几种方法可以将多行转换为SQL查询中的列。You can easily t...

2020-10-15 09:01:27 253

翻译 并发发布程序的沉默杀手

Our team is building an on-demand food delivery in Thailand, and we’re facing concurrency issues all the time. The most junior developer I talked to didn’t seem aware of the problem, so we trained the...

2020-10-15 08:51:13 105

翻译 rds导出慢sql_在Amazon RDS上使用SQL Server批量插入

rds导出慢sqlTL; DR(TL;DR)With the support of S3 integration, you can now download .csv, .xml, .txt. and other file types from Amazon S3 directly to your Amazon RDS for SQL Server database and import tha...

2020-10-15 08:40:36 260

翻译 仅使用类进行编程

In my post Implementing numbers in “pure” Ruby I established some ground rules that allowed us to use some basic ruby stuff like equality operator, booleans, nil, blocks and so on.在我的文章《在“纯” Ruby中实现数字...

2020-10-15 08:30:50 142

翻译 完整的客户数据栈

重点(Top highlight)总览(Overview)In this article, we break down the ideal architecture for “the complete customer data stack” from the perspective of the data engineer. With new customer data software to...

2020-10-15 08:20:19 395

翻译 5种最佳Visual Studio代码扩展

1.实时服务器(1. Live Server)Live Server is a must for any developer. This should be the first extension any beginner downloads. After installing, you will will see a small “Go Live” button on the bottom o...

2020-10-15 08:10:49 1560

翻译 如何使用skaffold和minikube在本地为kubernetes开发

This is a very practical tutorial. I am not going to dwell on why microservices are here to stay and why Kubernetes is a beast to set up. I am going to cut it straight to the core. You have come here ...

2020-10-15 07:59:54 401

翻译 python 随机库_python随机库中的三个宝石

python 随机库Python is a batteries-included language, meaning it includes many many useful features in the standard library included with your Python installation. One of the handy libraries israndom tha...

2020-10-15 07:49:57 241

翻译 关注行为

当然,我们在质量检查方面所做的一切,都经历了令人沮丧的时刻,经过数小时的测试和高度奉献和关注,在评估中展示新功能时,几秒钟就足以使某人不费吹灰之力找到新秀错误。 在每个人的目光面前,其他人提出了一个压倒性的问题:“他们测试了什么?” 或者也许是:“他们怎么可能看不到这么简单的东西?(Surely all we have worked on QA, we have gone through th...

2020-10-15 07:38:58 197

翻译 python类入门

In computer programming, classes are a convenient way to organize data and functions such that they are easy to reuse and extend later. In this post, we will walk through how to build a basic class in...

2020-10-15 07:28:53 78

翻译 docker和服务器集成_与docker和testcontainers进行集成测试

docker和服务器集成We, as good developers, create unit tests for every piece of code we write, so we can be confident to iterate on the code. Unit tests are fast, reliable and relatively easy to write and ma...

2020-10-15 07:18:31 660

翻译 tmdb数据集_数据科学第2部分的数据管道tmdb api数据搜寻器

tmdb数据集Distributed TMDb API Data Download using AWS Lambda.使用AWS Lambda的分布式TMDb API数据下载。 是否想偶尔听到有关Tensorflow,Keras,DeepLearning4J,Python和Java的抱怨?(Wanna hear occasional rants about Tensorflow, Keras,...

2020-10-15 07:07:36 1522

翻译 vs扩展代码_4 vs代码扩展使工作轻松

vs扩展代码Visual Studio Code (VS Code) is praised by many programmers as the ultimate weapon of development. By the extensions, VS Code can almost code in 99% of the programming languages. These extension...

2020-10-15 06:58:24 363

翻译 大数据分析标签库_标签分析

大数据分析标签库This article is following the steps of the analysis started here.本文正在按照从此处开始的分析步骤进行操作。We are going to have a look at the tags used in our 60,000 questions from StackOverflow with Quality Rati...

2020-10-15 06:48:38 1125

翻译 python拼写检查_python中的languagetool语法和拼写检查器

python拼写检查语言工具(LanguageTool)LanguageTool is an open-source grammar tool, also known as the spellchecker for OpenOffice. This library allows you to detect grammar errors and spelling mistakes through ...

2020-10-15 06:38:01 2961

翻译 ruby 对象定义_Ruby中定义的关键字

ruby 对象定义In this article, we’re going to explore the following topics:在本文中,我们将探讨以下主题:the defined? keyword defined? 关键词defined? in the context of resolv-replacedefined? 在解决resolv-replace的背景下defined? y...

2020-10-15 06:28:27 348

翻译 内心宁静_什么是宁静路线以及如何使用它们

内心宁静Chances are that you have already heard about REST APIs even before you stumbled upon this article. But maybe you never fully understood what that meant, or as to why it is used so frequently. The...

2020-10-15 06:18:57 127

翻译 rails git_用Ruby删除Rails和git上未使用的代码

rails gitOne of my recent projects was to try to identify unused pieces of code and remove them safely. This can be quite a difficult task in Ruby, as there is little way to be certain what calls what...

2020-10-15 06:08:08 124

翻译 react钩子_usestate钩子的几种状态在React

react钩子Hooks have changed the way we write React components. It encourages a much more functional and composable style of coding that was difficult to achieve with class components. One of the biggest...

2020-10-15 05:57:49 671

翻译 python迭代器生成器和装饰器变得容易

Recently I received an email from one of my readers asking me to write about Python’s complex topics such as Iterators, Generators, and Decorators. In this post, I’m going to cover the basics, impleme...

2020-10-15 05:46:51 158

翻译 navisworks前进_如何使用python从Excel创建navisworks冲突测试xml

navisworks前进Prior to picking up Python during lockdown in 2020, one of my pet peeves for the longest time was how time consuming preparing for the clash detection process can be and my inability to do...

2020-10-15 05:36:11 465

翻译 数据架构设计 数据架构组_数据科学第3部分基础架构的数据管道作为代码

数据架构设计 数据架构组Deploying AWS EC2 Machines, AWS Redshift, Apache Airflow using a a repeatable interactive process coded into an explanatory Jupyter Notebook.部署AWS EC2机器, AWS Redshift和Apache Airflow,使用可重复的...

2020-10-15 05:25:33 418

翻译 了解kubernetes中的工作

Jobs and Cron Jobs are very important parts of Kubernetes workloads. These Jobs help us to perform a particular task which we assigned to them.Jobs和Cron Jobs是Kubernetes工作负载的重要组成部分。 这些工作帮助我们执行分配给他们的特定任...

2020-10-11 17:15:13 188

翻译 一般处理程序可以类似路由的_网络核心动作路由处理程序和方法

一般处理程序可以类似路由的介绍(Introduction)I am going to discuss four interrelated terms and the code that they represent in this article. These are terms that sometimes get used interchangeably or applied somewha...

2020-10-11 17:05:18 207

翻译 iterator指针回到0_回到基础与指针

iterator指针回到0基础,编程(BASICS, PROGRAMMING)Pointers are one of the most important concepts to understand in low-level programming. I remember trying to wrap my head around it with no luck. So, I wrote th...

2020-10-11 16:55:29 667

翻译 Spring Boot微服务API网关

为什么我们需要API网关?(Why do we need API Gateway?)To understand this pattern we must delve into the real life problems, in the microservices world. We will continue with the example of our e-commerce system....

2020-10-11 16:45:38 988

翻译 也许现在还不注销scala

As programmers, we care about what programming languages other programmers are using. Scala shows a 0.2% decline in the PYPL index. The trends on Google and YouTube are also discouraging. Therefore, n...

2020-10-11 16:34:53 68

翻译 选择正确的分区数复制因子apache kafka

A Small Introduction to Kafka!卡夫卡小介绍!So before we learn about Kafka, let’s learn how companies start. At first, it’s super simple. You get a source system, and you have a target system and then you n...

2020-10-11 16:24:40 129

翻译 pandas sql_将SQL与Pandas一起使用

pandas sqlpandas is a very popular solution for many looking to move away from databases and toward smaller, more realistic solutions when it comes to manipulating data. Because many developers, analy...

2020-10-11 16:13:42 178

翻译 python pypi_将您的python包发布到pypi

python pypiNote: The complete source code can be found on GitHub.注意:完整的源代码可以在GitHub上找到。If you work with Python, then you are probably aware of packages that you can download and import into your proj...

2020-10-11 16:03:48 330

翻译 在python中解包什么

编程, Python的(Programming, Python)In this article, we will go through unpacking, extended unpacking & nested unpacking. Let’s get started.在本文中,我们将介绍unpacking , extended unpacking和nested unpacking 。...

2020-10-11 15:53:13 110

翻译 python dags_气流动态dags python globals

python dagsIn this post, I introduce the concept of dynamic DAG creation and explain the significance of Python global variables for Airflow.在本文中,我将介绍动态DAG创建的概念,并说明Python全局变量对Airflow的重要性。 “动态DAG”是什么意...

2020-10-11 15:43:04 222

翻译 什么是api_什么是API

什么是apiDo you pull the same reports every week to send to your superiors?您是否每周都会提取相同的报告以发送给您的上级?Do you pay an intern to enter data from one AP to another every week? 您是否需要支付实习生才能每周从一个AP输入数据到另一个AP?Doe...

2020-10-11 15:32:20 1366

翻译 mvc应用程序生命周期_使用mvc设计模式制作出色的应用程序

mvc应用程序生命周期MVC设计模式的背景????(Background on the MVC Design Pattern????)Tightly coupled code can be easy to write but is a huge pain in the A** when trying to scale… 紧密耦合的代码易于编写,但是在尝试扩展时却给A **带来了巨大的痛苦……it is h...

2020-10-11 15:21:43 309

翻译 自学小程序开发_最有效的自学程序员开发人员的5个习惯

自学小程序开发Programming is one of the easiest professions to take without any previous training or background. But when you are an entirely self-taught programmer/developer you can end up with some bad hab...

2020-10-11 15:11:09 365

翻译 程序员用学位证吗_如何成为没有学位或新兵训练的开发人员

程序员用学位证吗Preface: This post is geared towards people interested in being self-taught because boot-camps or college aren’t viable options for them for whatever reason. As a self-taught developer myself,...

2020-10-11 15:00:34 301

翻译 spotify mp3_我的乐高人仔玩spotify

spotify mp3Instead of selecting a record, a minifigure is selected for this Jukebox Portal.无需选择记录,而是为此Jukebox Portal选择了一个小人像。The “toys-to-life” LEGO Dimensions console game was discontinued in Octobe...

2020-10-11 14:49:46 189

空空如也

空空如也

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

TA关注的人

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