Click here to Skip to main content
15,886,110 members

Our Mailouts

Newsletter - 26 Jul 2021

Weekly Newsletter (26 Jul 2021)
Welcome to this week's newsletter from CodeProject.
To ensure that future newsletters you receive from The Code Project aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of allowed senders.

Weekly Poll Results

What are the worst sins in a website aimed at selling things to developers?

Survey period: 19 Jul 2021 to 26 Jul 2021

I'm not saying we're a pedantic, fussy unforgiving bunch. Just be careful when trying to be clever...

OptionVotes% 
Using technical terms and getting them wrong35956.54
Trying to be developer hip21433.70
Obvious coding errors in the page (page is broken, errors in the console etc)35555.91
Obvious security holes, especially on purchase pages31649.76
Beginner errors in form submission workflows (no client-side validation, getting confused by trailing spaces etc)26641.89
Trying to impress the audience with their "cleverness"22335.12
Insisting that customers communicate through social media (eg Facebook Messenger, Twitter etc)41865.83
Trying to block certain actions, but leaving them wide open to anyone who uses the browser Developer Tools16525.98
Other507.87
Respondents were allowed to choose more than one answer; totals may not add up to 100%

This week's survey: Dark mode or Light mode?

Latest Additions

New articles added

Artificial Intelligence

  (2 votes) by Sergey L. Gladkiy (updated 4 days ago)
In this article we’ll run our face detector on a Raspberry Pi device.
  (2 votes) by Sergey L. Gladkiy (updated 5 days ago)
In this article I’ll explain how to perform the alignment based on the face landmarks the detector has found.
  (1 votes) by Sergey L. Gladkiy (updated 3 days ago)
In this article we’ll explain how to create a simple database for face recognition.
  (1 votes) by MehreenTahir (updated 3 days ago)
In this article we learn about how Azure Synapse Analytics and Azure Machine Learning help analyze data without extensive coding and ML experience.
  (1 votes) by Sergey L. Gladkiy (updated 6 days ago)
In this article, we’ll run a pretrained DNN model to detect faces in video.
  (1 votes) by MehreenTahir (updated 2 days ago)
In this article we jump right into setting up an Azure Synapse workspace and Azure Synapse Studio to prepare for our machine learning analysis in the next article in the series.

Desktop Programming

  (17 votes) by Nick Polyak (updated 4 days ago)
AvaloniaUI is a great new multiplatform UI package similar but in many respects better than WPF. This is an introductory tutorial article.
  (1 votes) by Jeremy C. Ong (updated 2 days ago)
This demo shows how, with relatively few lines of code, we were able to stand up a GUI application that cross-compiles trivially.

Hosted Services

  (2 votes) by Dawid Borycki (updated 6 days ago)
This article discusses ways to analyze real-time data without affecting application performance.
  (1 votes) by Dawid Borycki (updated 5 days ago)
In this article, we prepare our Azure Cosmos DB account, added sample retail sales data, created an Azure Synapse workspace, and linked Azure Synapse Studio.
  (1 votes) by Dawid Borycki (updated 4 days ago)
In this article we explore Azure Synapse Studio features for querying, filtering, and aggregating data with almost no code.

Internet of Things

  (8 votes) by honey the codewitch (updated 5 days ago)
Browse and extract zips in constrained memory environments
  (2 votes) by honey the codewitch (updated 19 hours ago)
Do efficient, low level parsing of markup like HTML and XML
  (2 votes) by André Marcos, Luciano Santos de Jesus (updated 4 days ago)
Automation with Arduino Prototype for an Alarm Device based on Audiometric Sounds Pattern Control

Web Development

  (1 votes) by Christ Kennedy (updated 3 days ago)
A simple application that keeps track of your CodeProject article statistics
  (0 votes) by Thomas Daniels (updated 4 days ago)
In this article, we will look at how you can create a new Electron app targeted at 64-bit WoA devices and how you can port existing Electron apps.

Articles updated

Artificial Intelligence

  (1 votes) by Shweta Lodha (updated 6 days ago)
This article walks you through the steps required to create a custom ML model, train it and then use the same model to analyze the sales receipt.

General Programming

  (80 votes) by Peter Occil (updated 5 days ago)
Has many ways applications can sample using an underlying (pseudo-)random number generator and includes pseudocode for many of them.
  (9 votes) by Marcus Müller (updated 13 hours ago)
Pandemic SEIR and SEIRV modelling software and infrastructure for the Corona SARS-COV-2 COVID-19 disease with data from Johns-Hopkins-University CSSE, Robert Koch-Institute and vaccination data from Our World In Data.

Programming Languages

  (14 votes) by Igor Ladnik (updated 18 hours ago)
This article presents a compact framework for managing operations flow in various control, simulation and testing applications.
  (11 votes) by Сергій Ярошко (updated 3 days ago)
How to create an .NET user control combining several radio buttons with a border and a caption and provide it with handy support of Visual Studio at design time.
  (12 votes) by Axter (updated 5 days ago)
A smart pointer which acts like a reference variable

New Tips and Tricks added

Database Development

  (2 votes) by Uladzislau Baryshchyk (updated 5 days ago)
In this article, I'll show you how easy it is to move your MS SQL database to Amazon RDS cloud

Programming Languages

  (3 votes) by Bohdan Stupak (updated 18 hours ago)
A short example of how byte[] misuse may hurt memory consumption

Tips and Tricks updated

Programming Languages

  (12 votes) by John M. Dlugosz (updated 3 days ago)
