Mudahkan UnitTest pada Django menggunakan Data Seeding dengan Django FixtureUnit Test merupakan hal yang sering dilakukan oleh developer untuk menguji kode yang mereka buat. Pada dasarnya untuk melakukan uji coba…Jun 8, 2021Jun 8, 2021
Some Useful React Hooks, Its Rules and FeaturesNowadays, function-based component in react has been used as a main pattern rather than class-based component because function-based…May 25, 2021May 25, 2021
Mock in Python: A Brief ExplanationIn programming, we need to create a test to make sure our code works well when we use it. Sometimes we want to test a function but the…May 23, 2021May 23, 2021
Make Easy Your Deployment with DockerDeployment is a thing that Software Engineering usually do to make their application available and accessible anywhere and anytime…May 3, 2021May 3, 2021
Anda Membuat Aplikasi untuk Siapa?Di era Revolusi Industri 4.0 ini aplikasi mobile maupun web sudah banyak dipakai oleh banyak orang untuk membantu pekerjaan sehari-hari…May 2, 2021May 2, 2021
Brief Explanation about Client-Server Software Architecture Pattern, and ExampleSoftware ArchitectureApr 2, 2021Apr 2, 2021
Some Clean Code Examples in TypeScriptNowadays, JavaScript is common language that we use to make a web app or web page. Usually, coders us React, Vue and Angular to make nice…Apr 2, 2021Apr 2, 2021
TDD, Should We Do It?TDD is a development cycle that we need to make the test first before the implementation. The cycle is split up into 3 steps, there are:Mar 21, 2021Mar 21, 2021
Git Pocket Command Notes, for BeginnerAs a developer, we often work as a team with other people when we build an app whether it’s big or not. To achieve a good work flow, we…Mar 21, 2021Mar 21, 2021