PinnedTugay İlikinLevel Up CodingHow worker threads boosted my Node applicationThe worker_threads module has been released with node.js v10.x LTS version, stable with v13.x. It enables the use of threads that execute…Feb 12, 20202Feb 12, 20202
Tugay İlikCreating Cloudwatch alarms over Metric FiltersCloudWatch collects monitoring and operational data in the form of logs, metrics, and events, providing you with a unified view of AWS…May 23, 2021May 23, 2021
Tugay İlikDecreasing Webpack bundle size with conditional importsSeveral tools used for bundling javascript modules or assets. Bundlers has has great tree shaking system which clears up unused modules…Jul 14, 20191Jul 14, 20191
Tugay İlikError Handling via Try & Catch Proxy in JavascriptErrors can happen in any software. To keep your software/program working, you may want catch them, hide them or track them, or sometimes…Dec 1, 20181Dec 1, 20181
Tugay İlikCross Domain Data Unification With JavascriptTHIS METHOD IS NO LONGER VALID FOR CROSS DOMAINS BUT STILL VALID FOR SUBDOMAINS. IT IS BECAUSE SOME PRIVACY CONCERNS CAUSED DATA STORAGE…Oct 1, 2017Oct 1, 2017