Arttu Kangas

Results 5 issues of Arttu Kangas

In the part where it teaches you to use w, e and b, it says b moves the cursor to the "beginning of the word". I think it's missing the...

## Description I work with a table that has a column named **type** If I write a query like: SELECT type, name, id FROM table; Then after typing the column...

Hi, I'm using this font, I installed it for ubuntu with `apt-get install fonts-mononoki` Here's how it displays backticks: ![image](https://github.com/madmalik/mononoki/assets/46905824/a03006a3-f65d-474b-8783-ab7bb29591f3) Thats logger.info(`Server running on port ${PORT}`) So the backticks don't...

I'm using sequelize and I have a `models/index.js` which does this: ``` import { Car } from './car.js' import { Bike } from './bike.js' // ... defining sequelize relations here...

At the end of https://devopswithkubernetes.com/part-1/3-introduction-to-networking Exericse 1.09 > Develop a second application that simply responds with "pong 0" to a GET request and increases a counter (the 0) so that...