Skip to content
Friday, October 31, 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
  • html5

Tag: html5

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

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

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

Recent Posts

  • Shell Script Hack #7: SSH Tunneling – Secure Access to Anything
  • Real-World Scenarios & Case Studies: How Teams Leverage Copilot Agent
  • Shell Script Hack #6: awk Magic for Data Extraction and Analysis
  • Hands-On Implementation & Best Practices: Setting Up Copilot Agent in Your Workflow
  • Python Flask: A Beginner’s Guide to Building Web Applications

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
  • AI Cloud Technology Case Studies

    Real-World Scenarios & Case Studies: How Teams Leverage Copilot Agent

    October 30, 2025October 21, 2025
  • Shell

    Shell Script Hack #7: SSH Tunneling – Secure Access to Anything

    October 30, 2025October 24, 2025
  • AI Cloud Technology Development

    Hands-On Implementation & Best Practices: Setting Up Copilot Agent in Your Workflow

    October 29, 2025October 21, 2025
  • Shell

    Shell Script Hack #6: awk Magic for Data Extraction and Analysis

    October 29, 2025October 24, 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

Letter to My Younger Self: You Don’t Have to Work Nights and Weekends

October 26, 2025October 8, 2025
Software Engineering Mental Health

Letter to My Younger Self: It’s Okay to Say No

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

Letter to My Younger Self: You’re Not a Fraud

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

Letter to My Younger Self: About Burnout I Didn’t See Coming

October 23, 2025October 7, 2025
All Rights Reserved 2025.