Skip to content
Saturday, August 02, 2025
  • 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
  • Lets Learn
  • Devops
    • Kubernetes
    • CI/CD
    • Docker
  • Cloud
  • Tweaks
  • Myself
  • Deployed
    • Azure Static Website
You are Here
  • Home
  • author
  • Chandan
  • Page 13

Author: Chandan

Software Engineering

System Analysis: A step to system development

March 10, 2013

All of us know what the system is? But if some one asks us what the system analysis is most of us fail to answer

Read More

analysis, decomposing system, Development, problem solving technique, System, system analysis
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

calling function, canvas, html5, interval, javascript, update
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

algorithm, bresenham, bresenham line drawing algorithm, canvas, code, html5, javascript
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
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

controlling, directing, documenting, improving, managing, organizing, planning, process, process management, project, project management, scoping, software, staffing, system development
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

applications, azure, cloud computing, data, firewall, hardware, network, os, virtualization, windows azure
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
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

class, hello world, object oriented programming, readline(), using system, writeline()
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

analysis, bugs, FAST, installation, maintenance, Phases, reqiurement, upgrading
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

Posts pagination

Previous 1 … 12 13 14 … 18 Next

Recent Posts

  • Building AI Applications: Smart Memory Management
  • Building AI Applications: Adding Conversation Memory
  • Building AI Applications: First AI Integration
  • Building AI Applications: Project Foundation
  • Building AI Applications: Understanding the Perfect Tech Stack

Post Tabbed

  • You may like
  • Recent Posts
  • windows

    BranchCache: WAN Bandwidth Optimization

    December 30, 2012
  • Software Engineering

    Stakeholders, The Players of an Information System

    May 1, 2021May 19, 2023
  • Default

    Shutdown button in windows 8

    December 30, 2012
  • Software Engineering

    Ethical Issues related to Information Technology Professionals

    January 24, 2013April 17, 2021
  • AI Development node.js Tutorial Series

    Building AI Applications: Smart Memory Management

    August 2, 2025
  • AI Development node.js Tutorial Series

    Building AI Applications: Adding Conversation Memory

    August 2, 2025
  • AI Development node.js Tutorial Series

    Building AI Applications: First AI Integration

    August 2, 2025
  • AI Development node.js Tutorial Series

    Building AI Applications: Project Foundation

    August 2, 2025

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

kubernetes
Default Devops Kubernetes

Kubernetes : an Orchestration and Management Infrastructure for Containers

June 29, 2021May 14, 2023
Introduction to Kubernetes Docker was responsible for introducing developers to the concept of container-based applications.
  • kubernetes
    Devops Kubernetes

    Understanding Kubernetes architecture in depth

    June 14, 2021May 14, 2023
  • kubernetes
    Default Kubernetes

    Understanding Pods in Kubernetes

    June 10, 2021May 14, 2023

You May Have Missed

c#
C# Code stuffs Default Tweaks

Runtime Compile C# Code

July 24, 2021July 5, 2022
c#
C# Code stuffs Tweaks

Lets Create a Null Checking Extension on C#

June 26, 2021May 14, 2023
c#
C# Tweaks

How to encrypt and decrypt using cryptography (AES)?

June 14, 2021July 8, 2022
Default Tweaks

How to auto-generate unique-identifier column in Sql?

May 25, 2021May 14, 2023
All Rights Reserved 2024.
Proudly powered by WordPress | Theme: Refined Magazine Pro by Candid Themes.