Skip to content

Commit

Permalink
fix: update clojure-web-services url
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 21, 2024
1 parent c55041c commit 339f52e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/posts/clojurists-together/2020-July-16-31.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Add anchors to all sub-headings across all books, making content easier to navig
<!-- more -->

## Practicalli Clojure WebApp
Started a section on [Application servers](https://practical.li/clojure-webapps/app-servers/), covering approaches to server configuration and server start/stop/reload.
Started a section on [Application servers](https://practical.li/clojure-web-services/app-servers/), covering approaches to server configuration and server start/stop/reload.

Started a section on Databases that will initially cover H2 and Postgresql relational databases, using Sql with next.jdbc

Created Banking on Clojure WebApp content for the live broadcasts and book. The project uses CircleCI for continuous integration and Heroku pipelines for deployment to staging and production.


## Practicalli Clojure
Configure REPL startup using `dev/user.clj` file and `:dev` alias in practicalli/clojure-deps-edn configuration. Added examples of [requiring namespaces and starting component lifecycle services at REPL starup](http://practicalli.github.io/clojure/clojure-tools/configure-repl-startup.html) added to Practicalli Clojure book.
Configure REPL startup using `dev/user.clj` file and `:dev` alias in practicalli/clojure-deps-edn configuration. Added examples of [requiring namespaces and starting component lifecycle services at REPL starup](http://practical.li/clojure/clojure-tools/configure-repl-startup.html) added to Practicalli Clojure book.

Add section on [data browser tools](https://practical.li/clojure/data-inspector/), extending REBL and Clojure Inspector with new projects Reveal and Portal.

Expand Down
16 changes: 8 additions & 8 deletions docs/posts/clojurists-together/2020-September-01-15.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Next steps will be to use Clojure spec for generative testing with the database,


## Practicalli WebApps
Updated sections on [H2 Database](https://practical.li/clojure-webapps/relational-databases-and-sql/h2-database/) and Banking on Clojure

- [Design and Create Database Tables](https://practical.li/clojure-webapps/projects/banking-on-clojure/database-tables.html)
- [Defining Database Queries - different approaches](https://practical.li/clojure-webapps/projects/banking-on-clojure/database-queries.html)
- [Create database records](https://practical.li/clojure-webapps/projects/banking-on-clojure/create-records.html)
- [Read Database Records](https://practical.li/clojure-webapps/projects/banking-on-clojure/read-records.html)
- [Update Records in the database](https://practical.li/clojure-webapps/projects/banking-on-clojure/update-records.html)
- [Delete Records in the database](https://practical.li/clojure-webapps/projects/banking-on-clojure/delete-records.html)
Updated sections on [H2 Database](https://practical.li/clojure-web-services/relational-databases-and-sql/h2-database/) and Banking on Clojure

- [Design and Create Database Tables](https://practical.li/clojure-web-services/projects/banking-on-clojure/database-tables.html)
- [Defining Database Queries - different approaches](https://practical.li/clojure-web-services/projects/banking-on-clojure/database-queries.html)
- [Create database records](https://practical.li/clojure-web-services/projects/banking-on-clojure/create-records.html)
- [Read Database Records](https://practical.li/clojure-web-services/projects/banking-on-clojure/read-records.html)
- [Update Records in the database](https://practical.li/clojure-web-services/projects/banking-on-clojure/update-records.html)
- [Delete Records in the database](https://practical.li/clojure-web-services/projects/banking-on-clojure/delete-records.html)


## Practicalli Clojure
Expand Down

0 comments on commit 339f52e

Please sign in to comment.