Colors

Dark Mode

Cursor


:: PM


home-profile

Get to know me

MUHAMMAD FADILAH

Web Developer

Programmer

Writer Paper

Amidst the waves of code flowing through Malikussaleh University campus, there is a courageous-spirited student, spreading their wings in the field of Informatics Engineering. In the labyrinth of algorithms and syntax, I found true love as a programmer and web developer. However, not content with just academic knowledge, I delved into the sea of real-world experiences, constructing revolutionary design systems (prototypes) within the Gemastik business development ICT division. With a blazing spirit of determination, I carry the hope that my talent and dedication will transform the world of technology, one brilliant code on one computer screen.

my intro

About Me

my picture
who am i ?

I'm MUHAMMAD FADILAH, I'am a WEB Developer and Programmer

I am an enthusiastic student at Malikussaleh University, majoring in Informatics Engineering, with boundless passion for programming and web development. Through valuable experiences in the TIK Gemastik business development division, I have crafted innovative design systems (prototypes).
Deep understanding of Informatics engineering principles and my creativity in problem-solving make me someone who constantly seeks opportunities to design revolutionary solutions. With strong conviction and determination, I am ready to become a change agent in the world of technology.

personal informations

  • first name : MUHAMMAD
  • midle name : -
  • last name : FADILAH
  • address : LHOKSEUMAWE
  • From : LANGKAT

Check out my Resume

my Resume

Education

Bachelor of Informatics Engineering
Universitas Malikussaleh / 2021 - On Going

During my college days, I was full of creativity, playing around with programming languages like Python, C++, and Delphi. Data visualization, 3D object mapping, animations, all became part of my digital exploration world.

Not only that, I focused on developing information systems based on websites and educational applications such as E-Education, Academic Portals, and even Google Classroom. I crafted captivating designs using tools like Condular and Figma, relied on robust databases like MySQL and PostgreSQL, and designed responsive information systems using HTML, CSS, JavaScript, Bootstrap, etc.

In every step, college was a stage of inspiration and freedom. I danced among lines of code, creating compelling stories that inspired the world of education and technology.

Pursuing Education in the field of Natural Sciences
SMAN 1 PADANG TUALANG / 2018 - 2021

My school days were filled with achievements. I was actively involved in various extracurricular activities such as Religious Studies, English, and Scouting. Not only that, I also dared to take the stage, practicing speeches to represent Class 11 IPA 5.

The true challenge came when I participated in a Debate Competition. With an unwavering spirit, my team and I secured the first place at the school level, representing Class 11 IPA 5.

My perseverance didn't stop there. Representing the school in the National Science Olympiad in the field of Chemistry became an equally exciting challenge. And with hard work, I managed to pass with prideful scores.

Student
SMPN 2 PADANG TUALANG / 2015 - 2018

My school days were filled with remarkable achievements. I actively participated in various school activities. In the 8th grade, during the odd semester, I earned the title of the top-ranked student with the highest grades.

Not only that, I also took pride in representing the school in the National Science Competition in the field of Natural Sciences. Through hard work, I successfully passed with satisfying scores.

Experience

Gemastik
Information Technology and Communication Business Development / Lapak Jasa / 2023

In the realm of information technology and communication, designing a prototype is a crucial initial step in creating a successful business. In this context, my team and I enthusiastically and creatively introduced a revolutionary design concept for a platform we called "Lapak Jasa."

Lapak Jasa is an innovation that encompasses various service offerings and needs through information technology. In crafting this prototype, my team and I placed the users' and partners' needs at the core of every aspect, ensuring their satisfaction and convenience.

Freelance Web Developer
A Dynamic and Responsive Website / Work From Home / 2022 - Current

Creating and building various web-based information system projects, with each project I work on, I learn, adapt, and continuously hone my skills. This process gives me tremendous satisfaction and pride.

Freelance Writer
Scientific Paper, Research Paper, Journal, Report Projects / Work From Home / 2015 - Current

Compiling scientific papers, essays, journals, and project reports has been a fascinating journey that I thoroughly enjoy.

