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
Biggest challenge in software development #devkini
Lelaki ini telah menyenaraikan satu ‘study plan’ yang lengkap untuk subjek Sains Komputer bagi mereka yang ingin mendapatkan pekerjaan sebagai Software Engineer. Ini apa yang dia cakap:-

I originally created this as a short to-do list of study topics for becoming a software engineer, but it grew to the large list you see today. After going through this study plan, I got hired as a Software Development Engineer at Amazon! You probably won’t have to study as much as I did. Anyway, everything you need is here.


http://k4ml.me/nasihat-graduan-sains-komputer-it/
A democratic way of software development

Experts believe that young developers often get attracted towards open source due to its democratic nature.
..
.
“Young developers are biased towards action,” says Monojit Basu, founder and director, TechYugadi IT Solutions and Consulting. “Open source enables them to jump into coding and developing solutions faster. They do not wait for training – they scan the source code or tap into the always-awake developer community,” he adds. //@devkini

http://opensourceforu.com/2017/02/rise-open-source-in-india/
How many IP address Google has ?

It turn out (using this script), Google is controlling 200K++ public IP address on the Internet:-

$ total=0

for slash in $(dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | grep '^ip4:' | cut -d '/' -f 2); do

  total=$((total+$(echo "2^(32-$slash)" | bc -l)))

done

echo $total


What does it give us? 239,616. //@devkini

UPDATE:

Above not entirely correct as if we look at their BGP announcement, the number of IPs originating from them is much larger than that.

http://snurps.blogspot.sg/2013/10/how-many-ip-addresses-does-google-have.html
Heads up ! The previous post not entirely correct, as if we look at their BGP announcement, the number of IPs originating from them is much larger than that. We're sorry for the mis-information.
Forwarded from Jacob
Hi Admin, pls help to post this message in the channel for the subscribers. Thanks.

Want to know more about Artificial Intelligence & Deep learning or how to develop with AI & DL tools??

Check this out those of you who missed the recent Nvidia Deep Learning training in April, its back again on May 3rd!
Details here ---> https://dli_adax.eventbrite.com/
Pakej all-in-one untuk email server yang lengkap. Ia memudahkan untuk anda deploy email server sendiri. Mengandungi postfix, roundcube (webmail), spam filtering, SPF/DKIM setup, duplicity backup dan beberapa fungsi tambahan lain.

Mailinabox adalah open source software di bawah CCO license.

Komen/feedback, atau ada sesuatu yang menarik untuk dikongsi ? Mesej @devkiniadmin.

https://mailinabox.email/
Google Progressive Web App (PWA) free online course - https://developers.google.com/web/ilt/pwa/.

Komen/feedback ==> @devkiniadmin, Join @devkini for software dev info.
Hampir sama fungsi dengan mailinabox - pakej lengkap email server tapi yang ni berasaskan docker. //@devkini

Mailu is a simple yet full-featured mail server as a set of Docker images. It is free software (both as in free beer and as in free speech), open to suggestions and external contributions. The project aims at providing people with an easily setup, easily maintained and full-featured mail server while not shipping proprietary software nor unrelated features often found in popular groupware.


https://mailu.io/
Cabaran membina chatbot oleh AWS //@devkini


Submit your bot on AWSChatbot2017.Devpost.com before July 18, 2017 at 5pm ET and share access to your bot, its Github repo and its deployment files.


https://aws.amazon.com/events/chatbot-challenge/
PHP equivalent of Python if __name__ == '__main__' check
MOSCMY 2017 bermula hari ini di UKM Bangi. Ikuti live update melalui channel ini.
Julian Gordon from Linux Foundation on Hyperledger
Open source in banking. No core banking oss yet. OSS chances are in databases and ecosystem support.
Asterisk used in one local bank to automate the call center.