Some tiny updates are done of the page "About Annice".
Welcome to the latest version of Annice.se! This website is created by me, Annice, and can be considered a web portfolio I am running as a hobby project.
Here you can find different stuff I have done concerning web development and digital creation. Some of the material here is free for you to download for personal use. If you are not sure what you can use from here, you can just ask me via email.
A few new photos are now available on the page Digital photography. Most of the pictures are taken during my vacation this summer with the exception of the first one taken this fall. Moreover, the pictures are taken with my cell phone - Huawei P30 Pro (...)
Yesterday I was at Halloween at Liseberg. The first thing we rode was Helix (see video).
Did I mention that I'm almost 40? And that I've not ridden roller coasters for about 15 years?
Well, at least the body and vocal cords are starting to recover now...
& (...)
I have uploaded a few new photos on the page Digital photography. Or they're not really new; I took them quite a long time ago but I haven't uploaded them here until now.
Anyhow, all pictures are taken with my mobile phone, Huawei P30 Pro
Yesterday I finally got to experience them LIVE at Trädgår'n here in Gothenburg, and a youthful dream came true.
I may be an omnivore within music, but there are few sound loops that have conveyed such euphoric feelings like theirs'. They have really ment so much for me through (...)
In my current profession working as a system integration developer I mainly work with PHP as a server language.
Moreover, we work on Mac computers with Linux based file systems through terminals on a daily basis.
In this post, I have just listed a few handy Linux commands.
When building web pages with PHP based on the Symfony framework, you can easily integrate with database tables using the EntityManagerInterface with Doctrine ORM (Object Relational Mapper) along with generated entity classes. Depending on the used table structure (...)
Cookies are commonly used in web development contexts, e.g. to remember a specific user login by having a cookie created based on a logged in user ID. However, cookie values saved in browsers means that anybody can view their actual values by inspecting the web browsers' elements.
For sec (...)
Docker is a powerful tool to virtualize an operating system and different techniques by separated, independent services and containers, which in turn are based on one or many Docker images.
In other words, a Docker image can be created with e.g. Ubuntu as a virtual OS base, which in turn (...)
Applications based on the MVC pattern (Model-View-Controller) use controller classes as an interaction layer between a view and a model layer. Moreover, the purpose with entity/object classes and their properties in the model layer is to reflect the database tables and their colu (...)
When I started re-building Annice.se based on PHP with Symfony, I was hoping that PHP would have some equivalent to Lambda expressions with
I have now upgraded the C# script "Blog System 2.0" to version 2.2. The new script "Blog System 2.2" is also availble to download from the script page.
From now on, the script ensures that anonymous users cannot navigate to an entry ID (...)
Annice.se is now completely rebuilt, meaning that at the time of writing it is based on the web application language PHP 7.4 with Symfony 5.1.8. (...)
An upgraded version of the PHP script "REST API JWT Auth" is now available on the script page as version 1.2.
The script is a small system integration script built in HTML5, CSS3, JavaScript, PHP and MySQL. Moreover, the system integrat (...)
I have now upgraded and uploaded a cross-platform version of the former C# script "Blogsystem 1.0", which is now available to download completely free as "BlogSystem 2.0" on the script page.
The script is a database driven blog system b (...)
A new C# script is now available on the script page called "Visitor Statistics 1.0".
This script can be used to register visit data of an application to view information such as visitors' IP addresses, hosts, agents, visit times, refere (...)
I have now fixed a bug that made the contact form unreliable since emails were not always sent due to a malfunctioning SMTP server. However, I have now replaced the SMTP server to ensure emails reach my inbox from now on!
A new multi-user role login system based on C# ASP.NET Core Identity and Entity Framework Core is now available on the script page named "IdentityLoginSystem 1.0".
A new C# ASP.NET Core integration script called "REST API JWT Auth 1.0" is now available on the script page.
I have now uploaded a couple of photos which are available on the page: Digital photography
A new C# script named "MvcNews 1.0" is now available on the script page.