
Damian Tarnawsky
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Damian Tarnawsky-
Damian Tarnawsky created an article,
Debugging Android Builds with Angular
Debug builds from Angular generate a separate source map file for each Javascript file which usually allows you to debug your original source code files. Unfortunately, out-of-the-box debugging doe...
-
Damian Tarnawsky created an article,
Auth Connect Fix
The Problem Android applications, when launched from the home screen will display a particular activity which you will usually want to be your application. However, in the case of Auth Connect and ...
-
Damian Tarnawsky created an article,
Nexus Repository Manager and Ionic Enterprise
Sonatype Nexus Repository Manager is often used as a proxy for npm packages on a corporate network. Whilst open source Ionic npm packages are obtained from the public repository at registry.npmjs.o...
-
Damian Tarnawsky created an article,
Is localhost a concern with CORS?
Adding localhost as an allowed origin in the backend code is not less secure. About CORS CORs is designed as an additional layer of authorization which weakens read access to resources between a...
-
Damian Tarnawsky created an article,
Angular Static Code Analysis
Angular includes static code analysis as a default in the form of "linting" and it provides a "lowest common denominator" of rules that it will enforce during the linting process (ie running npm ru...
-
Damian Tarnawsky created an article,
Code Protection in a Hybrid Application
Protecting your application from tampering, reverse engineering, and from IP theft are common concerns for many companies. Hybrid applications can be protected in similar ways to native ones and th...