DevKini
265 subscribers
40 photos
5 files
559 links
Info and Updates on software development and general computing.

Info dan maklumat terkini berkaitan pembangunan perisian, programming serta IT/Komputer secara umum.

Untuk sebarang maklum balas, boleh hubungi @devkiniadmin.
Download Telegram
Functional reactive programming (FRP) is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of functional programming (e.g. map, reduce, filter). FRP has been used for programming graphical user interfaces (GUIs), robotics, and music, aiming to simplify these problems by explicitly modeling time. #react

https://en.wikipedia.org/wiki/Functional_reactive_programming
Elm adalah bahasa pengaturcaraan functional untuk membina frontend UI untuk browser. Secara mudah, code Elm akan dikompil kepada html, javascript dan css. Ini berbeza dengan kaedah biasa di mana developer akan menulis HTML/CSS dan javascript secara berasingan.

Kaedah yang digunakan Elm ini mungkin sama dengan GWT (Google Web Toolkit) suatu masa dulu. Selain itu Elm juga mengamalkan paradigma FRP - Functional Reactive Programming (rujuk post sebelum ini).

Komen/feedback @devkinibot.

http://elm-lang.org/
http://futurice.com/blog/elm-in-the-real-world
An open-source, Kubernetes-based PaaS built in Python and Go.

Komen/feedback @devkinibot.

http://www.kelproject.com/
Apakah nodejs sudah menyokong ES2015 ? Website ini mempunyai senarai lengkap features ES2015 yang sudah pun disokong oleh nodejs.

Code berikut contohnya, boleh dijalankan oleh node v4 lagi:-

"use strict";


class User {


}


var user = new User;

console.log(user);


Sokongan ES2015 dalam nodejs dibahagikan kepada 3:-

1. Shipping.
2. Staged - perlu enable dgn run node --harmony.
3. In progress

Jika anda mempunyai sebarang komen, boleh hantarkan melalui @devkinibot.

http://node.green/
https://nodejs.org/en/docs/es6/
Forwarded from Kamal
Open source computer program in 1970 from DECUS - Digital Equipment Computer User Society, antara komuniti yang aktif pada masa itu berkongsi program komputer (source code) secara terbuka.

Hantar komen melalui @devkinibot.

http://ferretronix.com/march/vcf_2012/gesswein_paper_tape_29.jpg
App Store for website. Macam koleksi widget untuk website. Install dgn hanya embed javascript tag seperti:-

<script src="//fast.eager.io/9Nvw73SHUf.js"></script>


- @devkinibot

https://eager.io/install
Nodejs REST framework - https://loopback.io/
Interested to work in Tokyo ? Meet them in the upcoming PyconMY this August at Universiti Malaya (UM). Please share it with your friends. //@devkinibot

*********************************************
Offers internship position providing opportunities for student to experience practical application development skill using mostly Python/Golang/Erlang. Also, this internship position will provide opportunities to develop application by using Amazon Web Services/Google App Engine. Conversations in the office will be done in English, so that Japanese communication skill is NOT required. The internship will be within the Cloud Product Development division of HDE, Inc. located in Tokyo, Japan.

https://pycon.my/2016/07/04/global-internship-program-by-hde/
Static hosting - https://www.pubstorm.com/
Another static hosting is Netlify - https://www.netlify.com/
Forwarded from Deleted Account
Salam,
Saya memerlukan 5 orang. Net programmer selama 6 bulan bermula dari Aug 2016 hingga Jan 2017 dgn kadar segera.
Gaji diantara 3k-5k sebulan bergantung kepada pengalaman. Berkerja 5hari seminggu on site di Cyberjaya.

Siapa berminat sila hubungi saya menerusi email di azrul.azmi@simionsglobal.com
Atau hantar resume ke career@simionsglobal.com

Sekian.
Terima kasih.

Tolong forward kepada kawan2 yg mencari kerja.
three.js is a JavaScript 3D Library which makes WebGL simpler. //@devkinibot

https://lucasmajerowicz.github.io/threejs-mvc-example/app/