practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
practicalli-john 2020-09-26T11:33:11.021600Z

I've update the code for the project and its much more organised. I've moved older code into its repective 'deprecated' directories (for src and test) to make it easier to navigate the project. All the database code is now in the practicalli.data.* namespaces which are hopefully self explanatory (let me know if that is not the case). https://github.com/practicalli/banking-on-clojure-webapp I'll update the Practicalli WebApps book with the new database designs soon. Then its probably on to connection pools and lifecycle management (oh and fixing the build on the CircleCI server by populating the database for a new environment).

practicalli-john 2020-09-26T15:13:48.024200Z

MAJOR CHANGES: practicalli/clojure-deps-edn has been updated to support the new features recommends using https://clojure.org/guides/getting_started version 1.10.1.697 or later. There is an explination of the new flags along with numerous examples of calling the aliases with the -M flags (and -X flag where supported) Aliases are now qualified keywords, which is recommended in general for using keywords in Clojure. Use the classic-aliases tag for the last version of this repository before these changes https://github.com/practicalli/clojure-deps-edn