call us now!

GoLang – Get current week

Get the current week in GoLang package main import ( “fmt” “time” ) func main() { timeNow := time.Now().UTC() year, week := timeNow.ISOWeek() fmt.Println(year, week) }  ...

Gmail custom signature

Mission Have you ever wondered how to create a custom signature in Gmail or Google G Suite? Well you’re at the right place! Solution Luckily the steps to create a custom logo in Gmail are relatively easy, Just follow the steps below. Login to your Google account and...

LibreOffice Change Default Font

LibreOffice Writer on MAC Open LibreOffice Writer While the Writer’s window is active navigate to: LibreOffice > Preferences… > LibreOffice Writer > Basic Fonts (Western) > Set fonts as required. For (CTL) languages navigate to: LibreOffice >...