Skip to content
Thursday, December 25, 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 8

Category: Code stuffs

How to clear all data from SQL Database?
Default Tweaks SQL

How to clear all data from SQL Database?

April 20, 2021April 20, 2021

Hello people, How are you?Today I was working on something and then came to realize that I had to clear the sql database. For a

Read More

database, tweaks, sql, life saver
Share
Filtering by Date efficiently
Default Code stuffs C#

Filtering by Date efficiently

April 15, 2021April 15, 2021

Hey Guys, Often we try to do some filtering with respect to date only, but that throws some errors like this. Code Sample : Normally

Read More

DbFunctions, datetime, c-sharp, filtering, linq, TruncateTime
Share
How to avoid Temporary Collections in C# using “yield”
C# Default Code stuffs

How to avoid Temporary Collections in C# using “yield”

April 15, 2021April 15, 2021

Most of us do some common type of mistakes by introducing a temporary collections of any List or IEnumerable types, right? Often we do some

Read More

example, list, ienumerable, yield, collections
Share
Code stuffs C#

MAUI, Multi Platform App UI

April 15, 2021

Read More

.net core, multi, app, .net, platform, UI, maui
Share
Bash Script with Arguments
Code stuffs Tweaks Devops Shell

Bash Script with Arguments

December 15, 2020October 11, 2021

Have you ever wondered to input the arguments in the bash scripts. Well there is the process how you do it. Step 1: add the

Read More

bash, shell, script, arguments
Share
Code stuffs

Successful completion of my academic project

October 13, 2013

If you asked me about the SMS API, a few months ago i would have failed to answer you. But working on the academic project

Read More

academic, gateway, project, SMS
Share
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

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

single pixel, canvas, creating, html5, javascript, 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

codes, online compilers, stuffs
Share

Posts pagination

Previous 1 … 7 8 9 Next

Recent Posts

  • Model Context Protocol Part 2: Building Your First MCP Server with Python and FastMCP
  • Model Context Protocol Part 1: Understanding the New Standard for AI-Data Integration
  • Vector Databases Part 8: Lessons Learned and Reality Check
  • How to Setup Docker: Complete Installation Guide for Linux, Windows, and macOS
  • Vector Databases Part 7: Production Deployment Patterns and Operations

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

    Model Context Protocol Part 2: Building Your First MCP Server with Python and FastMCP

    December 24, 2025December 7, 2025
  • Programming Cloud Technologies AI

    Model Context Protocol Part 1: Understanding the New Standard for AI-Data Integration

    December 23, 2025December 7, 2025
  • Azure Cloud Computing AI/ML Databases

    Vector Databases Part 8: Lessons Learned and Reality Check

    December 22, 2025December 7, 2025
  • Devops Docker Cloud Computing

    How to Setup Docker: Complete Installation Guide for Linux, Windows, and macOS

    December 21, 2025December 21, 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

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.