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
Speaking of new courses with Google, I’d like to introduce you to seven of them, all of which are… wait for it … wait for it … free!

You read that right, all of this value, at no cost to you! Now, some of these courses are PART of a Nanodegree program, but they’re also accessible for free. We’re going to take a closer look at each of these courses, but just in case you’re ready to jump in and start learning right now, here’s the linked list:

Get Your Startup Started
Scalable Microservices with Kubernetes
Monetize Your Android App with Ads
A/B Testing
Web Tooling & Automation
Building High Conversion Web Forms
Offline Web Applications

http://blog.udacity.com/2016/05/7-courses-built-with-google-all-for-free.html
POC login with Telegram - http://k4ml.me/login-with-telegram/
Python web app that convert to ReactJS application for dynamic and reactive user interface. //@devkini

https://medium.com/@plotlygraphs/introducing-dash-5ecf7191b503
From Kevin Scott, CTO at Microsoft, and previously SVP Engineering at Linkedin.

Advice for a reader: getting started in computer science.

https://www.linkedin.com/pulse/advice-reader-getting-started-computer-science-kevin-scott
Pycon APAC (26 - 27 August next month) subsidized ticket has been sold out ! You can check all the attendees that are going and see if any of you friends, or person you really want to meet is going to be there here - http://peatix.com/event/238707/attendees

Don't miss them out ( I mean the conference ;)) The standard ticket still available.
Website ini menjawab lebih 20 soalan kenapa anda perlu menggunakan HTTPS untuk laman web anda. #devkini #caddy

https://doesmysiteneedhttps.com/
Python 3 support is coming ! #odoo #ama
Odoo runbot is impressive. Every PR can be tested with separate Odoo installation with just a click ! #odoo #ama

http://odoo-development.readthedocs.io/en/latest/ci/runbot.html
One step away from having automatic https in apache ! #ssl #letsencrypt
Exploring the basics of computer science, every Monday, for a year. //@devkini

https://medium.com/basecs
Don't have any plan for this weekend ? Maybe you can try playing around with AWS Mobile Hub, a web based configurator to build mobile application using AWS services for the backend.

The configurator will generate source code that can be loaded into Android Studio or Xcode. If you're a fan of Ionic or React Native, there's also starter project that you can grab from Github. #serverless #microservices #mobile

Join @devkini for interesting and relevant news on software development.

https://www.slideshare.net/AmazonWebServices/aws-mobile-hub-building-mobile-apps-with-aws
Temubual dengan keynote speaker Pycon APAC 2017, Jessica McKellar di radio BFM esok.

Jessica is a startup founder, software engineer, and open source developer living in San Francisco, California. She's also known for her work in Twisted Python networking library. //@devkini

https://pycon.my/2017/07/28/pycon-apac-2017-interviews-on-bfm-89-9/
Just some heads up, we'll also have RubyConf MY at MAGIC, Cyberjaya on 12 - 13 OCTOBER 2017. Checkout http://rubyconf.my/ for more details.
HTTP2 just landed in nodejs core. Excerpt from the commit messages:-

At long last: The initial *experimental* implementation of HTTP/2.

This is an accumulation of the work that has been done in the nodejs/http2 repository, squashed down to a couple of commits. The original commit history has been preserved in the nodejs/http2 repository.

This PR introduces the nghttp2 C library as a new dependency. This library provides the majority of the HTTP/2 protocol implementation, with the rest of the code here providing the mapping of the library into a usable JS API.

Within src, a handful of new node_http2_*.c and node_http2_*.h files are introduced. These provide the internal mechanisms that interface with nghttp and define the process.binding('http2') interface.

The JS API is defined within internal/http2/*.js.

There are two APIs provided: Core and Compat.

The Core API is HTTP/2 specific and is designed to be as minimal and asefficient as possible.

The Compat API is intended to be as close to the existing HTTP/1 API as possible, with some exceptions.

Tests, documentation and initial benchmarks are included.

The http2 module is gated by a new --expose-http2 command line flag. When used, require('http2') will be exposed to users. Note that there's an existing http2 module on npm that would be impacted by the introduction of this module, which is the main reason for gating this behind a flag.

When using require('http2') the first time, a process warning will be emitted indicating that an experimental feature is being used.

//@devkini

https://github.com/nodejs/node/commit/e71e71b5138c3dfee080f4215dd957dc7a6cbdaf