: All Posts
Copy Paste in Bash on Ubuntu on Windows
How to execute a copy paste operation from Windows 10 to the Bash on Ubuntu on Windows environment I tried the following ctrl shift v right click to paste Any
Read more →
Correctly determine if date string is a valid date in that format
Im receiving a date string from an API and it is formatted as yyyymmdd I am currently using a regex to validate the string format which works ok but I can see
Read more →
CSS submit button weird rendering on iPadiPhone
I noticed that if I style my buttons with CSS using radius colors and borders they look good but in the iphoneipadipod they look terribleshouldnt be the same
Read more →
Declaring abstract method in TypeScript
I am trying to figure out how to correctly define abstract methods in TypeScript Using the original inheritance example class Animal constructorpublic name
Read more →
DeprecationWarning Buffer is deprecated due to security and usability issues when I move my script to another server
Getting error when script move to other server node15707 DEP0005 DeprecationWarning Buffer is deprecated due to security and usability issues Please use the
Read more →
Difference between file in local repository and origin
I want to find the differences between a file I have in my local repository vs what is in the origin master I know that there is git diff However I just want
Read more →
Difference between WebStorm and PHPStorm
Im choosing an IDE for web development and I would like to know what the differences between WebStorm and PHPStorm are I couldnt find any major points on
Read more →
Differences between fork and exec
What are the differences between fork and
Read more →
django test app error - Got an error creating the test database permission denied to create database
When I try to test any app with command I noticed it when I tried to deploy myproject using fabric which uses this command python managepy test appname I get
Read more →