Posts

A view of windows 10 new devices

Here is a link where you'll find windows 10 designed devices: http://blogs.windows.com/windowsexperience/2015/10/06/a-new-era-of-windows-10-devices-from-microsoft/?WT.mc_id=DX_MVP4025064

Building a windows 10 application

Here is the "how to" for beginners, but useful to anyone who starts on building a windows 10 application. It is a good way to start with good practices. http://blogs.windows.com/buildingapps/2015/09/30/windows-10-development-for-absolute-beginners/?WT.mc_id=DX_MVP4025064

Unit tests

A funny way of having a view of unit tests: http://blog.apterainc.com/custom-software/if-unit-tests-were-seinfeld-characters

IT Challenges

Sometime, you want to do more than your day work. This kind of website looks perfect for that: https://www.topcoder.com/ Take a challenge, and win prizes, or just learn new things!

Typescript and Angular 2

Using angular is a very popular way of building websites, webapplications. You probably know that the version 2 is coming, with breaking changes. Visual studio 2015 seems to be welcoming this new version. Take a quick look at this video: https://channel9.msdn.com/Events/Visual-Studio/Visual-Studio-2015-Final-Release-Event/TypeScript-and-Angular-2-in-Visual-Studio-2015

Visual Studio 2015

Did you ever wonder how Visual Studio is made? Look at this video, and see the changes that happened since older versions of VS. https://www.microsoft.com/france/visual-studio/evenements/visual-studio2015.aspx

KISS is my philosophy

How much time lost trying to understand what an other developper is trying to achieve? How much time lost trying to understand a x-line lambda? How muc time lost trying to review a spaghetti code? Well the answer is... to much. Sorry guys, but my brain is too small for too complicated things. One of my favovite principle is KISS: Keep It Simple, Stupid. Applying this philisophy, your code will be more readable, more comprehensive. Read this blog post to learn more.

Windows 10 - Getting started

Windows 10 is here! I hope it will be better than Windows 8 - 8.1... From what I can hear, it will be. Let's start a tour of this fresh new OS: http://www.hanselman.com/blog/GettingStartedWithWindows10.aspx .