Category: tech
-

Apple Design Awards 2022
This isn’t a task that can be done by passing the ball around. It’s about sitting together and piecing the puzzle together.
-

Collaborating with Git (2): The Art of Committing
Of course, there are countless other scenarios to ponder. While the above advice is generalized, tailoring it to fit your actual work environment and skills is crucial.
-

Collaboration with Git (1): The Structure of Git
This process occurs between remote servers, known as a fork. At this point, you get the latest commit version of the branch, called the head. (Technically, head refers to a pointer to the branch’s last commit.)
-

Which App is the Ultimate Data Collector?
These research results are confined to categories selected by the survey company, giving the impression that Google is keen on privacy. However, Google uses NLP to understand the intent of email content, collecting tons of direct and indirect personal data.
-

Microsoft’s Acquisition of Activision Blizzard and the Metaverse
The metaverse, which I think has turned into a marketing buzzword, started with games and will likely end there.
-

Connecting Multiple Domains to Docker on Synology NAS
By setting things up this way, you can offer individual web services connected to multiple domains within the performance limits of your NAS. You can easily operate by uploading services to Docker individually, and if you want to host multiple sites on one Docker web service, you can use virtual hosts within the Docker’s web…
-

How to Rock SSL with DNS on cafe24
Just listing out steps without structural explanation feels kinda meh, but this might be a lifesaver for those who aren’t into the nitty-gritty and just want SSL up and running pronto. Right? 😊
-

Apply HTTPS on AWS
While HTTP is fine for non-sensitive data, as data protection becomes more important, Google Chrome labels HTTP sites as ‘Not Secure’. (Kinda annoying, right?)
-

TPM 2.0 and Secure Boot for Windows 11 Install
In short, to have Secure Boot, you need UEFI booting, and for that, your hard drive must be in GPT format.
-

Deep Links and Firebase Dynamic Links
Mobile deep links have evolved at lightning speed. Initially, URI Schemes were introduced, using an app’s unique name to create links. But this didn’t always work if different apps shared the same name. Plus, if the app wasn’t installed, it threw errors. That’s when universal links came into play, using domain addresses like web URLs…