Skip to content
Coding Shiksha
  • Home
  • Youtube Channel
  • Privacy Policy

Posts by geekygautam1997

Home » Archives for geekygautam1997 » Page 15
About geekygautam1997
Posted inreact

React.js react-icons Example to Change Size and Color in Browser Using Javascript

  npm i react-icons     App.jsx     [crayon-68441477f052d102012263/]         FULL SOURCE CODE  
Posted by geekygautam1997 February 1, 2025
Posted innode

Node.js OfficeGen Example to Create Word Docx Files & Add Text Images inside it Using Javascript

  npm i officegen     index.js     [crayon-68441477f0984082096860/]     Explanation of the Code:   Import Required Libraries: officegen: To create the .docx file. fs: For file system…
Posted by geekygautam1997 February 1, 2025
Posted inpython

Python 3 Openpyxl Script to Export Excel XLSX File to PDF Document Using ReportLab Library

  Step 1: Install Required Libraries   Before we begin, you'll need to install the following libraries if you don’t already have them:   pip install reportlab   pip install…
Posted by geekygautam1997 February 1, 2025
Posted injavascript

Javascript ExcelJS Example to Export HTML5 Table to Excel File and Download it as Attachment

  index.html     [crayon-68441478006b2630373464/]      
Posted by geekygautam1997 February 1, 2025
Posted inreact

React.js Project to Build Visual Studio Realtime Code Editor With Monaco Syntax Highlighter Library

  npm i @monaco-editor/react     App.jsx     [crayon-6844147800821241535507/]         FULL SOURCE CODE  
Posted by geekygautam1997 February 1, 2025
Posted intutorial

[Solved] Django-admin is not recognized as an internal or external command Using Virtual Environment

  Introduction Encountering the error "django-admin is not recognized as an internal or external command" is common when working with Django in a virtual environment. This guide provides a step-by-step…
Posted by geekygautam1997 February 1, 2025
Posted inpython

Python 3 Tkinter to Show Webcam Video & Capture Image Using OpenCV & Pillow Library GUI Desktop App

  In this tutorial, we will create a Python GUI desktop application using Tkinter that displays a live webcam feed and allows users to capture images using OpenCV and Pillow.…
Posted by geekygautam1997 February 1, 2025
Posted intutorial

How to Configure SSL Certificate on Localhost React Project Using OpenSSL and Make it HTTPS Secure

  In this guide, we will set up an SSL certificate for a localhost React project using OpenSSL, making it HTTPS secure. Step 1: Install OpenSSL   First, you need…
Posted by geekygautam1997 February 1, 2025
Posted inangular

Angular 14 ngx-photo-editor Example to Build Image Editor With Live Preview to Crop,Scale & Rotate

Step-by-Step Guide to Using ngx-photo-editor in Angular   Introduction   In this tutorial, we will integrate ngx-photo-editor into an Angular project to allow users to crop and edit images with…
Posted by geekygautam1997 February 1, 2025
Posted inangular

Build a Angular WYSIWYG Rich Text Editor With HTML Controls Using @kolkov/angular-editor in TS

  npm i @kolkov/angular-editor     app.module.ts   [crayon-68441478012d8945403241/]     app.component.ts     [crayon-68441478012e3052665040/]     app.component.html     [crayon-68441478012e5232938864/]         FULL SOURCE CODE  
Posted by geekygautam1997 January 30, 2025

Posts pagination

Previous page 1 … 13 14 15 16 17 … 44 Next page

Recent Posts

  • Build Angular PDF-LIB Project to Export Multiple Images to PDF Document in Browser Using TypeScript
  • Build a Angular Project to Export Multiple Images to PDF Document Using jsPDF & Html2Canvas in TS
  • Build a Deno Google Drive Clone File Manager Web App to Upload & Display Files in Browser Using TS
  • Node.js SheetJS Tutorial to Merge Multiple Excel Files into Single Sheet Using xlsx Module
  • Node.js Tutorial to Generate Excel File From JSON Data Using xlsx Module in Terminal

Archives

  • June 2025
  • May 2025
  • April 2025
  • February 2025
  • January 2025
Categories
  • angular
  • c#
  • deno
  • javascript
  • node
  • php
  • python
  • react
  • tutorial
  • Vue
Copyright 2025 — Coding Shiksha. All rights reserved.
Scroll to Top