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
Free shortguide on openssl, based on chapter 11 of Bulletproof SSL and TLS. //@devkini

https://www.feistyduck.com/library/openssl-cookbook/
In short, the new Payment Request API in Chrome (and other browsers soon) is just A UI to collect payment information. The data still being submitted to your website for further processing (such as passing it to payment gateway). The only difference is that, instead of showing your own form, you can show standard browser's UI to collect payment data. //@devkini

https://medium.com/dev-channel/addressing-common-misconceptions-about-the-payment-request-api-4d0db51dae75
Gitlab 10 now come with the most sought feature - Issues across multiple repos. This, couple with the built-in CI relatively put them over the edge compared to Github. //@devkini

https://about.gitlab.com/2017/09/22/gitlab-10-0-released/
Great news ! AWS now support SNI on their ALB (Application Load Balancer), which mean we can use single ALB for many applications. //@devkini

Today we’re launching support for multiple TLS/SSL certificates on Application Load Balancers (ALB) using Server Name Indication (SNI). You can now host multiple TLS secured applications, each with its own TLS certificate, behind a single load balancer. In order to use SNI, all you need to do is bind multiple certificates to the same secure listener on your load balancer. ALB will automatically choose the optimal TLS certificate for each client. These new features are provided at no additional charge.


https://aws.amazon.com/blogs/aws/new-application-load-balancer-sni/
4 paradigma pengaturcaraan komputer:-

1. Imperative.
2. Declarative.
3. Object-oriented.
4. Functional.
Forwarded from Kamal
Most of you probably know already of the intel minix story but for the lucky 10k, this the presentation where a google engineer revealed about the Intel 'secret' OS in your CPU.

https://youtu.be/iffTJ1vPCSo?t=199
Forwarded from Afnizanfaizal Abdullah
Forwarded from Ang ChinHan
Work on SQLite4 has concluded. Lessons learned from SQLite4 have been folded into SQLite3 which continues to be actively maintained and developed.

https://news.ycombinator.com/item?id=15648280
Contoh menarik Decentralized App (DApp). Tanpa hosting, tanpa server-side dan tanpa sebarang payment gateway. Pembayaran dilakukan terus melalui ethereum wallet.

Ok, "tanpa hosting" agak menipu sebab website ini masih lagi menggunakan Github Pages. Tapi secara teori, website ini boleh juga dibangunkan di atas platform DAT atau IPFS di mana kandungannya betul-betul dalam rangkaian peer-to-peer (p2p). //@devkini

https://dev.to/mveytsman/ive-seen-the-future-of-the-web-and-its-ethereum-apa
Easily add annotation function to your website. This service provided by hypothes.is. The source code for the whole service available at their github. The backend server was written in #python. //@devkini

https://via.hypothes.is/
You might gave heard about IETF, IEEE and ITU-T but who are them ? What they are doing ?

IETF is an organization under the Internet Society, an NGO originally set up by Vint Cerf and Bon Kahn back in 1992. They are responsible for protocol like IPv4, IPv6, HTTP, SIP etc.

What is RFC ? Read more in this article. //@devkini.

http://www.informit.com/articles/article.aspx?p=21406