There's no way CSS changes could break the db, right ... ? Or is it ... 🤔🤔
https://blog.bitbucket.org/2016/10/06/safer-branching/
https://blog.bitbucket.org/2016/10/06/safer-branching/
Bitbucket
Safer branching - Bitbucket
Try Bitbucket Pipelines
Forwarded from Amree Zaid
Booster.com is still looking for junior/mid/senior Ruby on Rails developer. You don't have to be a Ruby on Rails developer for the senior level as long as you have the attitude and willing to learn Ruby on Rails. Some of the benefits:
* Team lunch/catered lunch on Tuesday/team activities and others
* Working remotely is allowed if you need to be at somewhere else (but not everyday)
* Macbook Pro + Apple Monitor will be provided the moment you start working
* Competitive salary
Some pictures:
* [Photos: How Booster’s office in Malaysia inspires staff to become superheroes | Human Resources Online](http://www.humanresourcesonline.net/photos-boosters-office-malaysia-inspires-staff-become-superheroes/)
* https://www.glassdoor.com/Overview/Working-at-Booster-LLC-EI_IE770150.11,22.htm
You’ll be working at Midvalley’s office. If you’re interested, message me for details or contact our manager wsalim@booster.com directly.
* Team lunch/catered lunch on Tuesday/team activities and others
* Working remotely is allowed if you need to be at somewhere else (but not everyday)
* Macbook Pro + Apple Monitor will be provided the moment you start working
* Competitive salary
Some pictures:
* [Photos: How Booster’s office in Malaysia inspires staff to become superheroes | Human Resources Online](http://www.humanresourcesonline.net/photos-boosters-office-malaysia-inspires-staff-become-superheroes/)
* https://www.glassdoor.com/Overview/Working-at-Booster-LLC-EI_IE770150.11,22.htm
You’ll be working at Midvalley’s office. If you’re interested, message me for details or contact our manager wsalim@booster.com directly.
Customink
Custom Ink Fundraising
A Custom Ink Fundraising campaign is a fast, easy way to rally support and raise money for your group, cause or project by selling custom t-shirts online.
Di Malaysia, Telekom Malaysia menghentikan perkhidmatan telegram mereka pada 1 July 2012. Beberapa negara, termasuk US dan Rusia masih mempunyai perkhidmatan telegram.
http://www.theatlantic.com/technology/archive/2016/01/rip-stop-telegrams/425136/
http://www.theatlantic.com/technology/archive/2016/01/rip-stop-telegrams/425136/
The Atlantic
I Tried to Send a Telegram in 2016
It didn't work.
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
https://github.com/arachnys/cabot
https://github.com/arachnys/cabot
GitHub
GitHub - arachnys/cabot: Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty - arachnys/cabot
MariaDB adalah full fork kepada MySQL selepas diambil alih oleh Oracle. Manakala Percona bermula dengan penambahbaikan kepada Innodb engine. Sehingga kini Percona masih kekal rapat dengan MySQL, dengan version number yang sama.
For the TL,DR summary: MariaDB is better for advanced features, the latest security and adapting to new tech. Percona excels at database performance and diagnostics. Either one will put you in good company with cutting edge technology firms around the world.
https://blog.appdynamics.com/database/what-you-need-to-know-about-the-mariadb-percona-forks-of-mysql/
For the TL,DR summary: MariaDB is better for advanced features, the latest security and adapting to new tech. Percona excels at database performance and diagnostics. Either one will put you in good company with cutting edge technology firms around the world.
https://blog.appdynamics.com/database/what-you-need-to-know-about-the-mariadb-percona-forks-of-mysql/
Application Performance Monitoring Blog | AppDynamics
What You Need to Know About the MariaDB & Percona Forks of MySQL | Blog | AppDynamics
Find out everything you need to know about the MySQL solutions - MariaDB and Percona.
From casual contributor to full time employee, the benefit of open source involvement.
https://hackernoon.com/benefits-of-contributing-to-open-source-2c97b6f529e9#.abd9o21wp
https://hackernoon.com/benefits-of-contributing-to-open-source-2c97b6f529e9#.abd9o21wp
Hacker Noon
Benefits of Contributing to Open Source
Benefits of Contributing to Open Source. Last month, I started contributing regularly to open source (GitLab) for the first time. It has been a blast so far and I highly recommend…
Ingin menulis berkaitan software development ? Boleh hantarkan kepada @devkiniadmin utk diterbitkan di laman web kami. Atau submit Pull Request melalui github - https://github.com/devkini/devkini.xyz/.
Github
GitHub - devkini/devkini.xyz
Contribute to devkini.xyz development by creating an account on GitHub.
.... and this is the data MS Word creates when you write “Hello World.”
https://ia.net/know-how/multichannel-text-processing
https://ia.net/know-how/multichannel-text-processing
ia.net
Multichannel Text Processing | iA
iA offers professional advice in the field of user experience design, marketing and management of digital products. We run UX studios in Tokyo, Zurich and Berlin. To get in touch, just write a short mail to ia@ia.net.
Kamal:
Telegram latest update is just... Wow ! Instant view and Medium like publishing.
https://telegram.org/blog/instant-view
Telegram latest update is just... Wow ! Instant view and Medium like publishing.
https://telegram.org/blog/instant-view
Telegram
Instant View, Telegraph, and Other Goodies
Meet Instant View, a elegant way to view articles with zero pageload time. To try it out, use Telegram version 3.14 to share a link to a Medium post or a TechCrunch article. This will get you an Instant View button that immediately shows a native page, saving…
So with Telegram Instant View, we can now bypass Medium.com block ! Please test and do share your finding with @devkiniadmin.
So this is how the new telegra.ph check if the page editable or not:-
Above will return a json -
So if you want to retain editing right to the page, you should keep the cookies somewhere.
curl -v -d'page_id=abecea2412f5a940c7563' --cookie 'tph_uuid=YBSkL7ESeCvVQWP7S269MIxwrkLgObhKM72vKEnWgQ' https://edit.telegra.ph/check
Above will return a json -
{"can_edit":true} which will be used to show the edit button or not.So if you want to retain editing right to the page, you should keep the cookies somewhere.