Click here to Skip to main content
15,885,216 members

Articles by raddevus (Articles: 83, Technical Blog: 1, Tip/Tricks: 4)

Articles: 83, Technical Blog: 1, Tip/Tricks: 4

RSS Feed

Average article rating: 4.83

3 Feb 2018   Updated: 3 Feb 2018   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 19,422     Bookmarked: 21   Downloaded: 0
Please Sign up or sign in to vote.
Deep dive into .NET Core as we determine the feasibility of building Enterprise Solutions on this platform.
Artificial Intelligence
Machine Learning
6 Feb 2018   Updated: 6 Feb 2018   Rating: 4.47/5    Votes: 8   Popularity: 4.04
Licence: CPOL    Views: 12,701     Bookmarked: 7   Downloaded: 199
Please Sign up or sign in to vote.
Entry in the Artificial Intelligence and Machine Learning Contest. Here's how I learned / guessed how to find spam.
Database Development
14 Aug 2017   Updated: 14 Aug 2017   Rating: 4.95/5    Votes: 11   Popularity: 5.15
Licence: CPOL    Views: 44,396     Bookmarked: 22   Downloaded: 1,010
Please Sign up or sign in to vote.
Learn the basics (and challenges) of using LocalDb to make your SQL dev easier and localized using tools like SqlLocalDb, sqlcmd and built-in Visual Studio server explorer. Now, also includes SqlCmd scripting.
Desktop Programming
Universal Windows Platform
20 Nov 2017   Updated: 20 Nov 2017   Rating: 4.81/5    Votes: 19   Popularity: 6.03
Licence: CPOL    Views: 30,458     Bookmarked: 39   Downloaded: 0
Please Sign up or sign in to vote.
Using C# for Desktop Development: Get Started in UWP (moving away from WinForm) --Intro & Chapter 1
21 Nov 2017   Updated: 21 Nov 2017   Rating: 4.84/5    Votes: 26   Popularity: 6.84
Licence: CPOL    Views: 22,513     Bookmarked: 16   Downloaded: 227
Please Sign up or sign in to vote.
Using C# for Desktop Development: Get Started in UWP (moving away from WinForm) -- Chapter 2
26 Nov 2017   Updated: 26 Nov 2017   Rating: 4.97/5    Votes: 9   Popularity: 4.74
Licence: CPOL    Views: 14,442     Bookmarked: 10   Downloaded: 221
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 3: The Challenges of Making Our Apps Look Good
27 Nov 2017   Updated: 27 Nov 2017   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 12,541     Bookmarked: 7   Downloaded: 179
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 4 Adding Windows Controls (Building the DailyJournal app)
28 Nov 2017   Updated: 28 Nov 2017   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 9,270     Bookmarked: 6   Downloaded: 339
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 5 Adding Tabs (Pivot) For Multiple Journal Entries
28 Nov 2017   Updated: 28 Nov 2017   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 12,960     Bookmarked: 7   Downloaded: 316
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 6 Programmatically Adding Tabs (Pivot) for Multiple entries in DailyJournal (includes CommandBar and Menu concepts)
29 Nov 2017   Updated: 29 Nov 2017   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 14,561     Bookmarked: 6   Downloaded: 719
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 7 Saving journal entries in the file system
1 Dec 2017   Updated: 1 Dec 2017   Rating: 4.68/5    Votes: 7   Popularity: 3.96
Licence: CPOL    Views: 8,491     Bookmarked: 5   Downloaded: 268
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 8 Applied OOP, Designing Objects, SoC and going deeper into designing the DailyJournal app.
3 Dec 2017   Updated: 4 Dec 2017   Rating: 4.95/5    Votes: 5   Popularity: 3.46
Licence: CPOL    Views: 10,671     Bookmarked: 4   Downloaded: 692
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 9 Refactor (MVC thinking), More OOP, Designing Objects, SoC continuing work on DailyJournal app.
5 Dec 2017   Updated: 6 Dec 2017   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 13,220     Bookmarked: 8   Downloaded: 405
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 10 Refactoring sometimes means fixing bugs -- Getting the DailyJournal FileName format working.
7 Dec 2017   Updated: 7 Dec 2017   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 8,291     Bookmarked: 4   Downloaded: 580
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 11 LoadFileFromStorage - When changes from this chapter are complete you'll have an app which saves all entries and loads them from files.
12 Dec 2017   Updated: 12 Dec 2017   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 13,281     Bookmarked: 4   Downloaded: 622
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForm) Chapter 12 Working with the ListView - Setting up ListView style via XAML, using data binding and anonymous types in C#.
14 Dec 2017   Updated: 14 Dec 2017   Rating: 4.97/5    Votes: 6   Popularity: 3.86
Licence: CPOL    Views: 16,793     Bookmarked: 6   Downloaded: 126
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForms) Chapter 13 : Deployment, Sideloading a UWA - How easy/difficult is it, really?
22 Dec 2017   Updated: 22 Dec 2017   Rating: 4.90/5    Votes: 8   Popularity: 4.43
Licence: CPOL    Views: 10,121     Bookmarked: 3   Downloaded: 689
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForms) Chapter 14: Add ability to delete an entry with a pop up confirmation dialog, add AccessKeys (keyboard shortcuts) and fix some bugs in our DailyJournal app.
29 Dec 2017   Updated: 29 Dec 2017   Rating: 4.88/5    Votes: 18   Popularity: 6.13
Licence: CPOL    Views: 19,742     Bookmarked: 18   Downloaded: 976
Please Sign up or sign in to vote.
Get Started in UWP (moving away from WinForms) Chapter 15: Final chapter delves into various XAML Windows Controls showing examples and dealing with simple layouts.
Engineering
22 Sep 2023   Updated: 24 Sep 2023   Rating: 2.06/5    Votes: 5   Popularity: 1.44
Licence: CPOL    Views: 3,201     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Richard P. Feynman was a genius who remained human throughout life and his quotes are inspirational.
General Programming
Architecture
22 Apr 2016   Updated: 22 Apr 2016   Rating: 4.44/5    Votes: 8   Popularity: 4.01
Licence: CPOL    Views: 13,890     Bookmarked: 11   Downloaded: 144
Please Sign up or sign in to vote.
Learn to leverage the power of the Interface to design your object-oriented code so you can test interactions and create more extendable more easily maintainable code. (Also see the Factory pattern implemented simply)
Internet of Things
27 Jul 2016   Updated: 27 Jul 2016   Rating: 5.00/5    Votes: 28   Popularity: 7.07
Licence: CPOL    Views: 81,704     Bookmarked: 54   Downloaded: 1,147
Please Sign up or sign in to vote.
Steps for building a device you can add to your existing garage door, which implements an atmega328, bluetooth (hc-05) and relay module which will allow you to open your garage door from any paired Android device.
Arduino
6 Jan 2018   Updated: 8 Jan 2018   Rating: 4.92/5    Votes: 39   Popularity: 7.77
Licence: CPOL    Views: 44,581     Bookmarked: 39   Downloaded: 0
Please Sign up or sign in to vote.
What are batteries, breadboards, continuity tests, drawing circuits, and reading schematics
18 Feb 2018   Updated: 1 Mar 2018   Rating: 4.98/5    Votes: 19   Popularity: 6.37
Licence: CPOL    Views: 25,783     Bookmarked: 31   Downloaded: 0
Please Sign up or sign in to vote.
Further investigation of switches (mercury, tilt, slider, magnetic) with circuits and our first automation circuit using an Infrared sensor
20 May 2018   Updated: 20 May 2018   Rating: 5.00/5    Votes: 24   Popularity: 6.90
Licence: CPOL    Views: 29,025     Bookmarked: 28   Downloaded: 0
Please Sign up or sign in to vote.
Chapter 4 - Resistors and Resistance
12 Jun 2018   Updated: 12 Jun 2018   Rating: 4.85/5    Votes: 13   Popularity: 5.41
Licence: CPOL    Views: 21,703     Bookmarked: 13   Downloaded: 116
Please Sign up or sign in to vote.
Get an Arduino Nano and get started with your own IoT projects
28 Jul 2018   Updated: 28 Jul 2018   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 13,060     Bookmarked: 13   Downloaded: 398
Please Sign up or sign in to vote.
Build one or more of these devices so you can monitor how temperature fluctuates over time in your home.
4 Jan 2018   Updated: 4 Mar 2019   Rating: 4.92/5    Votes: 102   Popularity: 9.78
Licence: CPOL    Views: 91,874     Bookmarked: 145   Downloaded: 0
Please Sign up or sign in to vote.
Intro and Chapter 1 - In this book, we will learn basic electronics as we build our first circuit, learn what electronic components do and finally build our own devices.
9 Apr 2019   Updated: 9 Apr 2019   Rating: 5.00/5    Votes: 9   Popularity: 4.77
Licence: CPOL    Views: 10,112     Bookmarked: 8   Downloaded: 0
Please Sign up or sign in to vote.
Using transistors as switches
18 Jun 2018   Updated: 18 Jun 2018   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 19,783     Bookmarked: 2   Downloaded: 371
Please Sign up or sign in to vote.
A main challenge to learning Arduino programming is that there is no debugger that will show you what your hardware is actually doing. Learn how easy it is to connect an LCD to write "logging" statements.
24 Jun 2018   Updated: 24 Jun 2018   Rating: 5.00/5    Votes: 13   Popularity: 5.57
Licence: CPOL    Views: 17,476     Bookmarked: 9   Downloaded: 133
Please Sign up or sign in to vote.
Build this Arduino-driven device which incorporates a touch-screen and Bluetooth and you'll never have to type a password again.
3 Jul 2018   Updated: 3 Jul 2018   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: Apache    Views: 16,222     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
Arduino Uno: Using your ATMega328p-u as stand-alone
6 Jul 2018   Updated: 6 Jul 2018   Rating: 4.37/5    Votes: 9   Popularity: 4.17
Licence: Apache    Views: 19,608     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
Arduino: just say no to shields
2 Aug 2018   Updated: 2 Aug 2018   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 21,201     Bookmarked: 7   Downloaded: 471
Please Sign up or sign in to vote.
Learn To Use HC-05 Bluetooth Component so you can communicate with your Arduino
4 Aug 2018   Updated: 4 Aug 2018   Rating: 4.93/5    Votes: 5   Popularity: 3.44
Licence: CPOL    Views: 9,100     Bookmarked: 8   Downloaded: 208
Please Sign up or sign in to vote.
Learn to configure your HC-05 Bluetooth module using the included Arduino sketch
6 Aug 2018   Updated: 6 Aug 2018   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 14,672     Bookmarked: 7   Downloaded: 499
Please Sign up or sign in to vote.
Build this circuit and learn how easy it is to grab GPS data and store it on an SD Card. Walk around your neighborhood and then upload data to a map.
Wearables
5 Aug 2016   Updated: 6 Aug 2016   Rating: 4.93/5    Votes: 16   Popularity: 5.94
Licence: CPOL    Views: 33,521     Bookmarked: 35   Downloaded: 361
Please Sign up or sign in to vote.
Plug this device into your computer and never type or memorize a password again. That's right, no need to memorize your Windows login (and you won't be able to because it will be so long and complex anyways).
Mobile Apps
Android
9 Feb 2016   Updated: 9 Feb 2016   Rating: 4.67/5    Votes: 8   Popularity: 4.21
Licence: CPOL    Views: 17,721     Bookmarked: 20   Downloaded: 0
Please Sign up or sign in to vote.
Start your Android Development with a detailed look at Android Studio installation.
10 Feb 2016   Updated: 10 Feb 2016   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 15,800     Bookmarked: 15   Downloaded: 0
Please Sign up or sign in to vote.
Experience the generation of your first Android App while learning to use the newest version of Android Studio.
11 Feb 2016   Updated: 11 Feb 2016   Rating: 5.00/5    Votes: 10   Popularity: 5.00
Licence: CPOL    Views: 25,354     Bookmarked: 6   Downloaded: 205
Please Sign up or sign in to vote.
Get the Android device emulator running. Add code to generate Android log output and learn how to step into code using the Android Studio debugger.
24 Mar 2016   Updated: 24 Mar 2016   Rating: 4.92/5    Votes: 4   Popularity: 2.96
Licence: CPOL    Views: 16,545     Bookmarked: 2   Downloaded: 280
Please Sign up or sign in to vote.
If you use the Google documented method of sharing text on API Levels before 21 (Lollipop), the text isn't shared properly with your app. This article describes the problem and how to fix it.
25 Apr 2017   Updated: 25 Apr 2017   Rating: 4.55/5    Votes: 9   Popularity: 4.34
Licence: CPOL    Views: 20,022     Bookmarked: 7   Downloaded: 777
Please Sign up or sign in to vote.
Using the Android TextToSpeech API we can write a simple app which reads your SMS (text) messages aloud to you.
iOS
26 Oct 2016   Updated: 26 Oct 2016   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 53,905     Bookmarked: 5   Downloaded: 664
Please Sign up or sign in to vote.
Want to learn to write Swift code, but you don't have a Mac yet? Now you can write and compile Swift on Windows. Only takes about 15 minutes to set up.
9 Dec 2018   Updated: 11 Dec 2018   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 10,475     Bookmarked: 14   Downloaded: 120
Please Sign up or sign in to vote.
Learn to create iOS apps using Xcode while you learn Swift. (If you've ever wanted to see iOS app dev in action, take a look at the screenshots.)
Process
3 May 2017   Updated: 3 May 2017   Rating: 4.96/5    Votes: 7   Popularity: 4.19
Licence: CPOL    Views: 7,981     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
Some thoughts on Software Development, the SDLC and Process.
Programming Languages
C#
4 Mar 2017   Updated: 4 Mar 2017   Rating: 4.82/5    Votes: 14   Popularity: 5.53
Licence: CPOL    Views: 22,785     Bookmarked: 9   Downloaded: 604
Please Sign up or sign in to vote.
When disk I/O goes to 100% your machine becomes a brick. Here's some information about how my i7, 8GB laptop was taken over by Microsoft Telemetry.
24 Apr 2018   Updated: 24 Apr 2018   Rating: 4.72/5    Votes: 6   Popularity: 3.68
Licence: CPOL    Views: 15,471     Bookmarked: 13   Downloaded: 745
Please Sign up or sign in to vote.
Learn to break your code into components using Razor Pages and PartialViews while creating a basic login control.
13 Aug 2020   Updated: 13 Aug 2020   Rating: 5.00/5    Votes: 10   Popularity: 5.00
Licence: CPOL    Views: 19,137     Bookmarked: 34   Downloaded: 0
Please Sign up or sign in to vote.
Learn to program Linux via .NET Core 3 and Visual Studio code: Getting started
16 Aug 2020   Updated: 16 Aug 2020   Rating: 2.80/5    Votes: 4   Popularity: 1.69
Licence: CPOL    Views: 6,283     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Learn to program Linux via .NET Core 3 and Visual Studio code: Beginning Console Apps
12 Feb 2024   Updated: 12 Feb 2024   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 8,190     Bookmarked: 11   Downloaded: 37
Please Sign up or sign in to vote.
A study of C# Interfaces, with implementation of program ActivityTracker (logs to File, Sqlite, & more)
C# 5.0
24 Mar 2017   Updated: 24 Mar 2017   Rating: 5.00/5    Votes: 5   Popularity: 3.49
Licence: CPOL    Views: 11,722     Bookmarked: 9   Downloaded: 648
Please Sign up or sign in to vote.
Building the ASP.NET MVC desktop UX (User Experience). See ContextMenu in action.
Javascript
20 May 2020   Updated: 20 May 2020   Rating: 4.95/5    Votes: 16   Popularity: 5.82
Licence: CPOL    Views: 14,089     Bookmarked: 27   Downloaded: 160
Please Sign up or sign in to vote.
A quick article to walk you through building your .NET Web API and posting to it via AJAX (using JSON)
20 May 2020   Updated: 20 May 2020   Rating: 4.80/5    Votes: 5   Popularity: 3.36
Licence: CPOL    Views: 7,905     Bookmarked: 14   Downloaded: 99
Please Sign up or sign in to vote.
Post to your Web API via the XmlHttpRequest - learn how to set up headers, data for body, etc.
11 Oct 2018   Updated: 11 Oct 2018   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: Apache    Views: 7,202     Bookmarked: 3   Downloaded: 0
Please Sign up or sign in to vote.
JavaScript, jQuery, TypeScript
30 Mar 2023   Updated: 30 Mar 2023   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 5,801     Bookmarked: 7   Downloaded: 56
Please Sign up or sign in to vote.
Learn to build DailyJournal, a Cross-Platform Desktop Note-Taking app which runs natively on all three OSes (macOS, Linux, Windows)
Razor
25 Jan 2016   Updated: 25 Jan 2016   Rating: 3.75/5    Votes: 4   Popularity: 2.26
Licence: CPOL    Views: 17,484     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Why is the _ViewStart.cshtml file so important to understanding MVC and the Razor ViewEngine? This article shows you the magic of the _ViewStart file and reveals secrets of MVC code using ILSpy.
Rust
26 Apr 2023   Updated: 26 Apr 2023   Rating: 3.95/5    Votes: 12   Popularity: 4.12
Licence: CPOL    Views: 13,631     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Get Rust installed, compile and run your first program extremely fast with rustup
SQL
20 Mar 2024   Updated: 22 Mar 2024   Rating: 4.97/5    Votes: 6   Popularity: 3.87
Licence: CPOL    Views: 7,730     Bookmarked: 14   Downloaded: 76
Please Sign up or sign in to vote.
An informal study of the Sqlite database and how many concurrent inserts it can handle. Will help you decide if you want to use Sqlite in your projects.
Security
Cryptography
16 May 2016   Updated: 3 Jun 2016   Rating: 4.58/5    Votes: 102   Popularity: 9.00
Licence: CPOL    Views: 511,777     Bookmarked: 103   Downloaded: 3,047
Please Sign up or sign in to vote.
A novel approach to generate a secure way to login that doesn't require the user to ever memorize a password again. This method can be used with any web site, program, etc. and creates a more secure password than other methods.
25 Aug 2017   Updated: 16 Nov 2017   Rating: 4.87/5    Votes: 29   Popularity: 7.04
Licence: CPOL    Views: 62,542     Bookmarked: 48   Downloaded: 484
Please Sign up or sign in to vote.
Complete source code that creates a solution so users never have to make up, memorize or type a password again
30 Jun 2022   Updated: 30 Jun 2022   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 7,260     Bookmarked: 4   Downloaded: 141
Please Sign up or sign in to vote.
Fully working sample code and explanation of everything necessary to create authenticated encryption with AES256.
26 Jul 2022   Updated: 26 Jul 2022   Rating: 4.97/5    Votes: 18   Popularity: 6.24
Licence: CPOL    Views: 19,160     Bookmarked: 23   Downloaded: 0
Please Sign up or sign in to vote.
C’YaPass (Fully Open Source Software) now a Fully-Functioning Password Ecosystem which doesn’t store your passwords anywhere — You are the owner of your data.
Virtual device
30 Jul 2020   Updated: 30 Jul 2020   Rating: 4.67/5    Votes: 4   Popularity: 2.81
Licence: CPOL    Views: 5,193     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Try out Linux Debian via Oracle VirtualBox (includes snaphots of every screen for setup)
Web Development
ASP.NET
24 Jan 2016   Updated: 24 Jan 2016   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 10,582     Bookmarked: 5   Downloaded: 192
Please Sign up or sign in to vote.
This article extends the 2-part article I wrote showing you how to write your own blog engine in ASP.NET MVC.
22 Mar 2017   Updated: 22 Mar 2017   Rating: 5.00/5    Votes: 18   Popularity: 6.15
Licence: CPOL    Views: 28,604     Bookmarked: 28   Downloaded: 412
Please Sign up or sign in to vote.
Part 1: Master the ASP.NET MVC Project Template & Technologies (Razor, jQuery, JavaScript, Bootstrap, CSS). Part 2: Build an ASP.NET MVC app which runs in the browser but feels like using a desktop app.
CSS
26 Apr 2019   Updated: 26 Apr 2019   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 4,740     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
When it comes to the enterprise-grade charting and graphing components that can help you create an awesome dashboard, Wijmo has you covered.
HTML
23 Jan 2016   Updated: 2 Feb 2016   Rating: 4.87/5    Votes: 11   Popularity: 5.07
Licence: CPOL    Views: 46,821     Bookmarked: 29   Downloaded: 1,666
Please Sign up or sign in to vote.
After working through this article you will have a novel way of easily posting new blog articles which will auto-update the content on your site and you will have learned the C# ASP.NET MVC code to do this.
12 Sep 2018   Updated: 12 Sep 2018   Rating: 4.89/5    Votes: 5   Popularity: 3.42
Licence: Apache    Views: 6,411     Bookmarked: 11   Downloaded: 0
Please Sign up or sign in to vote.
JavaScript, jQuery, TypeScript: Introduction
12 Sep 2018   Updated: 12 Sep 2018   Rating: 4.60/5    Votes: 2   Popularity: 1.38
Licence: Apache    Views: 7,150     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Why Learn Pure JavaScript?.. Learning pure JavaScript (JavaScript only with no other libraries like jQuery) is important because the more familiar you are with JavaScript, the easier it will be for you to use the other JavaScript-based libraries.
18 Sep 2018   Updated: 19 Sep 2018   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: Apache    Views: 7,283     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
Setting the Foundation: JavaScript Data Types. Because of the way the mind works, it is easiest to learn when we focus on one thing at a time.
24 Apr 2016   Updated: 24 Apr 2016   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 21,622     Bookmarked: 6   Downloaded: 578
Please Sign up or sign in to vote.
Step by step walk-through with progressive versions of code downloads will take you from the basics of drawing on HTML5 Canvas while studying an interesting point-connecting algorithm.
20 Jan 2016   Updated: 20 Jan 2016   Rating: 4.87/5    Votes: 36   Popularity: 7.52
Licence: CPOL    Views: 93,402     Bookmarked: 65   Downloaded: 2,062
Please Sign up or sign in to vote.
Walkthrough building a re-usable blog engine which will help you create your web site using MVC while you learn ASP.NET MVC from beginning to intermediate level.
HTML5
22 May 2017   Updated: 22 May 2017   Rating: 4.79/5    Votes: 14   Popularity: 5.33
Licence: CPOL    Views: 68,602     Bookmarked: 33   Downloaded: 2,606
Please Sign up or sign in to vote.
Learn to use SignalR to asynchronously update all web clients using SignalR broadcasts.
24 May 2017   Updated: 24 May 2017   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 11,631     Bookmarked: 4   Downloaded: 308
Please Sign up or sign in to vote.
Use SignalR to create a Slideshow app which asynchronously updates all web clients so they see the same slide you are seeing.
13 Sep 2018   Updated: 13 Sep 2018   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: Apache    Views: 6,600     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
JavaScript, jQuery, TypeScript
25 Jan 2021   Updated: 25 Jan 2021   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 4,960     Bookmarked: 2   Downloaded: 62
Please Sign up or sign in to vote.
Learn to build an app in using HTML, JavaScript, CSS which will later run on the desktop.
27 Jan 2016   Updated: 28 Apr 2016   Rating: 4.95/5    Votes: 17   Popularity: 5.67
Licence: CPOL    Views: 55,863     Bookmarked: 25   Downloaded: 1,178
Please Sign up or sign in to vote.
Introduction to HTML5 Canvas which shows you how to create a command line console in your browser.
3 May 2016   Updated: 3 May 2016   Rating: 5.00/5    Votes: 10   Popularity: 5.00
Licence: CPOL    Views: 13,492     Bookmarked: 14   Downloaded: 173
Please Sign up or sign in to vote.
Less than 300 lines of JavaScript creates an interesting "Game of Life" example (random moving graphic creatures with lifespans - see animated gif).
26 Apr 2016   Updated: 26 Apr 2016   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 14,394     Bookmarked: 3   Downloaded: 243
Please Sign up or sign in to vote.
Adding more methods (select points, draw triangles, etc) which allow us to do some specialized drawing on the HTML5 Canvas so we can investigate the Calc Convex Hull algorithm.
27 Apr 2016   Updated: 27 Apr 2016   Rating: 4.92/5    Votes: 4   Popularity: 2.96
Licence: CPOL    Views: 12,322     Bookmarked: 8   Downloaded: 232
Please Sign up or sign in to vote.
We learn how to generate random points (easy) and we enable functionality which allows the user to grab any point on the grid and move it around in real-time (see animated gif).
28 Dec 2021   Updated: 28 Dec 2021   Rating: 5.00/5    Votes: 3   Popularity: 2.39
Licence: CPOL    Views: 4,610     Bookmarked: 10   Downloaded: 85
Please Sign up or sign in to vote.
Creation of a simple app (< 50 lines of code) which allows you to save a dynamic catalog of images with an examination of how to save a user's data
29 Dec 2021   Updated: 29 Dec 2021   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 10,930     Bookmarked: 9   Downloaded: 83
Please Sign up or sign in to vote.
Discussion of UX via ContextMenu & Copy to Clipboard
6 Jan 2022   Updated: 7 Jan 2022   Rating: 5.00/5    Votes: 7   Popularity: 4.23
Licence: CPOL    Views: 7,430     Bookmarked: 10   Downloaded: 93
Please Sign up or sign in to vote.
Includes complete C# Web API which allows you to post your app data using simple method
26 May 2022   Updated: 30 May 2022   Rating: 5.00/5    Votes: 14   Popularity: 5.73
Licence: CPOL    Views: 20,371     Bookmarked: 23   Downloaded: 255
Please Sign up or sign in to vote.
Fully Open Source Library for building Cross-Platform Desktop apps on .NET Core
React
8 Dec 2022   Updated: 10 Dec 2022   Rating: 5.00/5    Votes: 4   Popularity: 3.01
Licence: CPOL    Views: 5,970     Bookmarked: 12   Downloaded: 0
Please Sign up or sign in to vote.
Drop in this React component and in 5 minutes, you can have it CRUDing your custom data.

Average blogs rating: 3.15

All Topics
28 Nov 2016   Updated: 28 Nov 2016   Rating: 3.15/5    Votes: 10   Popularity: 3.15
Licence: CPOL    Views: 9,201     Bookmarked: 6   Downloaded: 0
Please Sign up or sign in to vote.
How hackers crack passwords (Part 1)

Average tips rating: 4.75

Database Development
26 Feb 2023   Updated: 16 Mar 2023   Rating: 4.78/5    Votes: 15   Popularity: 5.16
Licence: CPOL    Views: 31,051     Bookmarked: 13   Downloaded: 0
Please Sign up or sign in to vote.
Function to help convert null to DBNull.Value for inserting in database
DevOps
21 Dec 2015   Updated: 21 Dec 2015   Rating: 5.00/5    Votes: 6   Popularity: 3.89
Licence: CPOL    Views: 29,584     Bookmarked: 15   Downloaded: 1,281
Please Sign up or sign in to vote.
This little desktop app gives you an easy way to track processes which start and stop even when your computer is locked. Also, easily save data and view in Excel.
Agile
2 May 2021   Updated: 2 May 2021   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 3,250     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
7 step outline will help you communicate quickly and clearly to team about System Creation / Code Changes
Web Development
13 Aug 2016   Updated: 13 Aug 2016   Rating: 4.22/5    Votes: 6   Popularity: 3.29
Licence: CPOL    Views: 23,668     Bookmarked: 3   Downloaded: 86
Please Sign up or sign in to vote.
My ASP.NET MVC 5 web site is simple but gets small amount of traffic so after 20 minutes, it shuts down. That means new visitors wait 20 seconds or more to see my landing page. Here's a way to test and see if that is your problem.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Software Developer (Senior) RADDev Publishing
United States United States
"Everything should be made as simple as possible, but not simpler."