Posts
All the articles I've posted.
-
Create Custom Windows 10 Recovery Option
Step-by-step guide to replacing a factory recovery partition with a custom Windows 10 image using ADK, DISM, diskpart and a bootable Windows PE USB.
#notes #tooling Read -
Access unsecured site in Chrome
A quick tip: type thisisunsafe on the Chrome certificate warning screen to bypass the block and access sites with invalid certificates.
#chrome #notes Read -
Use vscode for java development
Setting up VS Code as a Java IDE with the Java, Spring Boot and Gradle extension packs, plus configuring launch settings and debugging.
#java #springboot #tooling Read -
Encryption and Signing using asymmetric key
A walkthrough of using asymmetric keys with openssl to encrypt messages and sign data, showing the difference between encryption and signing workflows.
#linux #notes #backend Read -
Session filter check user session
Implement a Spring Boot servlet filter backed by Redis session storage that redirects unauthenticated users to the login page.
#java #springboot #backend Read -
Install and set up CentOS 8 in VirtualBox
End-to-end guide installing CentOS 8 in VirtualBox and configuring networking, Java 11, MySQL, MongoDB, Redis, Nginx, NodeJS and PM2.
#linux #centos #virtualbox #devops Read -
Set up webpack for mock testing
Use connect-api-mocker and webpack dev-server proxy to mock or forward backend API calls so React UI development can proceed independently.
#react #javascript #frontend #tooling Read -
Set up react in NodeJS
Combine a React frontend and NodeJS backend into a single server to avoid CORS, serving both static bundles and dynamic /api routes.
#react #nodejs #javascript #frontend Read