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
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
Informit
Standards Organizations | Internet Standards and the IETF | InformIT
First in a monthly series by networking expert Bill Stallings, this column discusses the standards organizations that help to prevent the networking biz from being any more chaotic than necessary.
Programming is for anyone who loves to create, who loves to get out of their comfort zone, and for anyone who loves to improve themselves!
https://medium.com/@lydiahallie/advice-from-a-19-y-o-girl-software-developer-88737bcc6be5
https://medium.com/@lydiahallie/advice-from-a-19-y-o-girl-software-developer-88737bcc6be5
Medium
Advice From A 19 Year Old Girl & Software Developer
Don’t worry, this won’t be one of the I wake up at 4AM every morning and go for a 20km run… -‘inspirational’ posts, that make people feel…
Forwarded from MMMy
This might be useful to some people:
http://crudl.io/
It's like Django Admin but it hooks to an API (either REST or GraphQL) rather than a database/ORM like Django Admin does
http://crudl.io/
It's like Django Admin but it hooks to an API (either REST or GraphQL) rather than a database/ORM like Django Admin does
crudl.io
Prediksi HK : Pusat Bocoran hk - Syair Hk - Paito Hk Lotto - Prediksi Hk Malam Ini.
Dapatkan informasi terlengkap di Platform Prediksi HK malam ini, bocoran angka main, kode syair HK terjitu, dan update Paito HK Lotto terbaru setiap hari secara gratis dan terpercaya.
DevKini
Can flutter be an alternative to react-native ? Skip to 18:39 for some of the cool stuff - hot reload, debug render, stateful hot reload (this is really cool) etc. #reactive #javascript //@devkini https://www.youtube.com/watch?v=prlK_QL_qOA
The Practical Dev
Flutter.io is Ready to go - What I learned 2017-12-03
Do not stop. Jump into flutter android/ios app dev now.
Google will now render your javascript site on their side, making pre-rendering no longer necessary. But as someone who disable javascript by default on my browser, of course I wish website still do pre-rendering so I don't just get a blank page 😂 //@devkini
https://webmasters.googleblog.com/2017/12/rendering-ajax-crawling-pages.html
https://webmasters.googleblog.com/2017/12/rendering-ajax-crawling-pages.html
Official Google Webmaster Central Blog
Rendering AJAX-crawling pages
Official news on crawling and indexing sites for the Google index
DNS over HTTP (DoH) ni menarik. Kalau jadi kenyataan, browser macam Chrome mungkin akan piggy-back dns request melalui www.google.com, bermakna blocking website melalui DNS tidak akan berkesan lagi dan kalau nak block juga, kena turut block www.google.com, yang mana agak mustahil untuk berlaku. //@devkini
https://blog.apnic.net/2017/12/12/internet-protocols-changing/
https://blog.apnic.net/2017/12/12/internet-protocols-changing/
APNIC Blog
Internet protocols are changing | APNIC Blog
Guest Post: Learn about the significant recent changes being made to the core Internet protocols.
Hoping to get more software developers to use its cloud services, IBM Corp. today announced more than 100 packages of software code that can be used to create chatbots, application containers, blockchain applications and more.
https://siliconangle.com/blog/2017/12/11/ibm-courts-developers-ready-use-software-packages-bots/
https://siliconangle.com/blog/2017/12/11/ibm-courts-developers-ready-use-software-packages-bots/
SiliconANGLE
IBM courts developers with ready-to-use software packages for bots and more
Hoping to get more software developers to use its cloud services, IBM Corp. today announced more than 100 packages of software code that can be used to create chatbots, application containers, blockch
Laporan praktikal (Latihan Industri) pelajar universiti - https://github.com/TimvdLippe/internship-report-google.
GitHub
GitHub - TimvdLippe/internship-report-google: The report about my internship at Google on the Polymer team
The report about my internship at Google on the Polymer team - TimvdLippe/internship-report-google
If you have a good programming/software development book you really want to buy but can't afford it, tell us at @devkiniadmin. We'll see what we can do.
Nice explanation on good practice to store password. The author explained it in evolving style, started with just simple hashing to using salt, and then what is HMAC and finally what is key derivation, such as the one that commonly used like PBKDF2, bcrypt and scrypt.
Bonus: There's also link to another article that explain in simple way how shared secret can be exchanged in non-trusted environment using Diffie-Hellman, which is a mechanism used for HTTPS. //@devkini
http://www.blinkingcaret.com/2017/11/15/things-wanted-know-storing-passwords-afraid-ask/
Bonus: There's also link to another article that explain in simple way how shared secret can be exchanged in non-trusted environment using Diffie-Hellman, which is a mechanism used for HTTPS. //@devkini
http://www.blinkingcaret.com/2017/11/15/things-wanted-know-storing-passwords-afraid-ask/
The Blinking Caret
Things you wanted to know about storing passwords but were afraid to ask - The Blinking Caret
The issue of storing passwords securely is often overlooked. This blog post describes how a password can be stored securely even in the event of a breach.
Di sebalik terujaan terhadap bitcoin dan blockchain sepanjang 2017, ini adalah projek-projek lain yang turut sama cuba membina semula decentralized Internet. //@devkini
http://clutchofthedeadhand.com/roundup-2017/
http://clutchofthedeadhand.com/roundup-2017/
Clutch of the Dead Hand
Decentralization Roundup for 2017
2017 has been a stressful year for many, but for those trying to fix the internet, it's been a delightfully hopeful one. Here's my update on how some of those contenders progressed in 2017.
Devkini Weekly is out - https://paper.li/devkini/1462138385#/
paper.li
Things I wish I knew about Terraform before jumping into it
medium.com Before really started exploring this infrastructure-as-code world, I’ve heard a lot of blabbering about Terraform. — Terraform is really easy, you just write some code and *bam!*, there is your infra…
Terraform is an infrastructure as code software by HashiCorp. It allow you to define your whole AWS or Google Cloud platform in a code that will then be executed to build your infrastructure like running up virtual machines instance, defining private network, load balancer, database etc. It can be compared to AWS Cloud Formation.
Infrastructure as Code evolved to solve the problem of environment drift in the release pipeline. Without IaC, teams must maintain the settings of individual deployment environments. Over time, each environment becomes a snowflake, that is, a unique configuration that cannot be reproduced automatically. Inconsistency among environments leads to issues during deployments. With snowflakes, administration and maintenance of infrastructure involves manual processes which were hard to track and contributed to errors.
https://www.visualstudio.com/learn/what-is-infrastructure-as-code/
https://www.visualstudio.com/learn/what-is-infrastructure-as-code/
Visual Studio
What is Infrastructure as Code? | DevOps
Infrastructure as Code (IaC) is the management of infrastructure in a descriptive model, using the same versioning as DevOps team uses for source code.