-
Hello,I am writing this article to show you how to create and assign user role. Create a new asp.net web application project with MVC template along with individual authentication. You have noticed that AspNetRoles, AspNetUsers etc tables are already available in our project . So, we can make use of these tables to fulfill our need . Find and open the Startup.cs file from the solution explorer .You can add here function to create...
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Who doesn't enjoy the big term, DevOps? It sounds promising and sounds interesting as well when someone says, they work as a DevOps engineer! But like they say, Similarly, in the case of DevOps, every process, which DevOps exposes has to be handled with a great care or the results are catastrophic. In this post, I am going to talk about the swissknife of continuous delivery, in the terms of database migrations and maintenance. It has been quite a while, since I have joined DevOps practices and...
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
My team and I make heavy use of Spring Boot to build microservices that power our applications at our company. We've even gone so far as to write our own custom auto configurations to ease development. We package these auto configurations along with other goodies into what we call our platform.Recently, after releasing a new platform version, we encountered an issue where one of our microservices would fail to start at what appeared to be random intervals. After further digging, we noticed specifically...
-
-
-
Love these skills? Find your Match.
-
-
Eventually you'll reach a point where you need to run multiple instances of an application or a service for high availability or to manage increased load. That's what load balancers are for. There's generally two different types:What many people would call a "load balancer" is actually a server-side load balancer. It can be implemented in hardware or software. The traffic is sent to a dedicated service that decides where to send the traffic, using an algorithm like round-robin, to one of the...
-
-
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Eclipse CDT is one of the powerful C++ IDEs in the world. However, it's not easy to configure it for a fresh new user. I found rare article to show the detail steps for setting up CDT with cygwin on the internet. So I decide to write down this tutorial for newbies.Purpose: This article intends to summary the steps to configure Eclipse CDT for the general C++ development.1. Project -> Properties -> C/C++ General -> Preprocessor Include, select CDT GCC Built-in Compiler Settings Cygwin, check...
-
-
-
-
-
Love these skills? Find your Match.
-
-
As a Software Engineer I'm always keeping up to date with technology and one of the things that helps me do that is book reviews. Right now, I'm reviewing The Book of R: A First Course in Programming and Statistics by Tilman M. Davies. R is a programming language used in statistical computing and has gained in popularity in the recent years due to the explosion of data and its applications like Machine Learning.
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
"What is the one technology I need to learn to get a job like the one you have?" - this is a question I've received from time to time, and my answer would vary, depending on who asked. Or rather; who I perceive the questioner to be - I cannot *know* for a fact what most suits his or her particular ambitions and style.. But in the last few years my answer, more often than not, has been "PowerShell"! Simply because I see it as one of the most important and game-changing technologies to come out of...
-
-
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
It's August 2016 and the Spring Boot team recently released Spring Boot 1.4 ( on July 28th, 2016 ). Some of the biggest improvements and simplifications are around unit and integration testing. We'll take a focused look at two of the newly added features: @MockBean and @SpyBeanThe newly introduced annotation, (@MockBean), adds generalized support for mocking of any Spring bean. If you've used Mockito Annotations before, @MockBean is simliar to @Mock but with Spring support.Suppose we have a simple...
-
-
-
Love these skills? Find your Match.
-
-
Le développement des applications mobile pour smartphones et tablettes représente un grand challenge technique pour une équipe de développement lié à l’existence de plusieurs choix de solutions :Il est à noter que ce challenge est encore plus grand avec la diversité du parc mobile et on assiste à une fragmentation technologique des équipements mobiles en fonction de :Dans le présent article, je vais me consacrer seulement au développement des applications natives et en particulier sur socle multiplateforme.
-
-
-
-
-
-
-
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
Recently, I was drafting some PowerShell codes and stumbled across which conditional statement should I use for a very simple task and decided to explore abit more on their performance differences.Below is a sample code that I have coded to display the result of the overall performance between some of the conditional statements method and it is purely for educational coding purposes.If anyone is interested to find out, copy the codes below, paste it on PowerShell ISE and run it.
-
-
-
-
-
-
Love these skills? Find your Match.
-
-
-
-
Love these skills? Find your Match.
-