Thứ Ba, 31 tháng 3, 2020

Daily News - Biggest challenges developers face while working from home

Daily News - Biggest challenges developers face while working from home
Click here INTRODUCTION TO SYMBOLIC DEBUGGERS
Join Samy Bahra, Backtrace CTO, for this introduction to symbolic debugging. Learn the challenges of debugging information in the presence of modern compilers and associated optimizations, and understand why you are getting incorrect information from your symbolic debuggers and the potential mitigations. Watch now!
Industry News
I think I've seen this movie before
Source: Protocol
You can check out anytime, but your data never leaves
Source: Naked Security
1995 called and said, "Push is the new thing!"
Source: Windows Central
Developer News
For those who like editing code, without using 'm', 's', 'f', or 't'
Source: Jaxenter
The refrigerator
Source: Developer Media
"Let my people go!"
Source: Sage Gerard
"Where does he get those wonderful toys?"
Source: Neowin
Science and Technology
"Uh, Houston, we've had a problem." We need more beer
Source: Futurism
I should put a blurb here. I wonder what's for lunch? Oh, an email just came in. What was I working on again?
Source: Ars Technica
Now AIs are coming for your sweet high score in Pitfall
Source: Venture Beat
Code Project Discussions - Your say!
What? Like you have work to do?
Source: CodeProject
When in doubt: reboot
Source: CodeProject



© 2020 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Insider News click Unsubscribe.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use Insider@codeproject.com

The Daily Build - My First Collision Algorithm

The Daily Build - My First Collision Algorithm
Click here Modernizing with NoSQL from Relational Data Platforms
How do you know when to move away from legacy database software? Learn the keys to success for a successful migration to a NoSQL platform built to support digital, mobile, and cloud applications that run everywhere. Get the white paper.

Headline article

My First Collision Algorithm

  (28 votes) by Vasily Tserekh (updated 18 hours ago)
Collision algorithms aren't rocket science and this article proves this idea.

New Articles, Tech Blogs and Tips

Edit Controls

  (5 votes) by Peter Huber SG (updated 17 hours ago)
A WPF TextBox which can validate email addresses depending on your needs, plus detailed description of the many ways a valid email address may look like.

MFC

  (1 votes) by ferdo (updated 12 hours ago)
How to compile MFC sources with VS 2019

Updated Articles, Tech Blogs and Tips

OpenGL

  (20 votes) by Vasily Tserekh (updated 17 hours ago)
A simple straightforward car race game with minimum LOC.

Web Developer Newsletter - IntelliPort - An Alternative Windows Version to the Famous HyperTerminal

Web Developer Newsletter - IntelliPort - An Alternative Windows Version to the Famous HyperTerminal

Welcome to this week's Web Development newsletter from CodeProject.

Click here Behind The Tech: Conversational AI
Listen to Microsoft CTO Kevin Scott and Stanford University's Percy Liang talk about machine learning and natural language processing and discover the latest leading-edge efforts to enable people to speak naturally with computers. Listen now.

Industry News

Find out the benefits of Blazor over Angular, React and other JavaScript frameworks. Blazor enables sharing code across client- and server-side processes, server-side rendering functionality and more.
Read more
Telerik
Or... How I shaved ~33s off my page load by fixing fonts
Read more
Dave Rupert
In this article, we will learn about CSS viewport units and how to use them, along with some use-cases and solutions for common issues.
Read more
Ahmad Shadeed
Scroll-based features tend to involve some bespoke concoction of CSS and JavaScript. That's because there simply aren't that many native features available to do it. But what if we could accomplish something that only uses CSS?
Read more
CSS Tricks
Rome includes a compiler, linter, formatter, bundler, and testing framework, aiming to be "a comprehensive tool for anything related to the processing of JavaScript source code."
Read more
InfoQ
In this post I add some client-side functionality that otherwise would have required rather more effort.
Read more
Andrew Lock
In an API-driven world that is increasingly mobile, JAMstack is well-positioned to become a de facto method for application architecture and delivery.
Read more
IT Pro Today

New articles added

Product Showcase

  (0 votes) by Intel Corporation, Henry Gabb (updated 4 days ago)
A graph is a good way to represent a set of objects and the relations between them. Graph analytics is the set of techniques to extract information from connections between entities.
  (0 votes) by Intel Corporation, Henry Gabb (updated 3 days ago)
It's important to measure performance in a comprehensive, objective, and reproducible way.

Articles updated

Applications & Tools

  (32 votes) by Mihai MOGA (updated 5 days ago)
You can use IntelliPort to transfer large files from a computer onto your portable computer using a serial port rather than going through the process of setting up your portable computer on a network.

New Technical Blogs added

Client side scripting

  (0 votes) by morzel (updated yesterday)
Using measureText method to calculate widths of text and then use setColumnWidth to adjust columns



© 2020 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Web Development Newsletter click Unsubscribe.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com

Thứ Hai, 30 tháng 3, 2020

Daily News - Introducing the new Microsoft 365 Personal and Family subscriptions

Daily News - Introducing the new Microsoft 365 Personal and Family subscriptions
Click here Behind The Tech: Conversational AI
Listen to Microsoft CTO Kevin Scott and Stanford University's Percy Liang talk about machine learning and natural language processing and discover the latest leading-edge efforts to enable people to speak naturally with computers. Listen now.
Industry News
Because every house needs Teams and PowerPoint, don't they?
Source: Microsoft
"This is the kind of arrant pedantry up with which I will not put."
Source: OnMSFT
My wires feel safer already
Source: ZDNet
Source: SMBC
Developer News
I see their naming game is still on point
Source: Visual Studio blog
"And the haters gonna hate, hate, hate, hate, hate"
Source: The Register
I thought Agile folk didn't test?
Source: Functionize
They (re)invented code libraries?
Source: Tech Xplore
Science and Technology
Elephanting magnets: how do they work?
Source: The Guardian
Is it getting hot in here, or are you charging your phone?
Source: Slash Gear
Code Project Discussions - Your say!
I'm not practicing social distancing, I'm already good at it
Source: CodeProject



© 2020 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Insider News click Unsubscribe.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use Insider@codeproject.com

The Daily Build - Random Number Generation and Sampling Methods

The Daily Build - Random Number Generation and Sampling Methods

Headline article

Random Number Generation and Sampling Methods

  (66 votes) by Peter Occil (updated 14 hours ago)
Has many ways applications can sample from a random number generator, with pseudocode in many cases.

New Articles, Tech Blogs and Tips

C / C++ Language

  (6 votes) by Mircea Neacsu (updated 15 hours ago)
Get a unique identifier for a computer

C#

  (0 votes) by Marijan Nikic (updated 13 hours ago)
A small command line utility for synchronization between two folders

Client side scripting

  (0 votes) by morzel (updated 14 hours ago)
Using measureText method to calculate widths of text and then use setColumnWidth to adjust columns

Combo & List Boxes

  (0 votes) by Harry Constantinides (updated yesterday)
C# ComboBox control

Product Showcase

  (0 votes) by Intel Corporation, Henry Gabb (updated 2 days ago)
It's important to measure performance in a comprehensive, objective, and reproducible way.

Updated Articles, Tech Blogs and Tips

Algorithms & Recipes

  (55 votes) by Alex Rakov, Alexandre Bencz (updated yesterday)
ELENA is a general-purpose, object-oriented, polymorphic language with late binding

Miscellaneous

  (4 votes) by Miroslav Fidler (updated 2 days ago)
Creating a simple utility for converting text to SVG path in U++