PinnedCI/CD — Improve The Testing Time in Jest and GitHub Action with 90% EffectivenessHi Everyone! I wanna share my experience regarding how I reduced 90% of the testing time by Jest in GitHub Action. Stacks: - Node Typescript - Jest v17 - Supertest - GitHub Action Yesterday, Our team have an issue regarding the integration testing time which takes a long time in…Github Actions3 min readGithub Actions3 min read
Sep 19Deploy NextJS 13 to Azure App Service with GitHub Action (Efficient Way)Previously, I posted an article regarding this but the result took a long time because it needed to zip all the files including “node_modules”. Deploy NextJS 13 to Azure App Service with GitHub Action Why do we deploy it to the Azure App Service and not to the Vercel? It’s because company needs.didikmulyadi.medium.comNextjs3 min readNextjs3 min read
Sep 6Help My Friend Handling DDOSIt happened to my friend, he is the owner of an application that is quite popular. The transaction in one month, around IDR 5–10 billion. The traffic is high enough. This is not the first attack, every day they attack him with DDOS with many different IPs from different Countries.Cloudflare3 min readCloudflare3 min read
Jul 31Go Deep into How React Native Interacts with The BridgeWe will talk about how React Native (v0.68) interacts with the Bridge. …React7 min readReact7 min read
Jul 23Measurement React Native PerformanceI got a task to measure the performance of a specific screen, so I think it will be great if I share it. Let’s back to the topic, to measure the performance of the application and understand the report result, we should understand how React Native (Old Architecture) works. How React Native Works React…React Native5 min readReact Native5 min read
Jun 16Deploy NestJS to Azure App Service with GitHub ActionHello Guys! In this article, we are gonna try to deploy NestJS in Azure App Service. Before this article release, I have released an article regarding how I deploy the NextJS 13 in Azure App Service. Some points may similiar with that article. Let’s go! Azure App Service Introducing App Service is a fully…Nestjs5 min readNestjs5 min read
Jun 16Deploy NextJS 13 to Azure App Service with GitHub ActionHello guys! In this article, we are going to deploy the Next.js application into Azure App Service. Why do we deploy it to the Azure App Service and not to the Vercel? It’s because company needs. The client’s company wanna deploy the app in the same cloud project / infrastructure. …Nextjs6 min readNextjs6 min read
Apr 6Deploy Laravel 9 to App Engine with Google Cloud Build and Secret ManagerAfter a couple of days, I just finished integrating Laravel 9 with App Engine Google Cloud Build, and Secret Manager. Now, I wanna share this with you. So, you don’t need to face the same issue as me. There are 2 types of App Engine environments e.g. flex and standard…Laravel5 min readLaravel5 min read
Oct 2, 2022GCP — Send the Error Logs to Slack Channel by Google Cloud MonitoringHello Everyone, How often do you check the server logs for errors? How long has the error been left? Instead of doing that, Let's create an error detector! 🚀 In my current company, I created a slack channel named error-detector-** . That slack channel is used for receiving an error…Slack3 min readSlack3 min read
Sep 25, 2022React — Deep Understand How Lazy Load Works on React ComponentThere’s a problem in our project regarding the heavy component. When I open that app it will show the blank screen first or there’s a blink when moving to a different page. What we want are: no blank screen in the initial load no blinking screen when the user moves to another page. Problems So…React6 min readReact6 min read