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
Forwarded from Lokman Azli
Assalamualaikum dan selamat pagi. Admin mohon iklan sekejap.

Any junior system developer or fresh graduates looking for work in JB? Send your resume and portfolio to hello@infinitelogix.com.my

Infinite Logix is in the business of Managed Services and System Development based in Setia Tropika, Johor Bahru, Johor. We are currently looking for talents and we love grooming our talent :)

Why do you want to work with us:
* We have a small and tight team and you get to with the CEO directly!
* Our pay is fair but we do share the wealth in every project!
* We love coaching! So you don't have to scratch your head by yourselves! Let us scratch it with you!
* You can experience the whole cycle, from meeting with clients for requirement, coding to post-implementation support

What we look in our talent: -
* An attitude to learn and self-motivated
* A good time manager
* A good understanding of OOP
* Having good understanding and experience (individually, in school or at work) of at least one (1) programming or scripting language preferably PHP & JavaScript.
Convert raw HTTP requests to an equivalent curl command. //@devkini

https://daniel.haxx.se/blog/2017/08/30/easier-http-requests-with-h2c/
Easily upload text file (like log or code snippet) from command line. //@devkini

https://transfer.sh/
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.