Each writing project presents a challenge that I embrace with enthusiasm. I always strive to deliver the highest quality and adapt the format to various aspects. Flexibility in employing different writing methods is the key to achieving alignment with the needs and objectives of every client.

My level of knowledge in some tools

my skills

Program Skills

PYTHON
KOTLIN
C++
PHP
DELPHI

Website Skills

PROTOTYPE
HTML & CSS
JAVASCRIPT
PHP
MYSQL & POSTGRESQL

Services i offer to my clients

My Services

here are some services that I can handle
This service is according to my ability, and I have enough experience in this field

web Developer

Local Web Innovation: Secure and Database-Connected Website! Design a stunning local website with advanced system integration, top-notch data protection through password hashing, user convenience with cookies, and authenticity with Captcha anti-bot. Create an outstanding website with an intelligent database!

Programmer

Progressive Creative Code: Designing Unique Solutions with a Different Style! The description above reflects creativity in programming by adopting a unique approach that combines elements from various sources, creating solutions that appear more realistic and innovative.

Writer

Writing a scientific paper according to the subject and object that become the topic of the issue, using an appropriate writing method, and supported by evidence and accompanying attachments.

Check out my latest blog posts

My blog

The launch of the innovative system at the Lhokseumawe Library marks a significant milestone, leveraging QR code technology to streamline the book borrowing and return processes. This forward-thinking system offers users convenient access to the book catalog, facilitates borrowing transactions, and enables efficient book returns via a seamlessly integrated digital platform. Such a technological leap not only enhances accessibility to library resources but also elevates the effectiveness of library services, symbolizing a progressive step towards serving the community more effectively.

I have participated in a social contribution activity by conducting a socialization session on the issue of bullying for 2nd-grade students at SD Lab Undiksha. The approach I utilized involved using digital media through animation, specifically designed to help children better understand the harmful impacts of bullying behavior. The hope is that these efforts will contribute to creating a more positive learning environment and reducing incidents of bullying within the school.

An academic portal system plays a crucial role in managing student accounts, administration, and academic information in an educational institution. One of the essential features of the academic portal system is the management of student accounts by administrators. Administrators should be able to create and manage student accounts effortlessly, assign appropriate access rights, and handle student information.

The development of information and communication technology (ICT) has brought significant changes in various aspects of life, including the field of education. The adoption of digital technology and the internet has enabled the creation of effective and affordable online learning. Efficiency and time-saving are crucial aspects of modern education. Online learning systems like Google Classroom help reduce administrative burdens for educators by providing tools that allow them to upload assignments, provide feedback, and communicate directly with students.

Interpolation is a mathematical technique or method used to approximate or estimate values between known data points. In the context of mathematics, interpolation involves constructing a function that passes through a series of given data points. By using this interpolation function, we can find precise or approximate values between those data points.

The Newton-Raphson method is one of the numerical techniques used to find the roots (solutions) of a mathematical equation. This method is based on the concept that if we have an initial guess that is close enough to the actual root, then we can iteratively approach a more accurate root quickly.
The Newton-Raphson method is generally effective when the initial guess is sufficiently close to the actual root and the function f(x) has a continuous derivative that does not change sign around the root.

The Bisection Method is a mathematical technique used to find the roots (zero solutions) of a function within a closed interval. The Bisection Method proceeds by dividing the initial interval containing the function's root into two equal parts. Then, the signs of the function values at the midpoint of the new interval are checked. If the function value at the midpoint is zero or has a different sign than the function value at one of the interval's endpoints, then the root lies within the corresponding subinterval. This process is repeated on the subinterval containing the root until the root is found with the desired precision.

Data visualization is the process of creating graphs, diagrams, tables, or similar visual elements to present data. The purpose of data visualization is to facilitate the understanding of a dataset. Micro, small, and medium enterprises (MSMEs), abbreviated as UMKM in Indonesian, are a common term in the economic world and are owned by individuals or individual business entities. Data visualization of MSMEs in Banda Aceh aims to help many people understand the changes in MSMEs in the city.

Feel free to contact me anytimes

my contact

contact me

Contact Info

Always available for freelance work if the right project comes along, Feel free to contact me!