Hello! I am Mohammad Nazir Arifin

Lecturer & Software Engineer

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.

Jun 15, 2024

Membuat Notifikasi di Sveltekit

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.

Jun 10, 2024

Animate Vue Components with Transitions

Vue.js is a JavaScript framework that makes it easier for us to create interactive web applications. One of the interesting features of Vue.js is its ability to animate the components that we create using Transition. With Transition, we can provide animation effects when components appear, disappear, or change.

Jun 5, 2024

SvelteKit and Apollo Server integration

This article contains examples of using Apollo Server on SvelteKit. Apollo Server is used to create a GraphQL server that will be used by SvelteKit applications. By using Apollo Server, we can create a server that processes queries and mutations from the SvelteKit application.