Materi 1 : Pengenalan Web II – Aplikasi Berbasis Web II

MVC (MODEL-VIEW-CONTROLLER) DALAM PEMBANGUNAN APLIKASI WEB  Pembangunan sesebuah aplikasi web tidak kira aplikasi yang ringkas, sederhana mahupun rumit perlu melalui fasa-fasa pembangunan sistem agar aplikasi yang dibangunkan adalah mengikut kehendak pengguna. Pada kebiasaanya, carta gantt akan diwujudkan dalam fasa perancangan pembangunan aplikasi. Selain daripada itu, modulmodul dalam aplikasi perlu dikenalpasti dahulu agar tidak tersasar dari objektif pembangunan aplikasi. Oleh yang demikian, kertas kerja ini menerangkan kaedah dan panduan membina MVC (Model-ViewController) dengan menggunakan perisian Gantt Excel dalam pembangunan sesebuah aplikasi…

Materi dapat di download di : unduh

Web Development Trends For 2021 You Should Know About

Web development is one of those things that everyone notices, but so few people actually see. The process of creating a website that people want to visit, can navigate easily, and want to come back to is both science and art. So, web developers are always looking for ways to push their field forward, driving page views and engagement.

To create a website that gets a lot of traffic, it’s important to have a site that people remember and want to go back to. Here are some of the key trends coming to web development in 2021.

  • Machine learning will improve AI programmes

Machine learning is expected to see a lot of growth in the coming year, covering many applications. When they hear about artificial artificial intelligence, most people imagine Apple’s Siri or Amazon’s Alexa. Those aren’t the only two though! There are a lot of AIs behind the scenes, especially analytical AIs. Programmes like Google Analytics will use ever-improving machine learning to optimise how users interact with websites. Many web users have interacted with customer service through a chatbot, in which case they have also met an AI. Loads of sites are now using AI helpers that can navigate FAQs and provide specialised assistance to users. More of these are sure to come in 2021, and chances are they’ll be more interactive and even more helpful than before.

  • Voice recognition will expand and improve

Speaking of virtual assistants, it’s hard to find a household that doesn’t have at least one these days. Smartphones usually come with Google or Siri for easy searching. Plus, they make it possible to send text messages hands-free with speech-to-text. Since voice recognition is the province of mega corporations like Google and Amazon, they may be hard to develop independently. But web developers can capitalise on their hard work by making sure their sites are easy to search for using these innovations.

  • Progressive web apps will edge out mobile apps

Nothing is worse than having to download an app for a site only to visit once per month – or less. Luckily progressive web apps (or PWAs) are coming to help. PWAs are great for both users and developers in a number of ways. PWAs run faster and give app-like capabilities while remaining on the web. Since there’s no app to download or update, companies save money on the development cycle too. Lower data usage, faster speeds and better performance are all bonuses of PWAs. You can see PWAs everywhere, from major news sources like The Guardian to online casino operators like Betway, which offer a wide range of technologies to facilitate payment and improve overall user experience.

  • Cybersecurity developments will keep your data safe

Internet usage is only growing and that means more people are trying to exploit it for their own gain. Hackers are everywhere, trying to get into anything from the smallest companies to government networks. Fortunately, there’s no shortage of people working to create secure web systems. Developers are increasingly aware of how to lock down sites against hackers. This means they are always looking for updates and new methods, like web access firewalls and SSL certificates. These kinds of techniques are important for every website, especially ecommerce retailers who want to create secure payment gateways for their users.

  • User interfaces will be simpler and more interactive

Even users who don’t understand things like machine learning or PWAs will get the major changes coming to user interface design. One of the most prominent is the single-page site. With the majority of people navigating via mobile phone, developers are creating simple and intuitive sites that don’t require much work to navigate. At the same time, Motion UI is creating a new library for developers to use. Where once before they had to create any animated site elements on their own, Motion UI changes that. Now, interactive elements can be pulled from the library, creating engaging sites with far less work. How about an elevator website that moves like an elevator? This kind of slick web design is closer to common use than ever, and independent web developers will be driving innovation.

These are just a few of the major trends coming to web development this year. We’re excited to see how these and others make the internet a more engaging, useful, and safe place to communicate and do business.

Pemrograman Web I : Pengenalan Web Dasar #1

Pemrograman Web I : Pengenalan Web Dasar Pertemuan #1

Video :

Assalamu’alaikum warahmatullahi wabarakatuh

السَّلاَمُ عَلَيْكُمْ وَرَحْمَةُ اللهِ وَبَرَكَاتُهُ

Berikut adalah penjelasan tentang materi pemrograman web I, pada pertemuan 1 menjelaskan dasar pengenalan sejarah web, teknologi dan arsitechture web saat ini.

