|
You are here |
www.jennapederson.com | ||
| | | | |
blog.vbang.dk
|
|
| | | | | Once in a while you get introduced to a tool that instantly changes the way you work. For me, mise is one of those tools. | |
| | | | |
jinyuz.dev
|
|
| | | | | So, there was a time when I was only developing applications using Python. And so I found out about virtual environments. And then after a couple of months, I discovered pyenv. It also came to a time I had to work on multiple projects that uses different versions of nodejs and searched something similar so I installed nvm. Then, I was required to work on a Ruby project so I installed rbenv. | |
| | | | |
vxlabs.com
|
|
| | | | | The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the... | |
| | | | |
owehrens.com
|
|
| | | I'm playing around with some web frameworks lately and to see what's in store with Spring 3 MVC (never did too much with it) I gave it a try to see how it handles Ajax. According to ajax simplification announcement it should be possible to get up and running in (almost) no time. We will do a simple web application which will show the current time via Ajax. The directory layout (using maven) should look like this: web.xml | ||