Rather than a long and complete guide with comprehensive explanations, this is a short list of things to watch out for when using C++, kept up to date based on the things I see in code reviews.
  (2 votes) by PaltryProgrammer (updated 4 days ago)
On certain occasions, Visual Studio does not indent as intended so here is an awk program which does the trick.

New Technical Blogs added

Bitbucket

  (0 votes) by Christian Specht (updated 4 days ago)
How to fix when your rysnc to your webserver fails as you push a Bitbucket repository and expected Bitbucket Pipelines to deploy the site via SSH/rsync to my webservers.

CI

  (0 votes) by Christian Specht (updated 4 days ago)
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well

DFT

  (0 votes) by aroman (updated 4 days ago)
In this article I briefly explore Density Functional Theory
  (0 votes) by aroman (updated 4 days ago)
This post also introduces VTK, The Visualization Toolkit

Engineering

  (1 votes) by Right Handed Monkey (updated 3 days ago)
Adventures from developer to software manager

General Programming

  (6 votes) by The Sun God (updated 6 days ago)
Welcome to our Comparison on Sorting Algorithms Article. Here, we'll be comparing the various sorting Algorithms out there on the basic of several factors.
  (1 votes) by Arctype SQL (updated yesterday)
As a business expands, the need to ethically leverage data is not a luxury anymore but a necessity.
  (1 votes) by aroman (updated 4 days ago)
In this post I implement a Density Matrix Renormalization Group program.

Hosted Services

  (0 votes) by Jeremy Likness (updated 4 days ago)
This article walks you through my project Planetary Docs, a repository that showcases a full application that supports Create, Read, Update, and Delete operations (CRUD) using Blazor (Server), Entity Framework Core and Azure Cosmos DB.

Mathematics

  (1 votes) by rtybase (updated 4 days ago)
Andrica's conjecture is one of those mathematical statements which are extremely easy to formulate, but complicated to prove.
  (0 votes) by rtybase (updated 4 days ago)
Question about iterated function a(n)=⌊nϕ+0.5⌋

Productivity Apps and Services

  (1 votes) by YawerIqbal (updated 4 days ago)
This post do not cover the steps required to configure SharePoint for document storage with Model-Driven App.

Programming Languages

  (2 votes) by aroman (updated 4 days ago)
This blog entry shares a project that computes the band structure of a crystal having the diamond/zincblende structure, for various elements.
  (2 votes) by aroman (updated 4 days ago)
In this post we introduce the Fourier Transform and hint about some of its usages.
  (2 votes) by Jeremy Likness (updated 4 days ago)
In this blog post I look at what GraphQL is, share benefits and challenges, review the current .NET ecosystem, and walk you through some hands-on examples.
  (1 votes) by aroman (updated 4 days ago)
The subject of this post is Time-Evolving Block Decimation.
  (1 votes) by aroman (updated 4 days ago)
In this article I discuss and make a program about Hartree-Fock.
  (1 votes) by Vlad Neculai Vizitiu (updated 4 days ago)
Creating a zip archive on demand to be served via an API endpoint
  (0 votes) by tranthanhtu.vn (updated 4 days ago)
This post will help you to have a look at how to implement RESTful in node in a simple way.
  (0 votes) by aroman (updated 4 days ago)
This post is about the relaxation method combined with a multigrid method applied on the Laplace equation.
  (0 votes) by aroman (updated 4 days ago)
In this post I explore Lattice Boltzmann methods and build a related project
  (0 votes) by Jason Sultana (updated 4 days ago)
In this article a share a little tool to solve both the problem of previewing an XML Transformation, as well as running the transformation to use for local debugging.
  (0 votes) by Vlad Neculai Vizitiu (updated 12 hours ago)
Hello and welcome 😀, In a previous post we discussed how to create a zip file on demand on the server so that it can be served via Web API. The code for the previous post and this one for can be found in my github repository.

Request

  (1 votes) by Right Handed Monkey (updated 3 days ago)
Take the stress out of software management using theme based time management

Web Development

  (2 votes) by Jason Sultana (updated 4 days ago)
Implement a sort of “top-level” async function in Node when there is no async main method
  (1 votes) by Aram Tchekrekjian (updated 4 days ago)
In this tutorial we will learn how to Connect Android with ASP.NET Core Web API.
  (0 votes) by RmauroDev (updated 4 days ago)
Handle API Key authentication with only three lines of code extending native Authentication mechanism
  (0 votes) by Jeremy Likness (updated 4 days ago)
Two methods and their comparison for Autocomplete pattern which is used to make it easier for users to select items from a long dropdown list
  (0 votes) by Jeremy Likness (updated 4 days ago)
In this article I demonstrate multi-tenancy in a Blazor Server app
  (0 votes) by SleepyCrat (updated yesterday)
How to secure a website using Firebase, Angular 8 and ASP.NET Core 3.1

Blogs updated

Artificial Intelligence

  (2 votes) by rtybase (updated 4 days ago)
A* search explained.

Mathematics

  (1 votes) by rtybase (updated 4 days ago)
Another number theory problem
  (0 votes) by rtybase (updated 4 days ago)
Andrica's conjecture is one of those mathematical statements which are extremely easy to formulate, but complicated to prove. This is my third attempt.

Programming Languages

  (1 votes) by rtybase (updated 4 days ago)
Scope of variables in Java, nulling and why this might be important.



© 2021 The Code Project.  All rights reserved.


This email was sent to mailout@maillist.codeproject.com. To stop receiving The Weekly Newsletter click here.
CodeProject 20 Bay Street, 11th Floor, Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900

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