Mata kuliah ini diajarkan untuk mencapai kompetensi pembuatan dan pengembangan aplikasi berbasis web melalui pemahaman teknologi jaringan, internet, bahasa pemrograman dan berbagai kolaborasi teknologi sehingga mahasiswa akan mampu menciptakan/membuat dan mengembangkan aplikasi berbasis web yang bermanfaat di berbagai bidang dengan teknologi terkini mampu memahami Teknologi Jaringan Komputer dan Web, Front End, Backend  dan FullStack Programming , Jenis Inplementasi dari Bahasa pemrograman dan Arsitektur Web, model struktur HTML dan CSS, konsep Web Dinamis, Client Side Scripting, Javascript, Server Side Scripting, PHP :  Database MySQL, Operasi Database pada PHP, Framework Pemrograman Web : MVC, CMS (Content Management System).

Flutter Architecture & WIDGET

Flutter Architecture & WIDGET

FLutter

Apa it Flutter?
Flutter adalah library SDK untuk membangun / membuat aplikasi mobile dengan kinerja tinggi
dan High-Fidelity untuk sistem operasi iOS, Android, web (beta), dan desktop (pratinjau teknis) dari basis kode tunggal atau dengan satu bahasa pemrograman.
Tujuannya adalah untuk memungkinkan pengembang aplikasi untuk membuat aplikasi dengan performa tinggi yang berjalan mulus pada platform yang berbeda-beda. keunggulan yang di tawarkan oleh flutter untuk mengembangkan aplikasi mobile adalah mengasilkan aplikasi dengan best UI experience dan performance.

Prinsip inti 
Flutter mencakup kerangka kerja dengan reaksi modern, mesin render 2D, widget siap pakai, dan alat pengembangan. Komponen-komponen ini bekerja bersama untuk membantu Anda merancang, membuat, menguji, dan men-debug aplikasi. Semuanya diatur berdasarkan beberapa prinsip inti.
Semuanya adalah widget Widget adalah blok bangunan dasar dari antarmuka pengguna aplikasi Flutter. Setiap widget adalah deklarasi bagian dari antarmuka pengguna yang tidak dapat diubah. Tidak seperti kerangka kerja lain yang memisahkan tampilan, pengontrol tampilan, tata letak, dan properti lainnya, Flutter memiliki model objek yang konsisten dan terpadu: widget.
Widget dapat Berupa :
• Elemen struktural (seperti tombol atau menu)
• Elemen gaya (seperti font atau skema warna)
• Aspek tata letak (seperti Container) Continue reading

Inheritance : PHP & Object Oriented Programming (OOP)

Inheritance : Pada Object Oriented Programming (OOP) dengan Pemrograman PHP

Inheritance atau pewarisan adalah suatu cara untuk membuat sebuah kelas yang baru dengan menggunakan kelas lain yang sebelumnya sudah dibuat. Pada hubungan inheritance, sebuah class turunan mewarisi kelas leluhur (parent class). mewarisi, maka semua atribut dan method class dari induk akan dibawa (kecuali  yang bersifat private), secara intrinsik menjadi bagian dari class anak. keuntungan yang didapat dari inheritance menambah fitur baru pada kelas anak dan mengubah atau mengganti fitur yang diwarisi dari kelas parent

berikut contoh dengan php :

<?php  
/* inheritance.php */  
class Bapak {  
  private $nama = "Bapak";  
  
  function Bapak($n) {  
    $this->nama = $n;  
  }  
  
  function Hallo() {  
    echo "Halo, saya $this->nama <br>";  
  }  
}  
  
class Anak extends Bapak {  
  function Hai(){  
    echo "hai dari kelas anak";  
  }  
}  
  
$test = new Anak("Anak dari Bapak");  
$test->Hallo();  
$test->Hai();  
?>

Hasil :

Halo, saya Anak dari Bapak 
 hai dari kelas anak

Continue reading

Pemrograman Web II : PHP & Object Oriented Programming (OOP)

PHP & Object Oriented Programming (OOP)

Tujuan :

  1. Memahami Pemrograman OOP dengan menggunakan PHP
  2. Mampu mengimplementasikan Pembuatan Class, Object, Inheritance dan Method

Syarat utama untuk menguasai CodeIgniter adalah memahami PHP dan konsep Object Oriented Programming. Pada bab ini kita akan membahas sedikit mengenai PHP dan OOP.

Apa sih Object Oriented Programming (OOP)?

Object Oriented Programming (OOP) merupakan paradigma pemrograman yang berorientasikan kepada obyek. Semua data dan fungsi pada paradigma ini dibungkus dalam kelas-kelas atau obyek-obyek. Bandingkan dengan logika pemrograman terstruktur, setiap obyek dapat menerima pesan, memproses data, dan mengirim pesan ke obyek lainnya. OOP diciptakan untuk mengatasi keterbatasan pada bahasa pemrograman tradisional. Konsep dari OOP sendiri adalah semua pemecahan masalah dibagi ke dalam obyek. Dalam konsep OOP data dan fungsi-fungsi yang akan mengoperasikannya digabungkan menjadi satu kesatuan yang dapat disebut sebagai obyek.

Apa itu Object ? Continue reading