Tag Archives: Programming

Visual Studio 2019 – What’s new

April 2, 2019! Visual Studio 2019 is out. Amazing news. What to expect? A lot of things. I hope you can take some time and check by yourself. Among other things, we will have support for: Improved IntelliSense performance for C++ files Local development with many common emulators Simplified test access in Solution Explorer Git management and repo creation in the […]

Variables Scope

I love reading the book Code Complete, by Steve McConnell. The following comes from it, in its Chapter 10: General issues in using variables. ………. “Scope” is a way of thinking about a variable’s celebrity status: how famous is it? Scope, or visibility, refers to the extent to which your variables are known and can be […]

C# vs Python – Part 2

I have with C# for easily about 8 – 10 years and I love the language. I have worked with Python for much less time. Probably about 1 year in total and I also like the language. There are a lot of discussions on the web in regards to differences, pros and cons betweens specific languages. […]

C# vs Python – Part 1

I have with C# for easily about 8 – 10 years and I love the language. I have worked with Python for much less time. Probably about 1 year in total and I also like the language. There are a lot of discussions on the web in regards to differences, pros and cons betweens specific languages. […]

Python 2.7

My use of Python growing, I’m setting up a light IDE environment mainly consisting of a text editor, some plugings, and the back-end Python interpretor. I use Python 2.7. Python 2.7 was released on July 3rd, 2010. Python 2.7 is scheduled to be the last major version in the 2.x series before it moves into […]

Everyone should learn about coding

I’m glad you checked out this page. Chances are you already have some kind of connexion with programming, writing code, building software, being in the computers industry… This video gives another reason about why everyone must pay attention to programming, coding. You should do too. No matter which field you are in. Check the video […]

List of freely available programming books

Written by: Patrick F. Goudjo-Ako Reading Time: 3 minutes I found this list of freely available books on Programming on stackverflow. It has been post by a user and people also respond in the comments and provide more links about other free books. Enjoy them and pick the one you need. stackverflow is a collaboratively […]

ASP.NET 4 Breaking changes

As you know, Visual Studio 2010 currently allows Web applications development using ASP.NET 4. ASP.NET 4 introduces a number of features that improve core ASP.NET services such as output caching and session-state storage. Microsoft has released a document describing what are the new elements included into that new version of ASP.NET. This document describes changes that […]

A Guide To PHP Error Messages For Designers

PHP is widely available with inexpensive hosting plans, which makes it a popular choice for developers who write software for the Web. From big platforms, such as WordPress, down to small scripts, such as ones to display image galleries or to send forms to email, thousands of script and products are out there written in […]

Preparing for a development interview

Another interesting notes about development interviews by Justin James who blogs at Tech Republic. Takeaway: One of the best ways to calm your interview jitters is to show up prepared. Justin James offers developers pointers on preparing for and, ultimately, acing interviews. Many developers I’ve met absolutely dread job interviews; this is reflected in my […]