Chủ Nhật, 4 tháng 3, 2018

Weekly Newsletter (5 Mar 2018)

Weekly Newsletter (5 Mar 2018)
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.
Click here The Future of JavaScript: 2018 and Beyond (Whitepaper)
What is the state of the JavaScript ecosystem? This whitepaper offers our future-looking analysis and predictions on the latest in JavaScript. We also look back at all the craziness from 2017 and neatly tie it together with a bow. Download now.
Click here Dynamic Dashboards from Excel Charts & Ranges with SpreadsheetGear 2017
You and your users can design dashboards, reports, charts, and models in Excel or the SpreadsheetGear Workbook Designer rather than hard-to-learn developer tools and you can easily deploy them with one line of code. Try it now!

Weekly Poll Results

Is your job as a software developer stressful?

Survey period: 26 Feb 2018 to 5 Mar 2018

Deadlines, incurable bugs, uninformed managers, unrealistic clients. And of course the pressure to learn the framework de jour.

OptionVotes% 
Yes, very stressful, often7812.09
Yes, very stressful, every so often9114.11
Yes, mildly stressful, often11918.45
Yes, mildly stressful, every so often13520.93
Yes, on rare occasions12819.84
Not really456.98
No, it's all chill.264.03
I don't work as a software developer233.57

This week's survey: How many computer languages do you know well enough that you'd be happy to use them to write production code?

Latest Additions

New articles added

.NET Framework

  (4 votes) by Athari (updated yesterday)
CsConsoleFormat library for .NET - Formatting in Console using modern technologies

Algorithms & Recipes

  (6 votes) by Marc Clifton (updated 3 days ago)
A prototype that explores how data can be associated with its context, a requirement for contextual computing which "...is now expected to grow 30 percent annually and reach a market size of a whopping $125 billion by 2023, largely due to widespread use in consumer mobile devices and smart agents."
  (4 votes) by Omar Saad (IREQ), Eric Ouellet (updated 4 days ago)
Ouellet Convex Hull is currently the only 'Online' Convex Hull in O(log h) per point, where 'Online' stands for dynamically add one point at a time. Based on our own test against many other algorithm implementations, including Chan and Voronoi/Delaunay, it appears to be the fastest one.

Artificial Intelligence and Machine Learning

  (5 votes) by Peter Leow (updated 2 days ago)
Design and implement a simple AI agent that can learn and fight the relentless spam plague.
  (4 votes) by Arthur V. Ratz (updated 4 days ago)
In this article we'll discuss on how to produce user-to-item recommendations by using SVD++, Pearson Correlation and probability-based similarity computation
  (4 votes) by Thomas D [ProgramFOX] (updated yesterday)
This article describes how to use a neural network to recognize programming languages, as an entry for CodeProject's Machine Learning and Artificial Intelligence Challenge.
  (4 votes) by Rupesh Sreeraman (updated 14 hours ago)
Programming language Detection AI
  (3 votes) by Markus Glagla (updated 5 days ago)
I will show how to prepare training and test data, define a simple neural network model, train and test it.
  (3 votes) by Scott Clayton (updated yesterday)
Build a recommendation system using collaborative filtering and matrix factorization.
  (2 votes) by Kornfeld Eliyahu Peter (updated 15 hours ago)
The Machine Learning and Artificial Intelligence Challenge
  (2 votes) by Peter Leow (updated 2 days ago)
Suggest next articles that are of interest to your readers with the help of data analytics and machine learning.
  (1 votes) by Vince Chan (updated yesterday)
A walkthrough of common machine learning tasks - by building a Naive Bayes Spam Classifier using python and scikit-learn
  (0 votes) by sjb_strat (updated 22 hours ago)
Create a Spam Filter Using Machine Learning
  (0 votes) by Omar Gameel Salem (updated yesterday)
Using Collaborative Filtering to find people who share tastes, and for making automatic recommendations based on things that other people like.
  (0 votes) by sjb_strat (updated 22 hours ago)
Use machine learning to determine the programming language of text

ASP.NET

  (5 votes) by Code Maze (updated 4 days ago)
After finishing the server part, we are continuing on to the client side, by utilizing one of the most popular frameworks out there, Angular 4.
  (3 votes) by alirıza adıyahşi (updated yesterday)
Creating a multi-tenant (SaaS) web application based on ASP.NET Boilerplate and using ASP.NET Core, Angular and EntityFrameworkCore.

Database

  (3 votes) by Ryan G Conrad (updated 3 days ago)
