Claim Missing Document
Check
Articles

Found 6 Documents
Search

Perancangan Database dan Website Loker Rental System Pada Kampus ESQ Business School Trevy Jonatya Novella; Ahlijati Nuraminah; Aaqila Dhiyaanisafa Goenawan
Jurnal Teknik Mesin, Industri, Elektro dan Informatika Vol. 1 No. 3 (2022): September : JURNAL TEKNIK MESIN, INDUSTRI, ELEKTRO DAN INFORMATIKA
Publisher : Pusat Riset dan Inovasi Nasional

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1342.38 KB) | DOI: 10.55606/jtmei.v1i4.777

Abstract

Tempat penyimpanan barang disuatu tempat sangat dibutuhkan untuk beberapa orang yang ingin menyimpan barang yang dimiliki selama beberapa waktu, begitupun di kampus ESQ Business School juga menyediakan peminjaman tempat untuk para mahasiswa untuk menyimpan barang. Sebelumnya proses peminjaman barang masih dilakukan secara manual, dengan adanya platform berbasis website ini diharapkan bisa memfasilitasi peminjaman loker agar bisa memudahkan pengurus loker maupun seluruh mahasiswa dan bisa diakses dari mana saja dan kapan saja. Pembuatan menggunakan manajemen basis data MySQL dan menggunakan bahasa pemprograman PHP native dengan konsep Object Oriented Programming(OOP).
Identifikasi Ras Wajah dengan Menggunakan Metode Deep Learning Model Keras Avrijsto Amandri Achyar; Ali Muhammud Olow; Muhammad Rizky Perdana; Andika Sundawijaya; Aaqila Dhiyaanisafa Goenawan
Jurnal Teknik Mesin, Industri, Elektro dan Informatika Vol. 1 No. 1 (2022): Maret : JURNAL TEKNIK MESIN, INDUSTRI, ELEKTRO DAN INFORMATIKA
Publisher : Pusat Riset dan Inovasi Nasional

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (155.597 KB) | DOI: 10.55606/jtmei.v1i1.779

Abstract

Humans have various types which are called races. The human race can be identified by many things, from the shape of the body to the color of the body. Of the many ways to identify the human race, the author also thinks whether a computer can identify the human race based on skin color. Nowadays, computers have developed in such a way that there are many possibilities that computers can also do this.
Membangun Mail Server Berbasis Linux Menggunakan Postfix dan Dovecot Sirajuddin Hawari; Abdullah Ammar; Ahmad Nur Ihsan Purwanto; Aaqila Dhiyaanisafa Goenawan
Jurnal Teknik Mesin, Industri, Elektro dan Informatika Vol. 1 No. 1 (2022): Maret : JURNAL TEKNIK MESIN, INDUSTRI, ELEKTRO DAN INFORMATIKA
Publisher : Pusat Riset dan Inovasi Nasional

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (164.929 KB) | DOI: 10.55606/jtmei.v1i1.781

Abstract

In today's era, information exchange is fast and can be done in various ways and one of them is using email. There are many free email service providers that can be used, such as Gmail, Yahoo Mail and Outlook. In addition to free services, email servers can also be used to serve communication between clients and transfer data over the local network using a custom domain for the company. The purpose of this report is to build your own email server using the server development method using the Linux Ubuntu 18.04 operating system and the software Postfix and Dovecot as its supports. The results of this mail server work can send emails from one user to another through the terminal directly correctly. Sending can be done directly using the terminal without creating a text first or creating a text before sending it. Both ways are equally successful in the main process in the mail server.
Penentuan Jurusan Kuliah Menggunakan Metode Forward Chaining Berbasis Web Mohamad Akbar Wisnu Nadyanto; Muhammad Varriel Avenazh Nizar; Aaqila Dhiyaanisafa Goenawan
Jurnal Teknik Mesin, Industri, Elektro dan Informatika Vol. 1 No. 2 (2022): Juni : JURNAL TEKNIK MESIN, INDUSTRI, ELEKTRO DAN INFORMATIKA
Publisher : Pusat Riset dan Inovasi Nasional

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (118.366 KB) | DOI: 10.55606/jtmei.v1i2.782

Abstract

Determining majors is one of the obligations for all students who still want to continue their education. Decisions taken often cause problems when differences in abilities and limitations in thinking result in not graduating on time. Also, we often see majors chosen only because they follow the advice of friends or family and because of the development of the need for human resources in the world of work. Determination of majors should be done by considering the capabilities possessed. Therefore, this application was created which aims to design an expert system that can provide an overview for prospective students about what majors are suitable or in accordance with their abilities. The method used in making this expert system is Forward Chaining, where the facts related to determining the direction are stated first, then draw an appropriate conclusion. By making this application, it is expected to provide convenience for prospective students both in terms of time and cost.
Sistem Pencatatan Keuangan Aplikasi Android Dengan Menggunakan Design Pattern Model-View-View-Model (MVVM), Room Database, SharedPreference dan API. Naufal Rasyid; Aaqila Dhiyaanisafa Goenawan
Jurnal Teknik Mesin, Industri, Elektro dan Informatika Vol. 1 No. 2 (2022): Juni : JURNAL TEKNIK MESIN, INDUSTRI, ELEKTRO DAN INFORMATIKA
Publisher : Pusat Riset dan Inovasi Nasional

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (263.761 KB) | DOI: 10.55606/jtmei.v1i2.783

Abstract

Most of people in the world are familiar with smart phones or smartphones, and because of their very complete and practical uses, smartphone users are always increasing every year. Smartphones are used for various types of activities such as for social media, for entertainment such as playing games, doing office work, even personal matters such as financial management applications. Therefore, an application was created that can support personal financial recording so that it can make it easier for users.
Autocomplete Indonesian Dictionary with Trie and Depth-First Search Algorithm Aaqila Dhiyaanisafa Goenawan; Abdullah Ammar; Mutiara Persada Pulungan; Desy Komalasari
Jurnal Ilmiah Teknik Informatika dan Komunikasi Vol. 2 No. 1 (2022): Maret : Jurnal Ilmiah Teknik Informatika dan Komunikasi
Publisher : Lembaga Pengembangan Kinerja Dosen

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (697.649 KB) | DOI: 10.55606/juitik.v2i1.325

Abstract

In the current era of technology, the internet provides many conveniences for our daily lives. There are no limitations in accessing the internet, we can even search for information that we do not know through the internet. One of them is by using an electronic dictionary. By using the electronic dictionary the user only needs to enter a keyword and the machine will search for the appropriate data. But when the user finishes entering the word in the search engine, the word is not necessarily found, this makes the electronic dictionary less than optimal in terms of time usage. Therefore, we use the autocomplete feature with the trie data structure and the dfs algorithm in order to shorten the time the user is typing a word, where this feature will display a list of words that the user might mean without having to type the word in full.