-
Recent Posts
Archives
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- March 2021
- February 2021
- January 2021
- December 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- May 2019
- April 2019
- March 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- December 2017
- October 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- May 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
Categories
Meta
Category Archives: Coding
MacBook new checklist
Some steps to prepare before buying MacBook laptop, and right after it (general check/setup): * General information, hardware info: + Top-Left icon -> About this Mac -> System Report * Check serial number, manufacture date, battery power, charger: + checkcoverage.apple.com … Continue reading
Posted in Coding, Linux, Marketing, Top5
Leave a comment
DualBoot Ubuntu Win 10
Chuẩn bị + USB dung lượng ít nhất 2GB, nên clear sạch dữ liệu để format thành USB boot + Rufus : phần mềm flash USB để tạo bootable USB với ISO là Ubuntu Linux image. Có thể dùng Universal-USB-Installer hoặc UNetbootin thay … Continue reading
Git pull all
(targeted audiences: developers/coders/programmers) Git projects are typically small and we may have multiple projects on a workspace. Hence sometimes we have 8+ projects on the workspace it may be tedious to update git pull manually. And we don’t have “parent project” … Continue reading
Posted in Coding, Skill
2 Comments
Grep Sed Awk
(Edited: bài viết từ cuối 2011 – ID:110 – draft state bấm nhầm publish lỡ rồi thôi) Grep Tìm các dòng chứa chuỗi chuoi trong 1 files: $ grep “chuoi” ten_file . Tìm các dòng chứa chuỗi chuoi trong … Continue reading
Posted in Coding, Linux
Leave a comment
Not A Number
Khi lập trình với JavaScript, có nhiều bạn khá thú vị với toán tử so trùng (===) , và thường ưu tiên hơn toán tử so sánh tương đương (==) . Đây cũng là 1 điều được đề … Continue reading
Posted in Coding, Feeling
4 Comments
Oracle JavaSE alternatives
Oracle used to have very good sales strategies, for instance it has early investment for Linux database markets, which proves to be a brilliant idea and helps Oracle gain a lot of reputation (later on Oracle DB is well known … Continue reading
Posted in Coding, Feeling, Marketing
3 Comments
ConnectionPool Java
Top 5 Java libraries for Connection Pool of JDBC 1/ Hikari CP 2/ Vibur CP 3/ Bone CP (deprecated) 4/ c3p0 5/ Tomcat JDBC Pool Runner-up: Apache commons DBCP ./.
Posted in Coding, Top5
Leave a comment
API mock servers
Top 5 API mock servers (NodeJS is dominating since it is easy to setup and it can handle IO well) ApiMocker Canned Dyson MockApiServer JsonServer . Runner-Up Wiremock . Honorable mentions Mockable Mocky ConnectApiMocker JsonPlaceHolder HttpStubServer … Continue reading
Posted in Coding, Top5
Leave a comment
Coding online run
Top 5 websites to run code online (note: JavaScript already has dedicated article here): (ranked by ducquoc.wordpress.com) RexTester.com REPL.it CodePad.remoteinterview.io IDEOne.com CodeChef.com . Runner-up TIO.run . Honorable mentions https://www.jdoodle.com http://codepad.org https://c9.io/ (acquired by Amazon -> AWS Cloud9) http://coderpad.io … Continue reading
GeoCode VN Design
Thiết kế cơ bản cho các địa chỉ (số nhà, khu/ấp/xóm/xã) VN. Lẽ ra nên gọi là StreetAddress, nhưng sẽ hướng tới conversion StreetAddress chuyển qua lại Geographic Coordinates (vĩ độ & kinh độ – LatitudeLongitude). . Criteria + Simplicity … Continue reading
Posted in Coding, Skill
Leave a comment