I am a lecturer at the Department of Informatics, Faculty of Engineering, Universitas Madura. I have been working in the field of software development since 2012. I have been involved in various projects, both as a developer and as a project manager.
Oct 24, 2024
Coincidentally, I am one of the lecturers at a small private campus in the area, precisely in Pamekasan, Madura. Based on my observations, students in the study program that I teach, namely Informatics, have little interest in learning. They seem to only study when on campus and do not have the enthusiasm to study further at home/off campus
Oct 21, 2024
I have a Flutter app that uses Firebase Authentication. I want to validate the Firebase token that a user gets after logging in to my Django server. How to do it?
Oct 17, 2024
I have heard this statement for a long time from fellow lecturers who are also programmers. My colleague is of the opinion that he will not always be coding, there will be a time when he will "retire" by moving up to become a consultant or systems analyst. In other words, he won't be a programmer forever. But, is this statement justified?
Jun 15, 2024
In this article, we will create a simple notification using Svelte/Sveltekit. This notification will appear at the bottom left of the screen and will disappear after a few seconds. This notification will have three types, namely `success`, `info`, and `error`. Apart from that, we will also use `transition` to provide animation effects when notifications appear and disappear.