EvilParcel vulnerabilities analysis.
These vulnerabilities are found in various Android system classes. Errors in these classes make it possible to substitute information during the data exchange between apps and the system: https://amp.gs/OEmS
These vulnerabilities are found in various Android system classes. Errors in these classes make it possible to substitute information during the data exchange between apps and the system: https://amp.gs/OEmS
Simplify working with parallel tasks in C#.
Async/await pattern has significantly simplified working with asynchronous operations in C#. However, this simplification relates only to the situation when asynchronous operations are executed consequently: https://amp.gs/O97t
Async/await pattern has significantly simplified working with asynchronous operations in C#. However, this simplification relates only to the situation when asynchronous operations are executed consequently: https://amp.gs/O97t
How to Repair a Backyard Swimming Pool in 7 Hours Using the Critical Path Method?
Although the CPM is often criticized today, its foundations continue to be popular among project managers all over the world: https://amp.gs/O9wk
Although the CPM is often criticized today, its foundations continue to be popular among project managers all over the world: https://amp.gs/O9wk
Airbus reaches new heights with the help of Microsoft mixed reality technology.
Microsoft’s mixed reality technology can be used to help Airbus production workers access information and instructions while their hands are occupied: https://amp.gs/O4pt
Microsoft’s mixed reality technology can be used to help Airbus production workers access information and instructions while their hands are occupied: https://amp.gs/O4pt
"Figuring out the future of distributed data systems".
The big interview with Martin Kleppmann, a researcher in distributed systems at the University of Cambridge, and the author of the highly acclaimed "Designing Data-Intensive Applications": https://amp.gs/OUpG
The big interview with Martin Kleppmann, a researcher in distributed systems at the University of Cambridge, and the author of the highly acclaimed "Designing Data-Intensive Applications": https://amp.gs/OUpG
Visual Studio tips and tricks.
Whether you are new or have been using Visual Studio for years, there are a bunch of tips and tricks that can make you more productive: https://amp.gs/OU2I
Whether you are new or have been using Visual Studio for years, there are a bunch of tips and tricks that can make you more productive: https://amp.gs/OU2I
• Build A PWA With Webpack And Workbox
• How accessibility trees inform assistive tech
• Building a Conference Schedule with CSS Grid
• A Beginner’s Guide to Vue CLI
• The State of Angular in 2019, and much more
Frontend Weekly Digest (24 — 30 June): https://amp.gs/ONim
• How accessibility trees inform assistive tech
• Building a Conference Schedule with CSS Grid
• A Beginner’s Guide to Vue CLI
• The State of Angular in 2019, and much more
Frontend Weekly Digest (24 — 30 June): https://amp.gs/ONim
PVS-Studio for Visual Studio.
“Our efforts are often concealed behind the scenes. I decided to remedy this situation and tell you about the PVS-Studio plugin for Visual Studio. If you use Visual Studio, this article is for you”: https://amp.gs/ONWi
“Our efforts are often concealed behind the scenes. I decided to remedy this situation and tell you about the PVS-Studio plugin for Visual Studio. If you use Visual Studio, this article is for you”: https://amp.gs/ONWi
This media is not supported in your browser
VIEW IN TELEGRAM
Python in Visual Studio Code — June 2019 Release.
“In this release we made improvements that are listed in our changelog, closing a total of 70 issues including a plot viewer with the Python Interactive window, parallel tests with pytest, and indentation of run selection in the terminal”: https://amp.gs/OAIU
“In this release we made improvements that are listed in our changelog, closing a total of 70 issues including a plot viewer with the Python Interactive window, parallel tests with pytest, and indentation of run selection in the terminal”: https://amp.gs/OAIU
PVS-Studio in the Clouds — Running the Analysis on Travis CI.
“In this article, we’ll tell you how to integrate analysis of source code into a CI cloud platform with the tools that are already available in PVS-Studio”: https://amp.gs/OACn
“In this article, we’ll tell you how to integrate analysis of source code into a CI cloud platform with the tools that are already available in PVS-Studio”: https://amp.gs/OACn
PVS-Studio Graph of Diagnostic Abilities Development.
“If you care about whether we have lost our vivacity over the years, and whether PVS-Studio stops developing, the graph given in the article will take this issue off the table”: https://amp.gs/OAEQ
“If you care about whether we have lost our vivacity over the years, and whether PVS-Studio stops developing, the graph given in the article will take this issue off the table”: https://amp.gs/OAEQ
Just take a look at SObjectizer if you want to use Actors or CSP in your C++ project.
SObjectizer is a rather small C++ framework that simplifies the development of multithreaded applications: https://amp.gs/OAsb
SObjectizer is a rather small C++ framework that simplifies the development of multithreaded applications: https://amp.gs/OAsb
Evolution of every developer’s most popular tool.
Every development environment has a tool called Output. There is no need to describe what it does, since all developers without exception use it in their work on daily basis. It is simple and conservative: https://amp.gs/OA3K
Every development environment has a tool called Output. There is no need to describe what it does, since all developers without exception use it in their work on daily basis. It is simple and conservative: https://amp.gs/OA3K
Redirects: 301, 302, 307 | How-To 301 guide.
Redirection is a way of forwarding the user to the URL that is different from the one they initially clicked on. Here are some of the most common types of redirection are listed: https://amp.gs/OAQj
Redirection is a way of forwarding the user to the URL that is different from the one they initially clicked on. Here are some of the most common types of redirection are listed: https://amp.gs/OAQj
“I don’t care what your dragon’s said, it’s a lie. Dragons lie. You don’t know what’s waiting for you on the other side” — Michael Swanwick, The Iron Dragon’s Daughter
Why LLVM may call a never called function: https://amp.gs/Osk4
Why LLVM may call a never called function: https://amp.gs/Osk4
“There are tons of articles and source code examples. But, unfortunately, I could not find any reference with simple step-by-step instructions”.
Microservices architecture & implementation Step-by-Step. Part 1: https://amp.gs/OsJ9
Microservices architecture & implementation Step-by-Step. Part 1: https://amp.gs/OsJ9
Beginning with C# 8.0 on .NET Core 3.0, you can define an implementation when you declare a member of an interface.
The most common scenario is to safely add members to an interface already released and used by innumerable clients: https://amp.gs/Oi10
The most common scenario is to safely add members to an interface already released and used by innumerable clients: https://amp.gs/Oi10
How to Avoid Formality and Improve the Effectiveness of a Daily Kanban Meeting?
“We’d like to share our thoughts about the main concept of Kanban meetings, their value for the workflow and tips on how to hold them properly”: https://amp.gs/Oig3
“We’d like to share our thoughts about the main concept of Kanban meetings, their value for the workflow and tips on how to hold them properly”: https://amp.gs/Oig3
Really typing Vue.
Due to different reasons, it is hard to really type your Vue app. Let’s find out what are the problems and what can be done to solve them (or at least minimize the impact): https://amp.gs/Ou1n
Due to different reasons, it is hard to really type your Vue app. Let’s find out what are the problems and what can be done to solve them (or at least minimize the impact): https://amp.gs/Ou1n
Python consumes a lot of memory or how to reduce the size of objects?
Here is an overview of some methods of reducing the size of objects, which can significantly reduce the amount of RAM needed for programs in pure Python: https://amp.gs/Ou9F
Here is an overview of some methods of reducing the size of objects, which can significantly reduce the amount of RAM needed for programs in pure Python: https://amp.gs/Ou9F
«It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to».
How AI, drones and cameras are keeping our roads and bridges safe: https://amp.gs/OuLe
How AI, drones and cameras are keeping our roads and bridges safe: https://amp.gs/OuLe