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. Advertisements What Super Powers does being a Developer give you? Survey period: 2 Jul 2018 to 9 Jul 2018 The ability to spot flaws in logic instantly | 457 | 52.71 | | The ability to juggle 50 pieces of information in your head at one time | 322 | 37.14 | | The ability to read and write dozens of languages | 212 | 24.45 | | The ability to stare at a screen for 3hrs without blinking | 341 | 39.33 | | The ability to lay hands on your family's computers and heal them | 358 | 41.29 | | The ability to create an entire Universe you can share with the World | 225 | 25.95 | | Other (please comment) | 67 | 7.73 | | I don't code. | 27 | 3.11 | | Respondents were allowed to choose more than one answer; totals may not add up to 100% | This week's survey: As a developer, do you think that websites are actually able to protect your personal data from hackers? Latest Additions New articles added | (5 votes) by Omar Saad (IREQ), Eric Ouellet (updated 5 days ago) This article discusses the many fast implementation of permutation algorithms | | (2 votes) by ThatsAlok (updated 4 days ago) In this tutorial, I will provide step by step to build your first Flutter App | | (5 votes) by Ryan Peden (updated 5 days ago) A small project to display a message in Morse code using an Arduino's built-in LED | | (4 votes) by CPallini (updated 5 days ago) Generate 26-bit Wiegand codes with Arduino Nano | | (3 votes) by raddevus (updated 2 days ago) Arduino: just say no to shields | | (1 votes) by raddevus (updated 5 days ago) Arduino Uno: Using your ATMega328p-u as stand-alone | | (1 votes) by AndyEdmonds (updated 3 days ago) You can simulate with DARL too! This demonstrates a financial trading simulation. | | (8 votes) by saineshwar bageri (updated 5 days ago) In this article, we are going to learn how to log each request and response of an API such that it helps to maintain log | | (3 votes) by Ivan Yakimov (updated 5 days ago) When you write messages to your logs, sometimes it may be useful to add context information. For example, if you write information about some error, you could also include input data in some form, to be able to reproduce the problem easily. Here, I'll show how to gather this additional information. | | (2 votes) by Mark J. Caplin (updated 9 hours ago) Cross-platform development with Microsoft ASP.NET Core 2.1 | | (2 votes) by Sudhakar_Bandi (updated 4 days ago) How to host ASP.NET Web API to Azure Service Fabric using containers | | (1 votes) by Sibeesh Passion (updated 19 hours ago) | | (0 votes) by Manjuke Fernando (updated 2 days ago) How to replace sp_depends with sys.dm_sql_referencing_entities and sys.dm_sql_referenced_entities | | (4 votes) by Eoin Mullan (updated 5 days ago) Chaos and order in software development | | (2 votes) by Bahrudin Hrnjica (updated 1 weeks ago) As you probably know CNTK is Microsoft Cognitive Toolkit for deep learning. It is open source library which is used by various Microsoft products. Also the CNTK is powerful library for developing custom ML solutions from various fields with different … Continue reading →. | | (5 votes) by Athari (updated 17 hours ago) A walkthrough of creating a user style which changes GitHub user interface to one resembling classic Windows GUI from Windows 9x. | | (18 votes) by Uzi Granot (updated 6 days ago) QR Code Encoder and Decoder .NET framework class library is written in C#. The encoder class allows you to create QR Code image from string or byte array. The decoder class allows you to scan a Bitmap image for one or more QR Codes and convert them into array of byte arrays or strings. | | (1 votes) by vkjha2000 (updated 4 days ago) This article explains how to do performance testing aka load/stress testing using JUnit and maven | | (1 votes) by Krishna P Seetharaman (updated 4 days ago) Issues faced and learnings found during the generation of pipe delimited flat file generation | | (0 votes) by Wojtek Kaliciński (updated 2 days ago) How fixing crashes and unnecessary wake locks can improve Play Store performance | | (1 votes) by ThatsAlok (updated 3 days ago) This is getting started beginner tutorial in DART 2, I would be touching Basic setup, Datatypes, Conditional Statements and Loops. | | (1 votes) by ThatsAlok (updated 21 hours ago) In this second article of series, I would be focusing completely on List working | | (0 votes) by geek96boolean10 (updated yesterday) Create an application to download and store data uploaded to your Azure IoT Hub. | | (1 votes) by Gene Cole (CFSW) (updated 3 days ago) Using HTTP with Bing Maps to get Elevation Data | | (0 votes) by Krishna P Seetharaman (updated 8 hours ago) The tools used for different activities and the best practices to be followed in Mule development for an enhanced development and deployment experience | | (10 votes) by mbarsott (updated 6 days ago) It is common wisdom that in order to understand complicated things, we need to break them down into smaller parts. If you want to understand complex security systems, you first need to have a good grasp on the basic security concepts, so let's begin from the start... | | (0 votes) by techbird (updated 3 days ago) Manage the Postman requests across multiple environments with help of Postman Environment feature. | | (2 votes) by CMalcheski (updated 5 days ago) A full-scale all-assembly .DLL module for the situations that warrant it can offer a tremendous power and speed boost over using inline ASM or intrinsics alone. | Articles updated | (46 votes) by Peter Occil (updated 6 days ago) Discusses many ways applications can do random number generation and sampling from an underlying random number generator (RNG) and includes pseudocode for many of them. | | (6 votes) by Vincent Maverick Durano (updated 5 days ago) This article will talk about how to implement a custom wrapper for your ASP.NET Core and Web API applications for managing exceptions, providing meaningful and consistent responses to consumers. | | (51 votes) by Vincent Maverick Durano (updated 5 days ago) This article is part 1 of the series for building a simple web application in ASP.NET MVC 5. | | (34 votes) by EgorYusov (updated 4 hours ago) This article introduces Diligent Engine, a modern cross-platform graphics API abstraction library | | (7 votes) by CPallini (updated yesterday) Programming Microchip PIC32MM microcontrollers in C++ and assembly | | (16 votes) by gggustafson (updated 4 days ago) Describes a method whereby Web Master Pages can be developed using HTML, CSS, and JavaScript | | (18 votes) by Mehdi Gholam (updated 6 days ago) LAN based file synchronization between machines (works on pi and ubuntu). | | (13 votes) by BrainlessLabs.com, sibani.p (updated 3 days ago) Creating a simple ORM for C++ on-top of SQL Database | | (12 votes) by D Sarthi Maheshwari (updated yesterday) Language independent/generic proposal to extend original producer consumer to perform concurrent data processing. | | (0 votes) by geek96boolean10 (updated yesterday) Create a console application that listens to the data your Raspberry Pi 3 uploads to Azure IoT Hub. | | (0 votes) by Error410 (updated yesterday) Setting up a microservice architecture from scratch, using Kubernetes, Helm and Docker. Automating the deployment process using a CI/CD tool. (Part 1) Base configuration. | | (305 votes) by Ciumac Sergiu (updated 5 days ago) Explains sound fingerprinting algorithm, with a practical example of detecting duplicate files on the user's local drive. | New Tips and Tricks added | (3 votes) by Thinira (updated 3 days ago) Continuous Integration and Delivery with VSTS (Visual Studio Team Services) | | (0 votes) by John M. Dlugosz (updated yesterday) Did you realize that the `*this` object can be qualified with lvalue vs rvalue? Here's what you can do with that. | | (3 votes) by BillWoodruff (updated 3 days ago) how to get them installed, available | | (2 votes) by Abhishek Shrotriya (updated 2 days ago) Export to Excel feature in Angular 2+ applications | | (4 votes) by Viktor Kovács (updated yesterday) Parallel foreach loop implementation for nested loops | Tips and Tricks updated | (1 votes) by Alen Toma (updated 13 hours ago) How to implement ObjectStatus with EntityWorker.Core and JavaScript | New Technical Blogs added | (6 votes) by mbarsott (updated 6 days ago) Every time a security problem emerges, an army of bright minds try to find a clever fix. Fortunately, collaboration among these solution finders have also increased exponentially. | © 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