• 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

Understanding Golang Error Handling

January 18, 2016 by Rana Ahsan Leave a Comment

golang error handling

As Golang is not the first language programmers usually learn, I assume you already have good knowledge in at least one other programming language and now expanding your knowledge to Golang. If you are just trying to find the error handling mechanism on the official API docs by looking for the try/catch mechanism, you probably got tired of finding that and may be thinking … [Read more...] about Understanding Golang Error Handling

Getting Started With NVML Python API

January 28, 2015 by Rana Ahsan 1 Comment

nvml python

When I participated in Google Summer Of Code last summer, I worked for Ganglia, which is a very popular open source distributed monitoring system. I have worked on its nvidia gpu module, which is written in python language. This is my first official contribution to a widely used open source software. While working here, I came to realize that, there aren't that much … [Read more...] about Getting Started With NVML Python API

Getting Started With HTML5 Web Speech API

December 31, 2014 by Rana Ahsan 15 Comments

html5 web speech api

If you don't know about it yet, the HTML5 web speech API specification is now in working condition on google chrome and partially in the apple safari browser(See the browser support status here: http://caniuse.com/web-speech). That means you can now develop voice-driven web applications. We can hope that other browsers will start supporting this very soon as well. In this … [Read more...] about Getting Started With HTML5 Web Speech API

Getting Started With UDP Programming in Java

December 19, 2014 by Rana Ahsan 1 Comment

udp programming in java

If you are familiar with basic networking protocols like TCP and UDP , you already might know TCP is reliable and used in most cases, especially for corruption-file download/requests over HTTP, email communications etc. However, some other large part is still considered better with UDP communications like multi-player game programming, live video streaming, and … [Read more...] about Getting Started With UDP Programming in Java

Object Oriented JavaScript: Inheritance, (Static) Method

November 22, 2014 by Rana Ahsan Leave a Comment

javascript inheritance

This is a follow-up article of my earlier post on JavaScript class basics. There are some few more things that we actually need to dive into object-oriented programming in JavaScript. Today, In this tutorial, I will try to describe how we can leverage the power of inheritance in JavaScript program. We will also learn, how to declare a normal instance method and as well static … [Read more...] about Object Oriented JavaScript: Inheritance, (Static) Method

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
  • 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
  • Facebook C# API Tutorials
    Facebook C# API Tutorials
  • Get Facebook C# Api Access Token
    Get Facebook C# Api Access Token
  • Beginning Codeigniter Application Development
    Beginning Codeigniter Application Development
  • Beginning With Facebook Graph API C#.NET
    Beginning With Facebook Graph API C#.NET
  • LinQ Query With Like Operator
    LinQ Query With Like Operator
  • LinQ To SQL Database Update Operations In C#
    LinQ To SQL Database Update Operations In C#

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

Popular Tutorials

  • PHP HTML5 Video Streaming Tutorial
  • How To Work With JSON In Node.js / JavaScript
  • How To Work With C# Serial Port Communication
  • Using Supervisord Web Interface And Plugin
  • Facebook C# API Tutorials
  • Get Facebook C# Api Access Token
  • Beginning Codeigniter Application Development
  • Beginning With Facebook Graph API C#.NET
  • LinQ Query With Like Operator
  • LinQ To SQL Database Update Operations In C#

Recent Tutorials

  • 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
  • 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

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