Skip to content
Sunday, January 25, 2026
  • Code stuffs
  • Facebook
  • Twitter
  • Linkedin
  • Youtube
  • Github
  • Instagram

Explore with me!

Come and explore with me

  • Code stuffs
    • Git
    • C#
    • node.js
    • Python
    • Shell
    • VB
  • Blog Series
  • Marketplaces
    • NPM
    • Nuget
    • VS Code
    • Powershell
  • Lets Learn
  • Devops
    • Kubernetes
    • CI/CD
    • Docker
  • Architecture
    • UML
    • System Design
  • Cloud
  • Myself
>>
  • Home
  • 2013
  • Page 4

Year: 2013

Code stuffs

Calling a function at certain interval of time

March 4, 2013

Here is the piece of code that helps you to update a function at certain interval of time. The time is usually calculated in milliseconds.

Read More

javascript, update, calling function, canvas, html5, interval
Share
Code stuffs

Code for drawing a line using Bresenham algorithm in Javascript

March 2, 2013

Here is the snippet for drawing a line in javascript. function drawline(xa,ya,xb,yb){    var dx=Math.abs(xa-xb);    var dy=Math.abs(ya-yb);    var p=2*dy-dx;    var twody=2*dy;    var twodydx=2*(dy-dx);    var x,y,xend;    

Read More

bresenham, bresenham line drawing algorithm, canvas, code, html5, javascript, algorithm
Share
Code stuffs

Drawing a single pixel on Javascript

March 2, 2013

well after a long procedure and searching for a whole day to draw a single pixel on a HTML5 canvas, this code as I wrote

Read More

canvas, creating, html5, javascript, pixel, single pixel
Share
Software Engineering

Project Management

February 19, 2013

Many of us don’t know about the project. So lets start with the formal definition of the project and here it goes: It is a

Read More

improving, system development, managing, organizing, planning, process, process management, project, project management, controlling, scoping, directing, software, documenting, staffing
Share
Cloud

Why windows azure?

February 8, 2013

I guess most of us know about the windows azure. It’s the cloud computing platform provided by Microsoft Corporation. I have mention these things in

Read More

data, firewall, hardware, network, os, virtualization, windows azure, applications, azure, cloud computing
Share
Code stuffs

Online compilers for your codes

February 6, 2013

If you are a programmer, you must be compiling your code stuffs in the PC. But are you aware that there are some online compilers.

Read More

codes, online compilers, stuffs
Share
Code stuffs

Hello world in C#

February 6, 2013

// A Hello World! program in C#using System;namespace HelloWorld{    class Hello     {        static void Main()         {            System.Console.WriteLine(“Hello World!”);             // Keep the console

Read More

using system, writeline(), class, hello world, object oriented programming, readline()
Share
Software Engineering

FAST Phases

February 6, 2013

So what we need to know is another phases rather than the classic phases. It is new methodology for the system development process. The Fast

Read More

FAST, installation, maintenance, Phases, reqiurement, upgrading, analysis, bugs
Share
Software Engineering

Model driven strategy for system development

February 6, 2013

Before I want to explain about the model driven development strategy I want to go through the definition that I have learnt about it. And

Read More

Development, model driven, proper visualzation, software, software engineering, strategy
Share
Default

Windows 8 apps with HTML5, CSS3 and javascript

February 1, 2013

Are you windows 8 app developer? If yes then you must know that the apps can be developed by using HTML5 CSS3 and JavaScript. If

Read More

apps, css3, html5, javascript, windows 8 apps
Share

Posts pagination

Previous 1 … 3 4 5 … 7 Next

Recent Posts

  • Building Production-Ready Claude Skills: A Complete Guide to Extending AI Capabilities with Custom Workflows
  • Vibe Coding in 2026: The Truth About AI-Powered Development and What the Data Really Shows
  • Repository Intelligence: Microsoft’s AI Revolution That Understands Your Entire Codebase, Not Just Lines of Code
  • Production Operations and Distributed Deployment: Monitoring, Versioning, and Maintaining Edge AI at Scale
  • Advanced Optimization Patterns: Concurrent Multi-Model Inference and Resource Management on Edge Hardware

Post Tabbed

  • You may like
  • Recent Posts
  • windows

    BranchCache: WAN Bandwidth Optimization

    December 30, 2012
  • Information Systems Software Engineering Project Management

    Stakeholders, The Players of an Information System

    May 1, 2021September 3, 2025
  • Default

    Shutdown button in windows 8

    December 30, 2012
  • Software Engineering

    Ethical Issues related to Information Technology Professionals

    January 24, 2013April 17, 2021
  • Programming Cloud Technologies AI

    Building Production-Ready Claude Skills: A Complete Guide to Extending AI Capabilities with Custom Workflows

    January 25, 2026January 17, 2026
  • Software Engineering AI Development Career Development

    Vibe Coding in 2026: The Truth About AI-Powered Development and What the Data Really Shows

    January 24, 2026January 17, 2026
  • Microsoft Technologies Coding Best Practices AI Development

    Repository Intelligence: Microsoft’s AI Revolution That Understands Your Entire Codebase, Not Just Lines of Code

    January 23, 2026January 17, 2026
  • Devops System Architecture Edge Computing AI & Machine Learning

    Production Operations and Distributed Deployment: Monitoring, Versioning, and Maintaining Edge AI at Scale

    January 22, 2026January 6, 2026

Find Me

Software Engineer | Devops | AI Enthusiasts | IOT Enthusiasts | Love doing Research | Trainer | Learner | Friend | Son | Husband | Brother | Father of a beautiful Angel

  • facebook
  • twitter
  • linkedin
  • instagram

Featured Posts

Devops Kubernetes Docker Tutorial

How to Setup Kubernetes Dashboard on Docker Desktop – Complete Guide

October 6, 2025October 6, 2025
Setting up the Kubernetes Dashboard on your local Docker Desktop can seem daunting, but it's
  • kubernetes
    Default Devops Kubernetes

    Kubernetes : an Orchestration and Management Infrastructure for Containers

    June 29, 2021May 14, 2023
  • kubernetes
    Devops Kubernetes

    Understanding Kubernetes architecture in depth

    June 14, 2021May 14, 2023

You May Have Missed

Health Mental Health Developer Wellness Support Systems Professional Development

The Complete Picture: Balancing Professional and Personal Support Systems

November 20, 2025October 24, 2025
Developer Wellness Family Support Mental Health Relationships

For Parents, Partners, and Friends: A Guide to Supporting Your Loved One in Tech

November 19, 2025October 23, 2025
Mental Health Developer Wellness Workplace Rights HR Policies

The HR Conversation: When and How to Involve HR in Your Mental Health Journey

November 18, 2025October 23, 2025
Mental Health Developer Wellness Tech Culture Support Systems

Finding Your Tech Tribe: The Power of Peer Support Groups

November 17, 2025October 23, 2025
All Rights Reserved 2025.