Phoenix Framework Pt. 3
The routes of the application are defined within the lib/hello_web/router.ex
file. In this file, look for the following code snippet.
Technology, Politics, and Folk Literature
The routes of the application are defined within the lib/hello_web/router.ex
file. In this file, look for the following code snippet.
In this article, I am going to briefly explain to you the purpose of a few files and folders present in this hello
Phoenix project. This will be brief. Because, as you start to become familiar with Phoenix projects, it will become second nature to you.
This article assumes that you already know Elixir programming language. Further, following are the software you have on your computer.
This is the first article in a series where we are going to build a simple back-end application in Hono in Node.js environment.
I suggest PostgreSQL when someone asks for the recommendation on what database one should use. I use PostgreSQL when I am learning or building something in a new web framework or library. I use PostgreSQL when I want to experiment with databases. PostgreSQL is the default choice for me in most of the cases.
This is the third article in the series. You can read the second one at this link.
This is the second article in the series. You can read the first one at this link.
Complexity never eliminate,
it just move from one place to another.
Going forward with learning, defvar
is used to define variables. Continue with the last program written in hello.lisp
. Here is how we can define the hello, world
program again with variables.
In my free time (which I have very little), Iām learning the Lisp programming language. After doing some search, I decided to go with Common Lisp and installed SBCL.