DevNotes

Documentations of several IT things I've found, saved, learned and have been practicing
in total of 80 posts

Shadow DOM hack

22 January 2023

A little code snippet to overwrite the shadow DOM

JavaScript Web hack TypeScript

Debugging JS in browser console

22 January 2023

A practical way to debug Js in browser console via event listeners

JavaScript Web

Infinite scroll to the bottom

16 March 2022

JS script to scroll infinitely to the bottom of the page

JavaScript Web Development

Get all the links from a page

16 March 2022

Collect every single link from a page which contain a title

JavaScript Web Development

JS data structures

15 March 2022

JavaScript data structures in general as an exercise/practice

JavaScript Web Development

Count child elements in parent

17 February 2022

Count the exact numbers of children if the parent has the accurate quantity

JavaScript Web Development CSS

Match from an array as a reference in vue

16 February 2022

Find and match values from an array as a reference and set into a new one

JavaScript Web Development Vue

Match from an array as a reference

11 February 2022

Find and match values from an array as a reference and set into a new one

JavaScript Web Development

Iterate through element and set class within

08 February 2022

v-for loop from an array with index to match the given value to set class

JavaScript Web Development Vue

Pass data from parent to child in Vue

07 February 2022

Using props to pass data from parent component to a child component

JavaScript Web Development Vue

Fetch url with vue by await - and reach an array

04 February 2022

Shorter way to use await fetch and pass an id

JavaScript Web Development Vue

How to pass data from Vuejs to Blade view? vol. 2

03 February 2022

Another shortcut to bind and pass data from vue component to (Laravel) Blade

JavaScript Web Development Vue

How to pass data from Vuejs to Blade view?

03 February 2022

A shortcut to bind and pass data from vue component to (Laravel) Blade

JavaScript Web Development Vue

Git - Couldn not get the list of tags

03 February 2022

bad numeric config value -null- for -tag.forcesignannotated- invalid unit

Linux Web Development

Fetch url with vue by await

02 February 2022

Shorter way to use await fetch and pass an id

JavaScript Web Development Vue

Linux Auth req pop stuck

02 February 2022

Ubuntu - Authentication Required window stuck after login

Ubuntu Linux Command

Codepen snippets in Jekyll

24 January 2022

New features added into my beloved jekyll blog!

JavaScript Web Development

Use JS variable in Vue

21 January 2022

A way to import JS variable from external script into Vue

Web Development JavaScript Vue

Ubuntu upgrade issue

19 January 2022

0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded

Ubuntu Command Terminal

Horizontal scrolling with JS

17 January 2022

Scroll ability in horizontal scrollbars

JS Web

Docker commands cheat sheet

05 January 2022

Practical guide to use Docker

Docker Web

CSS truncate by lines

17 December 2021

How to truncate text by lines with CSS

CSS truncate text

CSS truncate via ch units

08 December 2021

How to truncate text via ch units in CSS

CSS truncate text

Add event listener to multiple buttons with the same class

05 December 2021

JavaScript based solution to add event listener by classes

CSS JavaScript event

Jekyll blog - ruby install

30 November 2021

Jekyll on linux environment to install properly

Jekyll linux environment install

Windows Phone

25 November 2021

Lumia 640 get a new life - aka Microfost Windows Phone

Development

PHP extension check on linux

22 November 2021

List all the php extensions on linux environment

PHP linux environment install

Telnet connection

18 November 2021

Practical way to save telnet session into a file

Linux Shell command telnet

Mapping telnet files

18 November 2021

Handy way to get a file tree via telnet

Linux Shell command telnet

Dowload from docin

18 November 2021

How to download from Docin in a PDF format

Python PDF script

Dowload from Wenku

17 November 2021

How to download from Wenku in a PDF format

Python PDF script

Split ZIP files

18 October 2021

How to split ZIP archive into multiple blocks of a specific size

ZIP shell script

Split ZIP files

23 September 2021

Install and setup git-ftp on Linux

Git shell script

Remove APT packages with key/id

20 September 2021

List and remove packages from APT package manager

Linux Shell command APT

Instagram feed

25 August 2021

Shortlink how to use Instagram API in a custom way

Linux Shell command Instagram Development

Create symbolic link

05 August 2021

How to create a symbolic link in Linux

Linux Shell command

Fix Grav folder permission

04 August 2021

Handy way to fix folder permission in Grav CMS on linux

Linux Shell command

Hide mounted drives

01 August 2021

Practical way to hide mounted drives on Linux via terminal

Linux Shell command terminal

YouTube dl setup

25 November 2020

Install YouTube dl on Linux environment to download videos from YouTube

