I realized this artbook to help and incite other artists. I wanted it to be useful and enjoyable to read.
So, among a collection of drawings and illustrations, some of which are unreleased images and previews, you will find my tricks on crucial topics on which -I bet- you lost your sleep at least once.
Translation by Elena Garbugli.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 134),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 134),0)
)
ORDER BY date, id