Book Review : CODE: The Hidden Language of Computer Hardware and Software
unique book mixing lessons in logic, electronics, and math with history and narrative in a deep but relaxed exploration of computer technology.
unique book mixing lessons in logic, electronics, and math with history and narrative in a deep but relaxed exploration of computer technology.
an example of how to develop .NET Core console applications using IHost, generic interface to develop headless services.
An essential book for software developers of all levels, programming languages and platforms.
how to use the Configuration API in .net core to access configuration data in Console Applications.
A step by step guide on how to reset your WordPress password using phpMyAdmin and the CPanel
Quick tips on how to use gulp to automate common development workflow tasks.
catalogs a collection of software design patterns commonly used when developing enterprise software applications
Detailed instructions on how to install laravel 5.6 on ubuntu 18.04 , with additional instructions of how to get up and running with Homestead on ubuntu.
How to instructions to install Laravel 5.6 on a Ubuntu 16.04 Desktop in order to quickly start developing PHP Web Applications using Laravel. These instructions do not include having to install any virtual machine managers in order to run Laravel 5.6 on your ubuntu development workstation.
Python is an open-source , general-purpose, multi-paradigm, high level and interpreted programming language that provides programmers the ability to use various styles of programming to create complex or simple programs. In this post we discuss why it is a beneficial language to learn
How to install Instructions for docker community edition on a ubuntu desktop computers. Step by step instructions to ensure you properly install docker ready for software development machines using Ubuntu
A brief and easy to understand discussion of Docker providing an overview of some of the basic concepts and benefits.
How to use Entity Framework core in-memory and Sql Lite in-memory database options for unit tests.
Git is a popular version control system to help software developers maintain a version history of their code
Tutorial on how to create a NuGet package using the .NET Core CLI, and then publish their NuGet package to the nuget.org site, including how to set up a CI/CD pipeline
A detailed discussion on the implementation of a Generic Repository pattern for .net core entity framework.
Learning how to use the .net Core CLI is helpful when learning to manage and edit .net core based applications across different operating systems. In this article we take a look at how easy it is to Manage and Edit project and package references making use of the .net CLI
an example of how to use reflection to retrieve a list of classes that implement a specific interface and then execute a method on that interface.
I totally recommend this book, to any IT professional looking to make more of an impact on the business world, helping to create businesses that really matter and provide real benefits for all.
In a previous post, Redis InMemory Cache in ASP.net MVC Core, I discussed the various forms of cache storage applications may use, introduced Redis and… Read More »Why, When and How to use Redis in ASP.net MVC Core