Skip to main content

Rand mm 11 nightmare to maintain, DI Java example

Video speaking is much more better than text, it duration, stop, image, voice ... is lost when move to text.
So create an app/tool for simulate or rebuild the speak may be cool.
Tone seem hard to be reproduce, AI can help but can it hear like real one?

https://www.quora.com/Is-Node-js-code-a-nightmare-to-maintain

Some interesting case on context 'this'
https://codeburst.io/all-about-this-and-new-keywords-in-javascript-38039f71780c

https://documenter.getpostman.com/view/1066979/signely/RW1UN2uD?version=latest#8f0d3bd8-33c4-485d-a81d-7f1073475ed9


clone save some microservice poS
socket.io vs RabbitMQ, Kafka ... try.


Oh constant vs define is much more than I think
https://www.linkedin.com/pulse/php-difference-between-define-constant-ankit-vishwakarma/

https://www.quora.com/Amazons-Aurora-has-a-new-storage-engine-What-technology-is-that-storage-engine
https://www.journaldev.com/2394/java-dependency-injection-design-pattern-example-tutorial

https://stackoverflow.com/questions/7137397/module-exports-vs-exports-in-node-js

https://martinfowler.com/bliki/SyntheticMonitoring.html
https://martinfowler.com/articles/qa-in-production.html

^([A-Za-z][A-Ha-hK-Yk-y]?[0-9][A-Za-z0-9]? ?[0-9][A-Za-z]{2}|[Gg][Ii][Rr] ?0[Aa]{2})$
VN postal code seem weird
https://regex101.com/

https://qrius.com/ai-creating-new-future-urban-waste-management/
https://onsen.io
https://flutter.dev
https://topgamingchair.com/squeaky-office-gaming-chair-fix/
https://www.inc.com/wanda-thibodeaux/3-reasons-office-chairs-totally-suck-and-4-fun-alternatives-to-use-instead.html

https://developer.ibm.com/articles/ws-restful/

Comments

Popular posts from this blog

Rand mm 10

https://stackoverflow.com/questions/2447791/define-vs-const Oh const vs define, many time I got unexpected interview question. As this one, I do not know much or try to study this. My work flow, and I believe of many programmer is that search topic only when we have task or job to tackle. We ignore many 'basic', 'fundamental' documents, RTFM is boring. So I think it is a trade off between the two way of study language. And I think there are a bridge or balanced way to extract both advantage of two method. There are some huge issue with programmer like me that prevent we master some technique that take only little time if doing properly. For example, some Red Hat certificate program, lesson, course that I have learned during Collage gave our exceptional useful when it cover almost all topic while working with Linux. I remember it called something like RHEL (RedHat Enterprise Linux) Certificate... I think there are many tons of documents, guide n books about Linux bu

Martin Fowler - Software Architecture - Making Architecture matter

  https://martinfowler.com/architecture/ One can appreciate the point of this presentation when one's sense of code smell is trained, functional and utilized. Those controlling the budget as well as developer leads should understand the design stamina hypothesis, so that the appropriate focus and priority is given to internal quality - otherwise pay a high price soon. Andrew Farrell 8 months ago I love that he was able to give an important lesson on the “How?” of software architecture at the very end: delegate decisions to those with the time to focus on them. Very nice and straight-forward talk about the value of software architecture For me, architecture is the distribution of complexity in a system. And also, how subsystems communicate with each other. A battle between craftmanship and the economics and economics always win... https://hackernoon.com/applying-clean-architecture-on-web-application-with-modular-pattern-7b11f1b89011 1. Independent of Frameworks 2. Testable 3. Indepe