Application Development with Lex Sheehan

Attention SPAMMERS: Don't advertise your services on my blog. If you do then you will have implicitly given me permission to disable any service you advertise via my blog by any means necessary.

Saturday, March 19, 2022

Cloud Providers - There is a Difference

›
When you need tech support... You definitely want a provider that responds to your technical questions. Digital Ocean Support ...
1 comment:
Saturday, February 19, 2022

Print Everything But Comments and Empty Lines

›
Here's a simple way to display every line except for comments and blank lines from a file like /etc/ssh/sshd_config: Code grep -v ...
6 comments:
Wednesday, August 25, 2021

Fatal: Not possible to fast-forward, aborting

›
Ever tried to push your file changes to a git repository and get the failed to push some refs error? Did you pull from the branch a...
Tuesday, June 22, 2021

Create a Text File in Go

›
Here's a simple way to create a text file and write a line to it in Golang: Example tempDir := t.TempDir() p := filepath.Join(te...
4 comments:
Monday, April 6, 2020

Why Ruby on Rails Apps are Complicated

›
Ruby syntax is easy. Just don't write "clever code" and it's simple. The complexity comes about due to the fact that Rub...
17 comments:
›
Home
View web version

About Me

Application Development with Lex Sheehan
View my complete profile
Powered by Blogger.