Doing Data Science even if you have never heard the words before.
Let’s do some ML, find some patterns in our data — perhaps even make some predictions. With good old Python only — no 2-gigabyte library, and no arcane knowledge needed beforehand: http://amp.gs/MAfR
Let’s do some ML, find some patterns in our data — perhaps even make some predictions. With good old Python only — no 2-gigabyte library, and no arcane knowledge needed beforehand: http://amp.gs/MAfR
Espressif IoT Development Framework: 71 Shots in the Foot.
“We decided to write a classic article about checking an open source project. Enjoy exploring what IoT devices can do to shoot you in the foot”: http://amp.gs/MiI8
“We decided to write a classic article about checking an open source project. Enjoy exploring what IoT devices can do to shoot you in the foot”: http://amp.gs/MiI8
Creating Node.JS web server application with Express, Typescript, Jest, Swagger, log4js and routing-controllers.
“I show how to create application on Node.JS without using any frameworks for it. Just Node.JS and packages”: http://amp.gs/MiRp
“I show how to create application on Node.JS without using any frameworks for it. Just Node.JS and packages”: http://amp.gs/MiRp
How PVS-Studio Checked ELKI in January.
PVS-Studio has checked the ELKI open source project to show you errors that may occur in the code, how cunningly they can hide there, and how you can deal with them: http://amp.gs/MJzM
PVS-Studio has checked the ELKI open source project to show you errors that may occur in the code, how cunningly they can hide there, and how you can deal with them: http://amp.gs/MJzM
NTFS Reparse Points.
“Hi, Habr. Here I have prepared for you a small guide about NTFS Reparse Points. This article is for those who are just starting to into the Windows kernel drivers development”: http://amp.gs/Mw3W
“Hi, Habr. Here I have prepared for you a small guide about NTFS Reparse Points. This article is for those who are just starting to into the Windows kernel drivers development”: http://amp.gs/Mw3W
Algorithms in Go: Merge Intervals.
“This is the third part of a series covering the implementation of algorithms in Go. In this article, we discuss the Merge Intervals algorithm”: http://amp.gs/MFpb
“This is the third part of a series covering the implementation of algorithms in Go. In this article, we discuss the Merge Intervals algorithm”: http://amp.gs/MFpb
Monitoring your application with distributed tracing so you actually know what it’s doing.
What is distributed tracing? Distributed tracing is a method used to profile and monitor applications, especially those built using a microservices architecture. Distributed tracing helps pinpoint where failures occur and what causes poor performance: http://amp.gs/MFNR
What is distributed tracing? Distributed tracing is a method used to profile and monitor applications, especially those built using a microservices architecture. Distributed tracing helps pinpoint where failures occur and what causes poor performance: http://amp.gs/MFNR
Prometheus in Action: from default counters to SLO-related queries.
Prometheus is a powerful and flexible tool. This article covers its usage from basic instrumentation of a Go application to SLO-related PromQl queries: http://amp.gs/MMTT
Prometheus is a powerful and flexible tool. This article covers its usage from basic instrumentation of a Go application to SLO-related PromQl queries: http://amp.gs/MMTT
The founder’s guide to AngelList.
This project began in partnership with just 50 volunteer investors wishing to allocate $80 million in capital, and has grown to be the leading website of its kind: http://amp.gs/MMUY
This project began in partnership with just 50 volunteer investors wishing to allocate $80 million in capital, and has grown to be the leading website of its kind: http://amp.gs/MMUY
Implementing Offline traceroute Tool Using Python.
“In this article, I’ll try to reconstruct the resulting script development process and my considerations behind each step. Let’s get started”: http://amp.gs/Mc1P
“In this article, I’ll try to reconstruct the resulting script development process and my considerations behind each step. Let’s get started”: http://amp.gs/Mc1P
Coins classifier Neural Network: Head or Tail?
The global objective of these articles is to build a coin classifier, capable of scanning your pocket change and find rare / valuable coins. This is a second article in a series: http://amp.gs/5ZcI
The global objective of these articles is to build a coin classifier, capable of scanning your pocket change and find rare / valuable coins. This is a second article in a series: http://amp.gs/5ZcI
“I’ve been searching for universality, too, on the software side, not the hardware one. Today I can confidently say I found the necessary combination: Git and JavaScript”
How I create browser applications inside browsers: http://amp.gs/5plE
How I create browser applications inside browsers: http://amp.gs/5plE
C# Programmer, It’s Time to Test Yourself and Find Error.
The PVS-Studio analyzer is regularly updated with new diagnostic rules. Curiously enough, diagnostics often detect suspicious code fragments before the end of the work: http://amp.gs/5psE
The PVS-Studio analyzer is regularly updated with new diagnostic rules. Curiously enough, diagnostics often detect suspicious code fragments before the end of the work: http://amp.gs/5psE
Finding Typos in the GTK 4 Project by PVS-Studio.
The project is popular, well tested. Basically, everything is fine with the code quality. Therefore, even a dozen of found errors is a great piece of work: http://amp.gs/5n18
The project is popular, well tested. Basically, everything is fine with the code quality. Therefore, even a dozen of found errors is a great piece of work: http://amp.gs/5n18
Speech Analytics: Benefits and its New Importance in Telecommunication Technology.
Zadarma is a leading global VoIP provider and offers a smart speech analytics feature as part of their incredibly easy to use telecommunications offering: http://amp.gs/5f9S
Zadarma is a leading global VoIP provider and offers a smart speech analytics feature as part of their incredibly easy to use telecommunications offering: http://amp.gs/5f9S
10+ Biggest Remote Tech Jobs Aggregators Comparison.
“There is a myriad of articles about where to find remote jobs. Some of them are outdated and most of them don’t provide detailed reviews. So that’s why I decided to do my own research”: http://amp.gs/5fM1
“There is a myriad of articles about where to find remote jobs. Some of them are outdated and most of them don’t provide detailed reviews. So that’s why I decided to do my own research”: http://amp.gs/5fM1
A Spy Undercover: PVS-Studio to Check ILSpy Source Code.
“In PVS-Studio, we often check various compilers' code. Decompiler programs, however, seem to be a bit neglected. To restore justice, we analyzed the ILSpy decompiler’s source code”: http://amp.gs/5eEk
“In PVS-Studio, we often check various compilers' code. Decompiler programs, however, seem to be a bit neglected. To restore justice, we analyzed the ILSpy decompiler’s source code”: http://amp.gs/5eEk
“There is an open project COVID-19 CovidSim Model, written in C++. There is also a PVS-Studio static code analyzer that detects errors very well. One day they met”
COVID-19 Research and Uninitialized Variable: http://amp.gs/5eaQ
COVID-19 Research and Uninitialized Variable: http://amp.gs/5eaQ
Algorithms in Go: Dutch National Flag.
Given balls of three colors (red, white, blue) arranged randomly in a line, the task is to arrange them such that all balls of the same color are together and their collective color groups are in the correct order: http://amp.gs/5gSg
Given balls of three colors (red, white, blue) arranged randomly in a line, the task is to arrange them such that all balls of the same color are together and their collective color groups are in the correct order: http://amp.gs/5gSg
Damned if you do, damned if you don’t: how tech companies can cut through passive-aggressive media.
Whatever your business is doing, it’s guaranteed to ruffle some feathers. But don’t be quick to blame the public. Most times, being sceptical of change is only logical: http://amp.gs/5gHG
Whatever your business is doing, it’s guaranteed to ruffle some feathers. But don’t be quick to blame the public. Most times, being sceptical of change is only logical: http://amp.gs/5gHG