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
Anjana Vakil shared her experiences with Outreachy program - http://vakila.github.io/blog/outreachy-what-how-why/ //@devkinibot
Anjana Vakil, an English teacher turned software developer talk about functional programming in JavaScript.

Got programming/software development related question ? Feel free to ask @devkinibot !

https://www.youtube.com/watch?list=PL37ZVnwpeshGgaWeK9oFRPIjrLSo8mm6b&v=e-5obm1G_FY
Forwarded from π–£“πŸ…‚πŸ„°πŸ„»πŸ…ΈπŸ…ΌπŸ„°πŸ„½π–£“
Intel multi-engin using java πŸ€”

https://software.intel.com/en-us/multi-os-engine
✳️ #devterm today

Regression - Bug yang sudah dibetulkan tapi muncul kembali akibat perubahan baru pada code. Antara fungsi utama automated tests adalah untuk mengelakkan regression daripada berlaku.

Feel free to ask @devkinibot for any software dev related questions.
Forwarded from PacktPub Free Learning
Today free book is out!
Mastering Python Regular Expressions
https://www.packtpub.com/packt/offers/free-learning
There's no need for your mobile app connecting to your own backend service to depend on CA for SSL verification. Create your own self-signed cert at the backend service and then verify it in your mobile app and you're free from CA. //@devkinibot

https://moxie.org/blog/authenticity-is-broken-in-ssl-but-your-app-ha/
Show logs for current branch only:-

git log master.. # OR

git log origin/master..


#git //@devkinibot
How to delete remote git tags ?

git tag -d release-1.45
git push origin :refs/tags/release-1.45


//@devkinibot
Forwarded from Fathur
Forwarded from Fathur
Need trainer for no 2 and no 4
Learn the fundamentals ! //@devkinibot
Python script to download a webpage into single HTML file. All CSS, JS and images are embedded into the html file. Images are converted to base64 encoding for embedding. In other word, better than wget where you will have multiple files and folder.

https://github.com/zTrix/webpage2html
Broken pipe