The #1 Blog For Software & Web Developers. Free Tutorials, Tips, Tricks and Learning Resources. (more…)
Read more »
Dependency injection is about removing the hard coded dependencies and providing way of changing dependencies in compile-time or run-time. This pattern has been exercised in several frameworks like Spring(Java). It is also becoming popular in JavaScript c...
Read more »
shell script replacement; write shell scripts in js instead of bash, then run them with a single statically-linked file - GitHub - suchipi/yavascript: shell script replacement; write shell scripts ... (more…)
Read more »
⚗ Mind-elixir is a framework agnostic mind map core. - GitHub - ssshooter/mind-elixir-core: ⚗ Mind-elixir is a framework agnostic mind map core. (more…)
Read more »
It comes as a surprise to many programmers that it is possible to
express a "recursive" function like factorial without using recursion
or iteration.
(more…)
Read more »