Additional logging and data collection.
  (3 votes) by ShamimSiddiquee (updated 6 days ago)
Manage broken batch packages re-run start point.

Design and Architecture

  (3 votes) by Jon McKee (updated 2 days ago)
Analyzing and improving existing class diagramming paradigms
  (2 votes) by Nick Polyak (updated 3 hours ago)
I try to explain some design patterns and principles using analogies and pictures from non-software world.

Installation

  (8 votes) by DigitalCoyote (updated 6 days ago)
Learn to use Wix# to create an installer for your application that bundles multiple msi's, runtimes, and other dependencies

Java

  (4 votes) by JIANGWilliam (updated 5 days ago)
This serial of articles explains some techniques to relieve Lambda Expressions from the boiler plate codes of try/catch that required by the original functional interfaces, thus making lambda expressions to be real first-class members in JAVA 8.
  (0 votes) by JIANGWilliam (updated 2 days ago)
This is the second post of my serial of articles discusses the missing Tuple types for Functional Programming with JAVA.

Node.js

  (2 votes) by Shashangka Shekhar (updated yesterday)
In this post we are going to secure our NodeJS API's with customized security token generated by logged user and HTTP actions.

NoSQL

  (3 votes) by Sibeesh Passion (updated 3 days ago)
This is the continuation of exploring the Mongo shells, we will be performing some commands on the Mongo shells.

Product Showcase

  (0 votes) by yinghu_intel (updated 6 days ago)
This article shows how we optimized MySQL using Intel® C++ Compiler and its Interprocedural Optimization (IPO) capability.

Work Issues

  (6 votes) by Anonymee (updated yesterday)
Overengineering vs. underengineering - a guideline to prevent them both

Articles updated

.NET Framework

  (31 votes) by Pawel Wzietek (updated 5 days ago)
synchronous/asynchronous control via multiple interfaces with command queuing

Algorithms & Recipes

  (59 votes) by Omar Saad (IREQ), Eric Ouellet (updated 3 days ago)
A very fast Convex Hull algorithm and its implementation in O (n log h)
  (40 votes) by Omar Saad (IREQ), Eric Ouellet (updated 3 days ago)
Many improvements over a pretty new and unknown very fast 2D Convex Hull algorithm and much more.

Arduino

  (11 votes) by raddevus (updated 3 days ago)
Further investigation of switches (mercury, tilt, slider, magnetic) with circuits and our first automation circuit using an Infrared sensor.

Artificial Intelligence and Machine Learning

  (29 votes) by Byte-Master-101 (updated 2 days ago)
Neural Networks can do a lot of amazing things, and you can understand how you can make one from the ground up. You can actually be surprised how easy it is to develop one from scratch!
  (6 votes) by Scott Clayton (updated 3 days ago)
Detect the programming language of a code snippet using neural networks in Azure ML Studio

ASP.NET

  (45 votes) by Zijian (updated 3 days ago)
Generate strongly typed client API in C# for ASP.NET Web API supporting desktop, Universal Windows, Android and iOS
  (41 votes) by Zijian (updated yesterday)
Generate strongly typed client API in TypeScript for ASP.NET Web API

Audio and Video

  (124 votes) by Evgeny Pereguda (updated 7 hours ago)
Simple SDK for capturing, recording and streaming video and audio from web-cams on Windows OS by Windows Media Foundation.

Client side scripting

  (66 votes) by Amir Jalilifard (updated 5 days ago)
Lets take an exciting travel to the land of MVC, MVP and MVVM patterns with our sexy friend : JavaScript
  (2 votes) by Giorgio Arata (updated 5 days ago)
If you think named function arguments are needed in your Javascript projects, you may consider to extend build-in JavaScript Function object to add them automatically

Cryptography & Security

  (40 votes) by Jerome Vonk (updated yesterday)
Description of cryptographic hashes and practical examples of how to calculate them

Database

  (10 votes) by John Simmons / outlaw programmer (updated 5 days ago)
Create and run jobs kinda like SQL Server Enterprise - Users Guide
  (10 votes) by Ryan G Conrad (updated 3 days ago)
Prevent brute-force login attacks on a remotely accessible SQL Server database using T-SQL
  (8 votes) by Yuancai (Charlie) Ye (updated 4 days ago)
Application of SocketPro onto various databases for continuous inline request/result batching and real-time stream processing with bi-directional asynchronous data transferring
  (5 votes) by Yuancai (Charlie) Ye (updated 4 days ago)