Linux Shell command YouTube

Exclude packages from apt-get upgrade

14 November 2020

Control the APT package manager list to mark which to download or to be hold

Linux Shell command

Download websites

07 October 2020

Shell command in linux to download website(s)

Linux Shell command

Apple HFS/HFS+ Ubuntu

20 August 2020

How to mount Apple HFS/HFS+ drives on Ubuntu with write permission

Linux Shell command Apple

Mount images

08 August 2020

How to mount images on Linux via terminal

Linux command shell

Jenkins update

18 July 2020

Update Jenkins (open source automation server) on Raspberry Pi

Linux localhost VNC

Laravel guidelines

09 July 2020

Useful commands and tips to use Laravel via terminal

Linux localhost Laravel composer

PHP send mail() setup

12 August 2019

Install postfix apt package to send mail via php

Linux command shell PHP

Combine files in UNIX

28 May 2019

How to combine serveral text files into a single file in UNIX

Linux command shell

Set PhpMyAdmin

21 May 2019

Way to set phpmyadmin to listen only on localhost

Linux command shell

Convert video files

21 May 2019

On Ubuntu use terminal to convert video files with ffmpeg

Linux command shell

Clone Raspberry Pi

21 May 2019

Clone raspberry pi images via terminal with DD

Raspberry Linux command shell

Using CSS features queries

20 April 2019

CSS features like vh, @supports, etc

CSS Web Development

Font features settings

20 April 2019

OpenType fonts - features settings

OpenType Linux

Rename files during download

07 April 2019

A simple way to rename the file while downloading with Wget

Shell Linux Command

Selecting HTML5

04 April 2019

Ids and classes names that start with a number in CSS

CSS Web Development

README markdown template

29 March 2019

Markdown template for README.md

Markdown Web Development

LICENSE markdown template

29 March 2019

Markdown template for LICENSE.md

Markdown Web Development

CHANGELOG markdown template

29 March 2019

Markdown template for CHANGELOG.md

Markdown Web Development

Web service email sample

22 March 2019

Web developer service email sample to notify users

Email Web Development

30 CSS Selectors

19 March 2019

Wide variety of CSS selectors, special ones as well

CSS selector

Get jQuery version

16 March 2019

Console out the version of the current jQuery from browsers

JavaScript Web Development

Unity Launcher

27 January 2019

How to setup Ubuntu unity lanucher

Shell Linux Code snippet

Localhost services

26 January 2019

Enable localhost services in Linux

Linux Shell Command

Terminate task in terminal

10 January 2019

Kill/Shut down process via terminal

Shell Command Linux

Terminal commands for Laravel

10 January 2019

Creating environment in Laravel

PHP Shell Laravel Web Development Linux

UFW firewall

28 December 2018

Setup and configure UFW firewall

Shell Command Linux

Simple HTTP server

28 December 2018

Host a simple HTTP server via terminal with python

Python Linux command shell

Trigger event with jQuery

04 December 2018

Trigger event when user scroll to specific element - with jQuery

Web Development JavaScript

Get even numbers with VanillaJS

03 December 2018

Simple VanillaJS function to console out even numbers

Web Development JavaScript

Useful Laravel commands

29 October 2018

Handy commands for Laravel in terminal

PHP Shell Terminal Web Development Linux

A deeper source of the pattern

15 October 2018

Before you start something, you need to imagine how you would like to see the result or almost the final state of that something

Web Development Framework

.. and another one!

12 October 2018

As I wrote in the previous post, the list of these web frameworks are really long

Web Development Framework

Okay.. What’s the situation?

11 October 2018

Well, the thing is ,what I have already is just a simple percentage based regular front-end framework. It is the ‘A’ side of the road

Web Development Framework

Web server dependencies

10 October 2018

Install and setup web dependencies via terminal on linux

Shell Command Linux APT packages

Is This Going Anywhere?!

10 October 2018

Before I do the real deal with my “under construction” web framework

Web Development Framework

Pulsing with CSS

17 September 2018

Pulsing elements via CSS

Web Development CSS

CheckBox via jQuery

02 September 2018

SCheckBox - show and hide box with jQuery

Web Development JavaScript jQuery

Create launcher

25 August 2018

Shortlink in linux (Ubuntu)

Shell Command Linux

Ubuntu terminal commands

04 August 2018

Useful shortlinks and tips in Ubuntu terminal

Linux Shell command

Raspberry Pi 3 B+

16 February 2018

Useful commands for RPI3 in general

Linux Shell command terminal

VanillaJs load with page

23 January 2017

Load functions with Vanilla Js

JavaScript Web Development