• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • 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

CodeSamplez.com

Programming, Web development, Cloud Technologies

You are here: Home / Archives for Programming

Programming

Object Oriented JavaScript: Class Basics

October 19, 2014 by Rana Ahsan 2 Comments

Javascript class basics

JavaScript has become one of the most dominating programming languages of modern software development era. From browser client side development to server side development(nodejs) to mobile app development(phonegap), it's everywhere. However, unfortunately, it doesn't provide traditional object-oriented API. May be that's why everywhere all we see functional styled straight … [Read more...] about Object Oriented JavaScript: Class Basics

How To Work With JSON In Node.js / JavaScript

September 28, 2014 by Rana Ahsan 12 Comments

nodejs json

Recently I started learning and working on the Node.js platform. So, now I am again brushing up on my long-forgotten JavaScript skill. JSON is a common format you face every now and then in JavaScript, whether it's on the client side or server side. As NodeJs is a server-side platform, it has a little more capability than browser-based JavaScript, like writing to file systems, … [Read more...] about How To Work With JSON In Node.js / JavaScript

How To Create HTTP Request In NodeJS

September 14, 2014 by Rana Ahsan 3 Comments

nodejs http request

Most of new programmer starts learning nodejs, assuming have knowledge in javascript already, by creating a web-server in simple easy few lines of codes. Well, do you know that the same http module, which helps us creating a web server, can also be used to perform http request to another remote server? Today, in this tutorial, which is intended for nodejs beginners, I will try … [Read more...] about How To Create HTTP Request In NodeJS

PHP HTTP Request With Guzzle

June 11, 2014 by Rana Ahsan 3 Comments

HTTP PHP Guzzle

If you are consuming some kind of API with complex PHP HTTP requests which don't provide a clean wrapper library, I can feel the nightmare you might be having. The same could happen if you are writing such kind of API wrapper as well. Here, I will try to introduce you to Guzzle library and get a quick start. This article is targeted at complete beginners, so if you are already … [Read more...] about PHP HTTP Request With Guzzle

PHP Dynamic Object With Array And Iterative Access Ability

May 29, 2014 by Rana Ahsan 1 Comment

php dynamic object

We, PHP Programmers, usually writes a class with its required predefined attributes, getter/setter properties and use them inside our application. That's cool enough. But, what happens when there is data, which isn't quite stable/missing some attribute often, or sometimes might have several more attributes that we don't know/require. If you have worked with various API like … [Read more...] about PHP Dynamic Object With Array And Iterative Access Ability

« Previous Page
Next Page »

Primary Sidebar

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,774 other subscribers

Follow Us

  • Twitter
  • Facebook

Top Posts & Pages

  • PHP HTML5 Video Streaming Tutorial
    PHP HTML5 Video Streaming Tutorial
  • How To Work With JSON In Node.js / JavaScript
    How To Work With JSON In Node.js / JavaScript
  • Generate HTTP Requests using c#
    Generate HTTP Requests using c#
  • LinQ Query With Like Operator
    LinQ Query With Like Operator
  • How To Work With C# Serial Port Communication
    How To Work With C# Serial Port Communication
  • Using Supervisord Web Interface And Plugin
    Using Supervisord Web Interface And Plugin
  • Getting Started With Smarty Template Engine
    Getting Started With Smarty Template Engine
  • How To Work With Codeigniter Caching In PHP
    How To Work With Codeigniter Caching In PHP
  • LinQ To SQL Database Update Operations In C#
    LinQ To SQL Database Update Operations In C#
  • PHP CodeIgniter Tutorials For Developers
    PHP CodeIgniter Tutorials For Developers

Recent Posts

  • Building Auth With JWT – Part 2
  • Building Auth With JWT – Part 1
  • Document Your REST API Like A Pro
  • Understanding Golang Error Handling
  • Web Application Case Studies You Must Read

Tags

.net angularjs apache api audio auth authenticatin aws c# cloud server codeigniter deployment docker doctrine facebook git github golang htaccess html5 http javascript jwt linq mysql nodejs oop performance php phpmyadmin plugin process python regular expression scalability server smarty socket.io tfs tips unit-test utility web application wordpress wpf

Footer

Archives

Follow Us

  • Twitter
  • Facebook

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 3,774 other subscribers

Copyright © 2023