๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

What is INSTALLPARSEFAILEDNOCERTIFICATES error

๐Ÿ“‚ Categories: Programming

I was trying to change my defaultmainstartup whatever you call it activity by editing the androidmanifestxml file All i did was change the androidname property

Thumbnail for Posts

What is processenvPORT in Nodejs

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Express Port

what is processenvPORT 3000 used for in Nodejs I saw this somewhere appsetport processenvPORT 3000 If it is used to set 3000 as the listening port can I use

Thumbnail for Posts

What is the difference between a cer pvk and pfx file

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Security Public-Key

What is the difference between a cer pvk and pfx file Also which files do I keep and which am I expected to give to my

Thumbnail for Posts

What is the intended use-case for git stash

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Git-Stash

If I work on branch A and suddenly need to work on branch B before being ready with a commit on branch A I stash my changes on A checkout B do my work there

Thumbnail for Posts

What is the largest Safe UDP Packet Size on the Internet

๐Ÿ“‚ Categories: Programming

Ive read a number of articles about UDP packet sizes but have been unable to come to a conclusion on whats correct A number of services restrict the largest

Thumbnail for Posts

What is the purpose of the file dockersock

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Docker-Compose

I am trying to understand the actual reason for mounting dockersock in dockercomposeyml file Is it for autodiscovery volumes

Thumbnail for Posts

Whats the longest possible worldwide phone number I should consider in SQL varcharlength for phone

๐Ÿ“‚ Categories: Programming

Whats the longest possible worldwide phone number I should consider in SQL varcharlength for phone considerations for country code for area code x 6 numbers

Thumbnail for Posts

When to use Vanilla JavaScript vs jQuery

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Jquery Performance

I have noticed while monitoringattempting to answer common jQuery questions that there are certain practices using javascript instead of jQuery that actually

Thumbnail for Posts

Why does json return a promise but not when it passes through then

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Asynchronous Promise Fetch-Api

Ive been messing around with the fetch api recently and noticed something which was a bit quirky let url httpjsonplaceholdertypicodecomposts6 let iterator