“I am Shalitha Suranga from Sri Lanka. I started Neutralinojs project with other two members as our research project at university”.
Another way to write cross-platform apps — Neutralinojs internals and comparison with Electron and NW.js: https://amp.gs/4EUI
Another way to write cross-platform apps — Neutralinojs internals and comparison with Electron and NW.js: https://amp.gs/4EUI
Sprint Review: Shitty to Great.
What do you get when you cross an IT department, a faulty Sprint review, determination, and pizza? Greatness, that’s what: https://amp.gs/4Ew4
What do you get when you cross an IT department, a faulty Sprint review, determination, and pizza? Greatness, that’s what: https://amp.gs/4Ew4
Making C++ Exception Handling Smaller On x64.
Visual Studio 2019 Preview 3 introduces a new feature to reduce the binary size of C++ exception handling (try/catch and automatic destructors) on x64: https://amp.gs/4V8i
Visual Studio 2019 Preview 3 introduces a new feature to reduce the binary size of C++ exception handling (try/catch and automatic destructors) on x64: https://amp.gs/4V8i
How to land a job in Germany for IT professionals.
“We work a lot with international candidates and German companies. So, I wanted to write a small essay about the visa issues because often they will influence your chances of landing a job heavily”: https://amp.gs/49zt
“We work a lot with international candidates and German companies. So, I wanted to write a small essay about the visa issues because often they will influence your chances of landing a job heavily”: https://amp.gs/49zt
Details.
«How often do you get to 404 pages? Usually, they are not styled and stay default. Recently I’ve found test.dо.аm which interactive character attracts attention and livens up the error page»: https://amp.gs/49Ev
«How often do you get to 404 pages? Usually, they are not styled and stay default. Recently I’ve found test.dо.аm which interactive character attracts attention and livens up the error page»: https://amp.gs/49Ev
An update to C# versions and C# tooling.
Starting with Visual Studio 2019 Preview 4 and RC, we’ll be adjusting how C# versions are treated in .NET tooling. Let’s check the details: https://amp.gs/49wq
Starting with Visual Studio 2019 Preview 4 and RC, we’ll be adjusting how C# versions are treated in .NET tooling. Let’s check the details: https://amp.gs/49wq
Zotero hacks: unlimited synced storage and its smooth use with rmarkdown.
“This is a funny case of a self written manual which I came back to multiple times myself and many many more times referred my friends to it, even non-Russian speakers”: https://amp.gs/44fj
“This is a funny case of a self written manual which I came back to multiple times myself and many many more times referred my friends to it, even non-Russian speakers”: https://amp.gs/44fj
Checking FreeRDP with PVS-Studio.
“FreeRDP is an open-source implementation of the Remote Desktop Protocol. We chose it to be the first project analyzed with the static code analyzer PVS-Studio for a series of articles about the checks of RDP-clients”: https://amp.gs/4rVu
“FreeRDP is an open-source implementation of the Remote Desktop Protocol. We chose it to be the first project analyzed with the static code analyzer PVS-Studio for a series of articles about the checks of RDP-clients”: https://amp.gs/4rVu
Memory and Span pt.1.
Starting from .NET Core 2.0 and .NET Framework 4.5 we can use new data types: Span and Memory. To use them, you just need to install the System.Memory nuget package: https://amp.gs/4rDH
Starting from .NET Core 2.0 and .NET Framework 4.5 we can use new data types: Span and Memory. To use them, you just need to install the System.Memory nuget package: https://amp.gs/4rDH
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 (11 — 17 Mar 2019): https://amp.gs/4rWK
Frontend Weekly Digest (11 — 17 Mar 2019): https://amp.gs/4rWK
Announcing TypeScript 3.4 RC.
“Some days ago we announced the availability of our release candidate (RC) of TypeScript 3.4. Our hope is to collect feedback and early issues to ensure our final release is simple to pick up and use right away”: https://amp.gs/4S8b
“Some days ago we announced the availability of our release candidate (RC) of TypeScript 3.4. Our hope is to collect feedback and early issues to ensure our final release is simple to pick up and use right away”: https://amp.gs/4S8b
Following in the Footsteps of Calculators: SpeedCrunch.
“Here we are, continuing to explore the code of calculators! Today we are going to take a look at the project called SpeedCrunch, the second most popular free calculator”: https://amp.gs/4Nuc
“Here we are, continuing to explore the code of calculators! Today we are going to take a look at the project called SpeedCrunch, the second most popular free calculator”: https://amp.gs/4Nuc
Python Tips and Tricks, February 2019.
It is new selection of tips and tricks about Python and programming from Telegram-channel ‘Python etc’: https://amp.gs/4NWs
It is new selection of tips and tricks about Python and programming from Telegram-channel ‘Python etc’: https://amp.gs/4NWs
7 Chrome extensions for learning English.
“I’m an active user of Google Chrome. That’s why I’ve come up with this list of useful extensions that will help English learners to enhance writing, spelling, listening skills, and extend their vocabulary”: https://amp.gs/4ABK
“I’m an active user of Google Chrome. That’s why I’ve come up with this list of useful extensions that will help English learners to enhance writing, spelling, listening skills, and extend their vocabulary”: https://amp.gs/4ABK
How Kiwi test 1000 Python projects.
Let’s find out what kind of an open source Zoo developed in Kiwi, how it tests Python code and what’s the difference between The Zoo and for example mypy: https://amp.gs/4Are
Let’s find out what kind of an open source Zoo developed in Kiwi, how it tests Python code and what’s the difference between The Zoo and for example mypy: https://amp.gs/4Are
Indexes in PostgreSQL — 3 (Hash).
The first article described PostgreSQL indexing engine, the second one dealt with the interface of access methods, and now we are ready to discuss specific types of indexes. Let’s start with hash index: https://amp.gs/4ssP
The first article described PostgreSQL indexing engine, the second one dealt with the interface of access methods, and now we are ready to discuss specific types of indexes. Let’s start with hash index: https://amp.gs/4ssP
Code splitting is just about not loading a whole thing. Then you are reading this page you don’t have to load a whole site. When you are selecting a single row from a database — you don’t have to take all.
React Code Splitting in 2019: https://amp.gs/4s6C
React Code Splitting in 2019: https://amp.gs/4s6C
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: https://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: https://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: https://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: https://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”: https://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”: https://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: https://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: https://amp.gs/4uan