Russian Internet Segment Architecture.
Since the Internet stands for “Interconnected Networks,” to ensure the best quality the interconnectivity of individual networks should be rich and diverse, with their growth motivated on a sound competitive basis: http://amp.gs/4uxu
Since the Internet stands for “Interconnected Networks,” to ensure the best quality the interconnectivity of individual networks should be rich and diverse, with their growth motivated on a sound competitive basis: http://amp.gs/4uxu
Top 10 bugs of C++ projects found in 2018.
PVS-Studio were working up a sweat, fearlessly competing for spreading the word about static analysis and were searching for errors in open source projects, written in C, C++, C#, and Java languages: http://amp.gs/4uEn
PVS-Studio were working up a sweat, fearlessly competing for spreading the word about static analysis and were searching for errors in open source projects, written in C, C++, C#, and Java languages: http://amp.gs/4uEn
What’s new in CUBA 7
“We are happy to announce CUBA 7, which, we hope, will make development more coherent and joyful for all community members from those just starting their journey in CUBA and Java to skilled enterprise developers and Java experts”: http://amp.gs/4uAI
“We are happy to announce CUBA 7, which, we hope, will make development more coherent and joyful for all community members from those just starting their journey in CUBA and Java to skilled enterprise developers and Java experts”: http://amp.gs/4uAI
Global Internet initiatives.
Fiber-optic cables are a great way to bring high-speed Internet right to your home. But even in large cities not everyone can enjoy its benefits, since apartments far away from everyone are very reluctantly served by ISPs: http://amp.gs/4uan
Fiber-optic cables are a great way to bring high-speed Internet right to your home. But even in large cities not everyone can enjoy its benefits, since apartments far away from everyone are very reluctantly served by ISPs: http://amp.gs/4uan
The History of SXSW: How It All Started.
SXSW is a festival of culture and technology held every spring in Austin, Texas. It’s a global phenomenon, with hundreds of thousands attending the event every year and millions more following the media coverage: http://amp.gs/40fw
SXSW is a festival of culture and technology held every spring in Austin, Texas. It’s a global phenomenon, with hundreds of thousands attending the event every year and millions more following the media coverage: http://amp.gs/40fw
In case your Broker doesn’t support take profit & stop loss orders.
“There is a Russian Broker — Tinkoff Bank. Now here is the problem: the broker doesn’t support take profit and stop loss orders. At all. In the article, I will show you my workaround”: http://amp.gs/40st
“There is a Russian Broker — Tinkoff Bank. Now here is the problem: the broker doesn’t support take profit and stop loss orders. At all. In the article, I will show you my workaround”: http://amp.gs/40st
“The garage is one of the symbols of the American dream. It’s a sign of having more money than you need, meaning that you can afford a car”.
The Origins of Startup Culture — How the Early Success Stories Shaped the Modern State of the Tech Industry: http://amp.gs/4K8Z
The Origins of Startup Culture — How the Early Success Stories Shaped the Modern State of the Tech Industry: http://amp.gs/4K8Z
Happy Potter and the Order of CSS
So, first of all — this is not a common battle. It’s not about CSS versus CSS-in-JS, not atomic CSS versus BEM, not LESS vs SASS. This battle is about THE ORDER: http://amp.gs/4X0C
So, first of all — this is not a common battle. It’s not about CSS versus CSS-in-JS, not atomic CSS versus BEM, not LESS vs SASS. This battle is about THE ORDER: http://amp.gs/4X0C
Indexes in PostgreSQL — 4 (Btree)
We’ve already discussed PostgreSQL indexing engine and interface of access methods, as well as hash index, one of access methods. We will now consider B-tree, the most traditional and widely used index: http://amp.gs/4Xow
We’ve already discussed PostgreSQL indexing engine and interface of access methods, as well as hash index, one of access methods. We will now consider B-tree, the most traditional and widely used index: http://amp.gs/4Xow
This week we issue a really huge selection of all the essential news you might have missed on Front-end development. Make sure to check the latest updates on CSS, HTML, and JavaScript.
Frontend Weekly Digest (18 — 24 Mar 2019): http://amp.gs/4XbM
Frontend Weekly Digest (18 — 24 Mar 2019): http://amp.gs/4XbM
.NET Core Container Images now Published to Microsoft Container Registry.
“We are now publishing .NET Core container images to Microsoft Container Registry (MCR). We have also made other changes to the images we publish, described in this post”: http://amp.gs/4LzP
“We are now publishing .NET Core container images to Microsoft Container Registry (MCR). We have also made other changes to the images we publish, described in this post”: http://amp.gs/4LzP
Disposable pattern (Disposable Design Principle), Pt.1.
“Even the simplest and well-known problem domain will have secret areas which you have never looked at. So, let’s describe the whole thing from the beginning for the first-timers and all the rest”: http://amp.gs/4Lm4
“Even the simplest and well-known problem domain will have secret areas which you have never looked at. So, let’s describe the whole thing from the beginning for the first-timers and all the rest”: http://amp.gs/4Lm4
Even if you have all the documentation and a lot of experience, there could be a lot of tricks developed by different people and imprisoned for themselves.
Dozen tricks with Linux shell which could save your time: http://amp.gs/4WBD
Dozen tricks with Linux shell which could save your time: http://amp.gs/4WBD
How to Detect an Intruder-driven Group Policy Changes.
The Local GPO files are located in %systemroot%\System32\GroupPolicy hidden folder. Any user, having access to this folder, can copy a Registry.pol file and check/change a Local GPO settings: http://amp.gs/4WU5
The Local GPO files are located in %systemroot%\System32\GroupPolicy hidden folder. Any user, having access to this folder, can copy a Registry.pol file and check/change a Local GPO settings: http://amp.gs/4WU5
Universal C# Code for .NET and JavaScript.
The article describes how C# can be used to create a really cross-platform solution. Despite the focus on .NET and JavaScript, compiling to Android, iOS, and Windows Phone is also possible based on this approach: http://amp.gs/4WoX
The article describes how C# can be used to create a really cross-platform solution. Despite the focus on .NET and JavaScript, compiling to Android, iOS, and Windows Phone is also possible based on this approach: http://amp.gs/4WoX
How the CSS markup fragment broke the C++ compiler.
“Our experience of developing a static analyzer shows that special working mode is not great for testing. In this note, I’ll give the example of a fresh bug in the C++ compiler from Microsoft”: http://amp.gs/4MaQ
“Our experience of developing a static analyzer shows that special working mode is not great for testing. In this note, I’ll give the example of a fresh bug in the C++ compiler from Microsoft”: http://amp.gs/4MaQ
«Non-Blockchain Games Involving Money Must Die».
Dmitry Pichulin, known under the nick «deemru», won the game Fhloston Paradise, developed by Tradisys on the Waves blockchain. In this interview, Dmitry discusses his bot and prospects of blockchain games: http://amp.gs/45TL
Dmitry Pichulin, known under the nick «deemru», won the game Fhloston Paradise, developed by Tradisys on the Waves blockchain. In this interview, Dmitry discusses his bot and prospects of blockchain games: http://amp.gs/45TL
Optimisations for PostgreSQL serving Rails application.
“Common reasons for performance problems in similar stacks are heavy queries to database and I will tell the story how we applied non-standard but fairly simple optimisations to improve performance”: http://amp.gs/45BQ
“Common reasons for performance problems in similar stacks are heavy queries to database and I will tell the story how we applied non-standard but fairly simple optimisations to improve performance”: http://amp.gs/45BQ
PVS-Studio for Java hits the road.
Elasticsearch is quite a successful project, and it’s even especially pleasant to find errors in significant projects. So, what defects did PVS-Studio for Java manage to detect? Let’s talk about the results of the check: http://amp.gs/4Q7Q
Elasticsearch is quite a successful project, and it’s even especially pleasant to find errors in significant projects. So, what defects did PVS-Studio for Java manage to detect? Let’s talk about the results of the check: http://amp.gs/4Q7Q
Windows Virtual Desktop now in public preview on Azure.
With Windows Virtual Desktop, you can deploy and scale your Windows desktops and apps on Azure in minutes, while enjoying built-in security and compliance: http://amp.gs/4Q0j
With Windows Virtual Desktop, you can deploy and scale your Windows desktops and apps on Azure in minutes, while enjoying built-in security and compliance: http://amp.gs/4Q0j