DynamicData: Dynamic Collections, MVVM Architecture and Reactive Extensions.
The ReactiveUI 9 update includes numerous fixes and improvements, but probably the most crucial and interesting one is integration with the DynamicData framework, allowing you to work with dynamic collections in Reactive fashion: https://amp.gs/dhq0
The ReactiveUI 9 update includes numerous fixes and improvements, but probably the most crucial and interesting one is integration with the DynamicData framework, allowing you to work with dynamic collections in Reactive fashion: https://amp.gs/dhq0
9204e67904f89660425d36dd11e70d84-img20190531-1-1hcndkf.gif
13.5 MB
Microsoft Edge for macOS.
“Today, we are pleased to announce the availability of the Microsoft Edge Canary channel for macOS. You can now install preview builds from the Microsoft Edge Insider site for your macOS or Windows 10 PC”: https://amp.gs/dEOk
“Today, we are pleased to announce the availability of the Microsoft Edge Canary channel for macOS. You can now install preview builds from the Microsoft Edge Insider site for your macOS or Windows 10 PC”: https://amp.gs/dEOk
Artificial neural networks explained in simple words.
“When I used to start a conversation about neural networks over a bottle of beer, people were casting glances at me of what seemed to be fear. But these networks are simple and instinctive, actually”: https://amp.gs/ddB9
“When I used to start a conversation about neural networks over a bottle of beer, people were casting glances at me of what seemed to be fear. But these networks are simple and instinctive, actually”: https://amp.gs/ddB9
How a School in Puerto Rico Brings Chemistry to Life with Minecraft: Education Edition.
The San Juan Math, Science, and Technology center in Puerto Rico is using game-based learning to pave the way for a new level of engagement among their students: https://amp.gs/ddrc
The San Juan Math, Science, and Technology center in Puerto Rico is using game-based learning to pave the way for a new level of engagement among their students: https://amp.gs/ddrc
MessageBox for AvaloniaUI.
MessageBox — useful window for different GUI frameworks, but you can’t find it in AvaloniaUI. Let’s try to do it: https://amp.gs/ddFs
MessageBox — useful window for different GUI frameworks, but you can’t find it in AvaloniaUI. Let’s try to do it: https://amp.gs/ddFs
• Self-Host Your Static Assets
• Color contrast accessibility tools
• Tabindex: it rarely pays to be positive
• Announcing TypeScript 3.5
• Understanding CSS Variables, and much more
Frontend Weekly Digest (27 May — 2 June 2019): https://amp.gs/dOIu
• Color contrast accessibility tools
• Tabindex: it rarely pays to be positive
• Announcing TypeScript 3.5
• Understanding CSS Variables, and much more
Frontend Weekly Digest (27 May — 2 June 2019): https://amp.gs/dOIu
Open source tool for intent-based search quality validation.
No matter how cool your search solution is, without a reliable way of testing it you will not be able to do any improvement without breaking something valuable: https://amp.gs/dOlX
No matter how cool your search solution is, without a reliable way of testing it you will not be able to do any improvement without breaking something valuable: https://amp.gs/dOlX
People think that having a call to the Array.Length on each iteration will make CLR to take more time to execute the code. To avoid it they store the length value in a local variable.
Let’s find out if this is a viable thing or using a temporary variable is a waste of time: https://amp.gs/dO75
Let’s find out if this is a viable thing or using a temporary variable is a waste of time: https://amp.gs/dO75
Support of Visual Studio 2019 in PVS-Studio.
“Support of Visual Studio 2019 in PVS-Studio affected a number of components: the plugin itself, the command-line analyzer, the cores of the C++ and C# analyzers, and a few utilities. In this article, I will briefly explain what problems we encountered when implementing support of the IDE and how we addressed them”: https://amp.gs/dSBA
“Support of Visual Studio 2019 in PVS-Studio affected a number of components: the plugin itself, the command-line analyzer, the cores of the C++ and C# analyzers, and a few utilities. In this article, I will briefly explain what problems we encountered when implementing support of the IDE and how we addressed them”: https://amp.gs/dSBA
“The situation when this method gets a string with incorrect data is exceptional because the method can return neither a correct value nor anything. Thus, the only way is to throw an exception”.
Exceptional situations (part 1 of 4): https://amp.gs/dSgs
Exceptional situations (part 1 of 4): https://amp.gs/dSgs
Various things in MetaPost.
“Picturing days and nights of inkscaping made me feel dizzy, so soon I found myself fantasizing about a more automated solution. For some reason MetaPost became the focus of these fantasies”: https://amp.gs/dSq3
“Picturing days and nights of inkscaping made me feel dizzy, so soon I found myself fantasizing about a more automated solution. For some reason MetaPost became the focus of these fantasies”: https://amp.gs/dSq3
Indexes in PostgreSQL — 9 (BRIN).
In the previous articles we discussed PostgreSQL indexing engine, the interface of access methods, and the following methods: hash indexes, B-trees, GiST, SP-GiST, GIN, and RUM. The topic of this article is BRIN indexes: https://amp.gs/dSwJ
In the previous articles we discussed PostgreSQL indexing engine, the interface of access methods, and the following methods: hash indexes, B-trees, GiST, SP-GiST, GIN, and RUM. The topic of this article is BRIN indexes: https://amp.gs/dSwJ
Is it always easy for you to prioritize the tasks of the huge project? What if five or more tasks have the main priority and urgency?
5 Robust Prioritization Techniques for IT Teams: https://amp.gs/dS68
5 Robust Prioritization Techniques for IT Teams: https://amp.gs/dS68
Python tips and tricks (May 2019).
It is a new selection of tips and tricks about Python and programming from Telegram-channel “Python etc.”: https://amp.gs/dAJd
It is a new selection of tips and tricks about Python and programming from Telegram-channel “Python etc.”: https://amp.gs/dAJd
“Before building a system of types that would be clear for the user of code, a programmer should determine when to choose the type of error and when to catch or skip exceptions”.
The architecture of an exceptional situation (pt. 2 of 4): https://amp.gs/dA5B
The architecture of an exceptional situation (pt. 2 of 4): https://amp.gs/dA5B
Let’s talk about one of the modern security mechanism for web applications, namely Web Application Firewall.
We’ll discuss modern WAFs and what they are based on, as well as bypass techniques, how to use them and why you should never entirely rely on WAF: https://amp.gs/dqtF
We’ll discuss modern WAFs and what they are based on, as well as bypass techniques, how to use them and why you should never entirely rely on WAF: https://amp.gs/dqtF
Let’s help QueryProvider deal with interpolated strings.
“The most painful thing is to fix bugs after turning on ClientEvaluation, since all Automapper profiles should be strictly analyzed for interpolation. Let’s find out what’s what and propose our solution to the problem”: https://amp.gs/dqUl
“The most painful thing is to fix bugs after turning on ClientEvaluation, since all Automapper profiles should be strictly analyzed for interpolation. Let’s find out what’s what and propose our solution to the problem”: https://amp.gs/dqUl
People go mad about Scrum: many IT blogs write about it, many practical courses promise to teach all Scrum features, many companies want to see a working experience with Scrum in CVs, and so on. Scrum conquers them all.
In this post, we define why: https://amp.gs/diLO
In this post, we define why: https://amp.gs/diLO
Flutter is a new open source framework created by Google that assists in developing native Android as well as iOS apps with one codebase. It is more than just a framework as it is a full software development kit that has everything you require for building cross-platform apps.
This Flutter review will look into the advantages and disadvantages of the tool: https://amp.gs/dDns
This Flutter review will look into the advantages and disadvantages of the tool: https://amp.gs/dDns