John Wiseman
Videos
My Projects
Programming Blog
Gallery
Journal
light_mode
Home
Blog
Articles
close
How to use IR Emitters on Linux
Resolve Howdy exception when adding your face
How to reset the Windows password of a locked computer
How to fix refreshing on a new tab extension for Google Chrome
How to fix ReferenceError: globalThis is not defined
SQL INSERT, UPDATE, DELETE like a pro with RETURNING
Efficiently: The Chrome extension to save your time!
The story of my first Chrome Extension and its tragic demise
Lazy load services using Socket Activation
Disable Hibernation on Windows to speed up your pc
How to make a div fit the size of its children
How to pause a script in Bash
Clear up unused space in docker
Start a new Flutter project and Connect it to Firebase
Enable the caching of Images in Google Cloud Storage Buckets
Use promises in Google Apps Scripts
Fix the routing while using Firebase hosting
Get IP Address in Linux
How to iterate over a map in Typescript
List all installed apt packages in Linux
How to request different scopes on a Google Apps Script
Connect Bitbucket Pipelines with Google Source Repositories
Calculate the remaining scroll distance in Angular
Get the last element of an array in TypeScript
My personal rules of programming
How query the Firebase Firestore in Angular
Get the Debug Certificate SHA1
Keep phone unlocked while USB Debugging
Run the application you are developing on your device
How to make an element autoexpand right to left in HTML
AngularJS component lifecycle cheatsheet
How to use ng-repeat in AngularJS
Create an Observable using RxJS
The difference between services and providers in AngularJS
How to alias a command in git
How to make xscreensaver stop from promiting for user input
IF/ELSE syntax in LUA
How to add keybindings in fish
How to show the git branch in Fish
How to add environment path to Fish terminal
Install fish terminal and set as the default terminal
How to make tab autocomplete in fish terminal
How to try Fish terminal temporarily
Get additional lines before and after grep match
Create a Bootable usb on Linux
Why and How you should use a Sinon Spy
Create a delay or sleep in JavaScript/TypeScript
How to use Component/Directive's in AngularJS
Change the DNS in Linux
Essential hotkeys for Google Chrome
Setting the src for html elements
Using ng-switch in AngularJS
Filtering an array with a function that returns a Promise
How to copy files in linux using CP
Ensure fonts render nicely in Google Chrome on Linux
Install kdeconnect on linux
Installing Google Drive on Linux
Proxy requests using Webpack
Convert an array to a object in typescript
How to create a SSH key
How to copy files over ssh
Drop a trigger from a table
How to drop a function in SQL
How to create a view in SQL
Check a column does not equal another column in SQL
Add/Remove/Modify a column on a table in SQL
Alter a table droping a columns default value
Adding a default value constraint to a column in SQL
Installing or uninstalling a package with pip
Convert bytes into a String in python
How to put phantomjs on $PATH
All about functions in LUA
Incrementation in LUA
What is TAIL in Linux and how you should use it!
Using services in linux with Systemctl
How to list active processes in linux
How to create a symlink in linux
Remove the New Login button from xscreensaver
How to load more days on the Agenda view in GCalCLI
How to decode a string in java
The power of Stream.of() in Java
Load a properties file in Java
Convert list to array in Java
How to create an empty list in Java
All the ways to create a List in Java
Compare arrays with Java
Check if a file exists in Java
Why its important to use private 0arg constructor for Java
Using OAuth with Google APIs
Using OR statements in Gmail filters
How to find the current git user
How to remove a file from a Git Repo
How to merge a branch in git with an unrelated history
How to find a files latest changed time in git
How to find a files age in git
How to allow insecure hosts in Docker
How to refresh the build image using docker-compose
Setting properties in a properites file using bash
How to read from a properites file using Bash
How to nest commands in bash
Ensure relative paths work in a bash script
How to add numbers in bash
How to install AwesomeWM on xubuntu
All Form Options for Angular Schema Form
Set the default value via Form - Angular Schema Form
Scroll to the the top of the page automatically in AngularJS
menu
Articles
Programming blog
I started this blog with the philosophy to create notes in order to refer back to, read and quickly re-learn the content.
Atom/RSS Feed
Latest posts
How to use IR Emitters on Linux
linux
Resolve Howdy exception when adding your face
linux
How to reset the Windows password of a locked computer
windows
How to fix refreshing on a new tab extension for Google Chrome
google_chrome
How to fix ReferenceError: globalThis is not defined
typescript
About Me
I bought my first computer at age 8 for $50!
I first started programming at age 12.
I have created
106
articles.
Categories
chevron_right
android
get the sha1 debug certificate
keep phone unlocked while developing
run the app you are developing on your device
chevron_right
angular
how to calculate the remaining page scroll
how to scroll to top of page in angular
chevron_right
angular schema form
all angular schema form options
set the default value in form
chevron_right
angularjs
angularjs component lifecycle
angularjs directive component cheatsheet
angularjs ng-repeat cheatsheet
angularjs ng-switch cheatseet
the difference between service vs provider in angularjs
why you should use angular ng-src
chevron_right
firebase
fix firebase hosting routing
get firestore document in angular
chevron_right
awesome wm
installation on xubuntu
chevron_right
bash
adding numbers in bash
bash nested commands guide
ensureing relative paths work in sh
read from properties file in bash
set properties in a properties file in bash
sleep a script in bash
chevron_right
bitbucket
connect bitbucket pipeline with google source repo
chevron_right
css
make a parent div fit children
chevron_right
docker
clean up unused docker space
how to resolve insecure host in docker
refresh build image with docker compose
chevron_right
flutter
start new project and connect to firebase
chevron_right
general
my rules of programing
chevron_right
git
calculate git file age
calculate git last modified date
how to alias a command in git
how to merge a branch with unrelated history
how to remove a file from repo
show the current git user
chevron_right
gmail
using or filter in gmail
chevron_right
google
enable caching of image in google storage
chevron_right
google api
using oauth with google apis
chevron_right
google apps script
how to request scopes on google apps script
how to use promises in google app script
chevron_right
google chrome
efficiently app
essential hotkeys for google chrome
refresh new tab in chrome extension
the story of my first chrome extension
chevron_right
html
how to autoexpand right to left
chevron_right
java
best way to create a empty list in java
check if file exists in java
compare arrays with stream
convert a list to array in java
create a list in java
decode a string in java
how to load a properties file in java
the power of stream of in java 8
why you should use 0 arg private
chevron_right
linux
control linux computer using kdeconnect
create a symlink on linux
enable ir emitter linux
get the ip address in linux
how to change dns in linux
how to copy files in cli linux
how to create bootable usb on linux
how to fix google chrome fonts on linux
how to grep lines before and after match
how to list install packages in linux
how to stop xscreensaver prompting for input
howdy add face error
install google drive in linux
lazy load services using socket activation
list active processes in linux
load more days with gcalcli
remove the xscreensaver login button
service management in linux with systemctl
tail cheatsheat
chevron_right
fish terminal
add environment path for fish terminal
adding keybindings to fish terminal
how to install fish terminal
how to make tab autocomplete in fish terminal
how to try fish terminal
show git branch while using fish terminal
chevron_right
lua
how to create a function in lua
performing integer incrementation in lua
using an if else statement in lua
chevron_right
npm
how to put phantomjs on path
chevron_right
python
convert string to bytes in python
install or remove a package in python
chevron_right
sql
how to add default value constraint to column in sql
how to alter column to drop default value in sql
how to alter table to add or remove column in sql
how to check column does not equal other column in sql
how to create a view in sql
how to drop a function in sql
how to drop a trigger from table in sql
insert like a pro
chevron_right
ssh
how to copy files over ssh
how to create a ssh key
chevron_right
typescript
how to convert array to object in typescript
how to delay or sleep in typescript
how to filter an array with function returning a promise
how to fix referenceError globalthis is not defined
how to get the last array element using typescript
how to iterate over a map using typescript
chevron_right
rxjs
how to create a rxjs observable
chevron_right
sinonjs
why and how you should use a sinonjs spy
chevron_right
webpack
how to proxy requests using webpack
chevron_right
windows
disable hibernation on windows
reset windows password of another computer
Please enable JavaScript to continue using this application.