Developed an Order Processing Platform for the company to process millions of orders
I design an Order Processing Platform for one hundred people compony, when I was a junior student.
Enable CORS and iframe on Nginx config
Some simple configuration documents.
Clean my coffee machine again
I bought a Nespresso coffee machine around November this year, and before that, I had bought an Illy Y.3.2 capsule coffee machine. There are three main considerations, one is that the illy capsule is expensive, the price is about twice as high as the Nespresso coffee capsule, and the other is to try different flavors of coffee. I buy mainly Starbucks Nespresso coffee capsules, more sour, and fruity flavor is more prominent.
Configure Docker PHP with Xdebug 3
These days I am using LDAP to integrate with an authentication system in the project. So I using the LDAP module. During the use of LDAP, several issues were submitted, I was happy that the maintainer was active in the module, and I was very glad that several patches were merged. One of the patches needs to submit a test at the suggestion of the maintainer. Since I’ve spent most of the past year writing about theming code, I’ve made a number of changes to the PC development environment, including resetting the laptop.
Installing Arch Linux in my computer
Yesterday I installed ArchLinux on my desktop and the installation was basically smooth. But I’d like to record some basic operations just to make a note. Archlinux Installation Guide is very well documented and is recommended to read. I use the balenaEtcher to flash the iso file to my USB disk. I recommend watching this video to learn the installation process. Some of the content in the video is out of date, and you may not be able to boot the system if you follow the video exactly.
GSoC 2019 Coding Period Week 13
I made a video tutorial Build a Web of Things project using the WoT:API module. This video contains the entire process from enabling the module to lighting the LED. The main demonstration content is as follows: Download the WoT:API module using composer composer require 'drupal/wotapi:1.x-dev' -vvv Enable all modules of the WOTAPI package. Add thing type: Lamp Manage fields » Add field » Thing property:Switch. check: Create referenced entities if they don’t already exist.
GSoC 2019 Coding Period Week 12
I created a route /things/{thing_id}/actions to execute the action that the user requested through the POST. Interface description: Actions resource.
GSoC 2019 Coding Period Week 11
I create a custom Thing action field to associate the user-created Thing Action with a Thing.
GSoC 2019 Coding Period Week 10
I don’t think actions should be predefined. This is the description of the Action object. 2.11 Action object An action object describes a function which can be carried out on a device. Take a blinking LED on plugged into a Raspberry Pi as an example. I followed the tutorial Blinking LED on Raspberry Pi using Golang and succeeded in making the LED blinking. I need to customize the GPIO pin and set the pin to output mode.
GSoC 2019 Coding Period Week 9
Answer the previous question mentioned in the blog post. How does type restrict the type of field that stores the property value? Remove the type item in the Thing property type form. I’ve made some progress. I can get the information from a specific Thing property entity. It contains the field value and storage information. It means it doesn’t need to fill out the value of type in the bundle of the Thing property type.