Application of SocketPro onto various databases for continuous inline request/result batching and real-time stream processing with bi-directional asynchronous data transferring

Debug Tips

  (26 votes) by Antonio Petricca (updated 4 days ago)
Win32, compiler independent, and extensible passive debugger

Design and Architecture

  (39 votes) by Nick Polyak (updated 3 days ago)
making decisions when starting and running a software project.

Game Development

  (19 votes) by jespa007 (updated 6 days ago)
Example game engine by using SDL2 and ZetScript

HTML / CSS

  (100 votes) by Dan Letecky (updated 5 days ago)
Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP/AJAX and ASP.NET MVC backends.

Libraries

  (54 votes) by Cinchoo (updated 6 hours ago)
Simple CSV file reader for .NET

String handling

  (29 votes) by John Simmons / outlaw programmer (updated 5 days ago)
Spell it out! No! Wait!

Windows API

  (45 votes) by Martin Mitáš (updated 6 days ago)
How to support scrolling within your controls.

New Tips and Tricks added

ASP.NET

  (1 votes) by Richard Mneyan (updated 6 days ago)
Conditional Formatting in Excel without applying Conditional Formats with EPPlus and LINQ

Client side scripting

  (3 votes) by Naveen Kosana (updated 5 days ago)
How does React efficiently modify the HTML DOM. Read this article to find out the overview.

Files and Folders

  (2 votes) by Amar zaidi (updated 2 days ago)
How to import and export DataTable to and from Excel file

Grid & Data Controls

  (0 votes) by MarioRainer (updated 14 hours ago)
Here is a simple way to sort the datagridview by Multi-Columns

Miscellaneous

  (1 votes) by Clifford Nelson (updated yesterday)
This tip presents a way to use the ContentControl and DataTemplate to easily control an image in a Window.
  (1 votes) by ruben rick (updated yesterday)
This simple code displays a perlin noise like example.
  (1 votes) by Clifford Nelson (updated 8 hours ago)
Provides a way to have a string in XAML that can contain string values and references to resources that are inserting into the string like string interpolation

Tips and Tricks updated

Android

  (3 votes) by Shailesh Pisat (updated 5 days ago)
Open a Phone Dialer on click of a link in Webview

ASP.NET

  (8 votes) by Angel Gabriel Valdés Sarduy (updated 6 days ago)
This project is an ASP.NET MVC site with a controller for handling operations over database entities.
  (4 votes) by HHerzl (updated 4 hours ago)
Scaffolding ASP.NET Core with CatFactory
  (4 votes) by Ajit Hegde (updated yesterday)
This tip describes how to use ASP.NET identity entity framework with mysql database.

Charts, Graphs and Images

  (2 votes) by Satish A. J. Wadekar (updated 5 days ago)
Learn how to generate the configuration of Google Chart and implement it in your chart with some easy steps.

Database

  (20 votes) by Alen Toma (updated 2 days ago)
EntityWorker.Core - an alternative to entity Framework

Smart Client

  (9 votes) by Peter Sun (247) (updated yesterday)
Create a C# WPF app to read Twitter tweets and retweets via REST API with grouping related users / friends by categories

New Technical Blogs added

Artificial Intelligence and Machine Learning

  (6 votes) by Philipp_Engelmann (updated 2 days ago)
With recent scientific advancements in Deep Learning, Artificial Intelligence and Neural Networks, as well as steadily evolving tools such as Tensorflow, Pytorch, and Keras, writing, testing and optimizing your own Neural Networks is now easier than ever before.
  (6 votes) by Nikola M. Živković (updated 6 days ago)
Have you ever wondered how Facebook knows how to suggest the right friend to tag? Speaking of it, how does the Google’s image search algorithm work? Yes, you are right, there is a neural network involved in all those tasks.

Content Management Server

  (2 votes) by essentialSQL (updated 3 days ago)
Use IF…ELSE statements to program a Stored Procedure
  (2 votes) by essentialSQL (updated 3 days ago)
After reading this article you will understand the basics of using the WHILE statement to write a loop within a stored procedure. All the examples for this lesson are based on Microsoft SQL Server Management Studio and the sample databases AdventureWorks and WideWorldImporters.

Database

  (3 votes) by essentialSQL (updated 3 days ago)
How to build dynamic SQL in a stored procedure



© 2018 The Code Project.  All rights reserved.


This email was sent to vutunglampro@gmail.com. To stop receiving The Weekly Newsletter click here.
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

Không có nhận xét nào:

Đăng nhận xét