The Awesome Code Blog
The Clean Code Blog of Programming and Software Engineering

Latest

29
Sep
How to profile a Go application with pprof

How to profile a Go application with pprof

Step 1 Install dependencies: apt-get install graphviz gv or brew install graphviz Step 2 Download pprof to your application go
1 min read
29
Sep
Golang Mockery - Mock Function with multiple return values

Golang Mockery - Mock Function with multiple return values

If you've ever written a test in golang, you may used the testify package. An immensely useful extension
1 min read
29
Sep
Kubernetes pod as a Bastion Host - Access private database

Kubernetes pod as a Bastion Host - Access private database

In Cloud Native environment private networks, databases and services are best practice. An infrastructure should be fully private and only
1 min read
08
May
Macbook Wifi not working- How to fix Wi-Fi on Mac

Macbook Wifi not working- How to fix Wi-Fi on Mac

Solution 1 Use the 5GHz band or change your position 1) reduce distance to your router or change your routers
1 min read
08
Jul
Sicherheitsrisiken in der E-Mobilität

Sicherheitsrisiken in der E-Mobilität

IT-Sicherheit und Standards der Ladeinfrastruktur GRIN - Sicherheitsrisiken in der E-Mobilität. IT-Sicherheit und Standards der LadeinfrastrukturSicherheitsrisiken in der E-Mobilität. IT-Sicherheit
1 min read
06
Jun
Send an email using only JavaScript - no backend

Send an email using only JavaScript - no backend

While creating a lot of websites for small businesses I recognized the pain that only a single webserver will be
2 min read
01
Jun
How to track Ionic Apps with Google Analytics - no cordova plugin

How to track Ionic Apps with Google Analytics - no cordova plugin

In Short: You will learn how to add Google Analytics without cordova plugin and track page transitions and your own
2 min read
31
May
How to create a Excel file in Ionic apps using PouchDB

How to create a Excel file in Ionic apps using PouchDB

In Short: You will learn how to create a Excel file based on data from PouchDB. Pre-Condition: For creating a
3 min read
31
May
How to create a PDF file in Ionic apps using PouchDB

How to create a PDF file in Ionic apps using PouchDB

In Short: You will learn how to create a PDF file based on data from PouchDB and print the file
4 min read
10
May
How to search YouTube videos without API key in Ionic

How to search YouTube videos without API key in Ionic

How it works Step 1 Create an ionic angular app or use an existing one. We will create a new
1 min read