CodeSamplez

Programming Tutorials And Source Code Examples

  • Facebook
  • Google+
  • RSS
  • Twitter
  • Home
  • Featured
    • C# Tutorials
      • LinQ Tutorials
      • Facebook C# API Tutorials
    • PHP Tutorials
      • CodeIgniter Tutorials
    • Amazon AWS Tutorials
  • Categories
    • Programming
    • Development
    • Database
    • Web Server
    • Source Control
    • Management
    • Project
  • About
  • Write
  • Contact
Home Archives for Development

Getting Started With Unit Testing In Node.JS

Rana Ahsan January 7, 2015 Leave a Comment

 Getting Started With Unit Testing In Node.JS 

I don't remember any unit test frameworks for JavaScript environment when I first became familiar with this language(around 2008). A lot changed since then. JavaScript took over back-end(NodeJS) too and many other revolutionary libraries/frameworks … [Read more...]

Filed Under: Development Tagged With: javascript, nodejs, unit-test

Getting Started With Nodejs Cluster

Rana Ahsan December 13, 2014 2 Comments

 Getting Started With Nodejs Cluster 

If you are already using nodejs for a while, you might already know that, nodejs is by default made up with single threaded architecture. That means, all your application logic will be run as a single thread for any amount of traffic requests. So, … [Read more...]

Filed Under: Development Tagged With: javascript, nodejs, scalability

A Collection Of Frequently Used Vim Commands

Rana Ahsan October 13, 2014 Leave a Comment

 A Collection Of Frequently Used Vim Commands 

I am not a hardcore Vim/Vi user. But this tiny piece of editor is very much helpful for certain cases, such as editing files on remote server instance while connected via terminal/ssh. Thus, I have occasionally used this whenever needed. However, I … [Read more...]

Filed Under: Development Tagged With: tips, vim

PHPUnit Tutorial For Beginners

Rana Ahsan July 23, 2014 4 Comments

 PHPUnit Tutorial For Beginners 

I am using PHPUnit for quite sometime now. Though was thinking few times to write about it, but it didn't happen till now. In fact, this is my first tutorial on testing as well. The official documentation/getting started guide is already quite good … [Read more...]

Filed Under: Development Tagged With: php, phpunit, unit-test

Using Composer With Codeigniter

Rana Ahsan June 3, 2014 10 Comments

 Using Composer With Codeigniter 

All web app developers, who have started using modern frameworks like symfony, silex, laravel etc and have wished for the composer support inside their codeigniter application, I will try to show you the most efficient and standardized way to achieve … [Read more...]

Filed Under: Development Tagged With: codeigniter, composer, php

PHP Dependency Injection With Pimple

Rana Ahsan April 28, 2014 Leave a Comment

 PHP Dependency Injection With Pimple 

Injecting dependencies to our core application is an everyday requirements/needs and thus is a most commonly used design patterns. Composer already made our live easier by managing library dependencies for PHP applications. Today, I will introduce … [Read more...]

Filed Under: Development Tagged With: php

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 8
  • Next Page »

Email Subscription

Never miss any programming tutorial again.

Popular Tutorials

  • Generate HTTP Requests using c#
  • How To Work With JSON In Node.js / JavaScript
  • How To Work With C# Serial Port Communication
  • PHP HTML5 Video Streaming Tutorial
  • 8 Most Frequently Used And Useful PHP Array Operations
  • Get Facebook C# Api Access Token
  • How To Work With Multithreaded Programming In C#.NET Application
  • Tutorial On Uploading File With CodeIgniter Framework / PHP
  • Facebook C# API Tutorials
  • Control HTML5 Audio With Jquery
Follow Us On Twitter

Recent Tutorials

  • Document Your REST API Like A Pro
  • Understanding Golang Error Handling
  • Web Application Case Studies You Must Read
  • Getting Started With Golang Unit Testing
  • Getting Started With Big Data Analytics Pipeline
  • NodeJS Tips And Tricks For Beginners
  • Apple Push Notification Backend In NodeJS
  • Web Based Universal Language Translator, Voice/Text Messaging App
  • How To Dockerize A Multi-Container App From Scratch
  • Getting Started With NVML Python API

Recent Comments

  • prem on PHP HTML5 Video Streaming Tutorial
  • Luis Villarroel on LinQ Query With Like Operator
  • Yanming Wei on PHP HTML5 Video Streaming Tutorial
  • Adolfo on Apple Push Notification Backend In NodeJS
  • NganKhuong on How To Work With JSON In Node.js / JavaScript

Archives

Resources

  • CodeSamplez.com Demo

Tags

.net apache api audio aws c# cache cloud server codeigniter deployment doctrine facebook git github golang htaccess html5 http image java javascript linq mysql nodejs oop performance php phpmyadmin plugin process python regular expression scalability server smarty ssh tfs thread tips ubuntu unit-test utility web application wordpress wpf

Copyright © 2010 - 2019 · CodeSamplez.com ·