Skip to content
Sunday, October 19, 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
  • Marketplaces
    • NPM
    • Nuget
    • VS Code
    • Powershell
  • Lets Learn
  • Devops
    • Kubernetes
    • CI/CD
    • Docker
  • Architecture
    • UML
    • System Design
  • Cloud
  • Myself
>>
  • Home
  • Code stuffs
  • Page 7

Category: Code stuffs

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

stuffs, codes, online compilers
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

class, hello world, object oriented programming, readline(), using system, writeline()
Share
Code stuffs Visual Studio windows windows 8

Knowing Visual Studio

January 3, 2013

Visual studio is found to be versatile IDE. One can have a lots of working environment in visual studio. The interface for visual studio is

Read More

properties, solution explorer, startpage, toolbox, Visual Studio 2012
Share
Code stuffs Visual Studio windows

Versatile IDE

January 2, 2013

Talking to most of the developers, I found them working on such environment that is versatile and easy to use. The .NET developers use visual

Read More

Visual Studio 2012, Development, IDE
Share

Posts pagination

Previous 1 … 6 7

Recent Posts

  • The Ideas You Never Share: Overcoming Fear of Failure
  • Sequelize with PostgreSQL in Node.js: Part 4 – Production Ready Patterns
  • Sequelize with PostgreSQL in Node.js: Part 3 – CRUD Operations and Services
  • The Perfectionist’s Prison: When Good Code Isn’t Good Enough
  • Why I Built CV Forge: The Story Behind My Obsession with Tailored CVs

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
  • Software Engineering Mental Health

    The Ideas You Never Share: Overcoming Fear of Failure

    October 18, 2025October 7, 2025
  • node.js Backend Development Database

    Sequelize with PostgreSQL in Node.js: Part 4 – Production Ready Patterns

    October 17, 2025October 16, 2025
  • node.js Backend Development Database

    Sequelize with PostgreSQL in Node.js: Part 3 – CRUD Operations and Services

    October 17, 2025October 16, 2025
  • Software Engineering Mental Health

    The Perfectionist’s Prison: When Good Code Isn’t Good Enough

    October 17, 2025October 7, 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

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

Software Engineering Mental Health

The Ideas You Never Share: Overcoming Fear of Failure

October 18, 2025October 7, 2025
Software Engineering Mental Health

The Perfectionist’s Prison: When Good Code Isn’t Good Enough

October 17, 2025October 7, 2025
Software Engineering Mental Health

The Invisible Leash: Breaking Free from Always-On Culture

October 16, 2025October 7, 2025
Opinion Career Mental Health

A Letter to the Hiring Manager Who Never Saw My Portfolio

October 15, 2025October 16, 2025
All Rights Reserved 2025.