logo

Let’s Do Some Python Programming Together !

logo

If you're new here, you may want to subscribe to my RSS feed.

Also, please do not forget to pay a visit at the new codercaste forum. Thanks for visiting!

snake 150x150 Lets Do Some Python Programming Together !As a result of this very interesting post by Kr0w, i was thinking of creating something which i feel that it would be very interesting for everybody to work on their Python Programming skills and associate with other people who also like Python.

(more…)

How to Set Up a Virtual Private Network (VPN) Using OpenVPN

logo

idsvlan 150x150 How to Set Up a Virtual Private Network (VPN) Using OpenVPNImagine that in your office’s computer, there are lots of interesting files that you have saved. As long as you are in your office, you have access to all of them, but when you go home, you can’t access it. The reason is that although your office computer has internet, it’s behind NAT and therefore you cannot access it directly. This is where a VPN can really be helpful.

(more…)

How to Create And Use Lambda Anonymous Functions in Python

logo

Lambda 150x150 How to Create And Use Lambda Anonymous Functions in PythonLambda functions are an interesting and quite useful Python feature, that you have most certainly witnessed in other programming languages as well, probably as anonymous. A lambda function is really a way to create an “on the fly” function that can be used in Python expressions. Let’s take a look at a short example of a simple lambda function :

(more…)

Top 10 PHP Techniques That Will Save You Time and Effort

logo

makes eat time 150x150 Top 10 PHP Techniques That Will Save You Time and EffortWhat would happen if you tried to use a mirror as a surfboard ? Well, you may succeed in taming the waves for a little while, or even a big while, but deep inside, you know that this is not really the right way to do it. Weird as it may sound, the same principals apply to php programming. I’ve heard of people trying to learn PHP by studying it for like a weekend or more, but allow me to say, this is a pretty bad approach to learning this programming language.

(more…)

What is the Best and Fastest Javascript Framework to Use?

logo

runner 150x150 What is the Best and Fastest Javascript Framework to Use?Choosing the right Javascript framework to use along with your website programming code can be a pretty crucial decision. As a developer, you need to think in terms of performance and features. There are actually tons of different javascript frameworks out there and to be sincere, there has been a situation where i needed to pick one for a large scale project i was programming.

(more…)

How to Use the Linux Df Command to Calculate Disk Free Space

logo

harddisk 150x150 How to Use the Linux Df Command to Calculate Disk Free SpaceIf you’re mostly a Windows user or programmer and are porting to linux, you may be thinking that a command that would help you determine the free disk space of your computer would be pretty useful. Luckily, there exists such a tool and is called DF (Display Free disk space).

(more…)

The Basics of Cascading Style Sheets Explained

logo

CSSEditLogo 150x150 The Basics of Cascading Style Sheets ExplainedHave you ever heard the expression “Don’t judge a book by its cover?”. Chances are that you have. If you want to create nice websites, you have to understand that people DO judge books by their cover, which is why the expression exists at first place. Since looks really matter, you have to know how to use CSS in order to stylize your webpages. In this post, i will tell you some of the basic CSS programming knowledge that you need to have in order to move on with it.

(more…)

Page 1 of 111234510...Last »
logo
Copyright 2009 All Rights Reserved