Journal Getting Accessories for MacBook Air (M1, 2020) The products I bought that seems to help for my needs. Bringing back that MacSafe MacSafe is a magnetic technology from Apple they used to had on older MacBook models; a charging port that connect with cable with magnets. This would prevent accidents when
Journal Setting up `MacBook Air M1 2020` in 2022 It’s new year 2022 and you decide to upgrade your system and this time you want to be fan-less, and the promising M1 Silicon MacBook Air will hopefully do the job for your career as a Frontend Developer. Also you have bought a
Journal Setting up Node Mail Stack Experimenting anything to do with Haraka SMTP NodeJS server and moving away from postfix to all node with Wildduck together with Redis and MongoDB.
Journal Automate script with wildcard domains to refresh Letsencrypt certificates Automate to refresh Letsencrypt certificates
Journal Repository: bootstrap-express-2020 I just found out that’s possible to clone a branch/tag from a remote in single command.
Journal Final Fantasy 7 Remake - Enemy Intel Nuxt app Enemy Intel Filtering app for efficient searching with Fuzzysearch
Nuxt Pre configuration after generating Nuxt project Personal guide for tedious work before actually starting a project and make a boostrap to save time on new projects.
Journal Can not login docker account When you on your freshly installed PopOS and want to login your Docker account trough terminal docker login, you’ll get: Error saving credentials: error storing credentials - err: exec: "docker-credential-secretservice": executable file not found in $PATH, out: `` To solve this: sudo apt install
Journal Planning to write own infinite-scroll.js The current state of infinite-scroll.js from the default Casper theme is buggy. I’m going to improve the script and make it work. > Found out it’s my own fault for editing index.hbs file. I didn’t expect you need to add
Journal Web Component slots only exist in Shadow Dom I’ve created a web component with . The idea is to put any content inside a web component and the component does the rest. The greatest about Shadow Dom that it doesn’t care about the styling outside the element. And currently slots only
Journal Shared library axiosBluebird Two beautiful libraries into one to cancel Ajax call with Promise
Journal Just created zero tools Vue component PageIndex for this blog Currently we’re bloated with building tools such as Webpack / Gulp / Grunt; that we’re almost forget to build a quick page, a small prototype on the fly with just pure Javascript on the browser. But somehow, just Vanilla Javascript doesn’t cut it,
Journal Just created Ghost Search Vue Web Component Ghost Blog short comings and you want to create Search only JavaScript solution.
Journal Upgraded and fully restyled this blog While a company doesn’t give you space to grow and do your own things, you had to make up for lost years and things you really want to experiment and build.
Journal Finished a guide 'Windows 8 on old MacBook' I updated and finished the guide. Seems more people are looking for this: Windows 8 on old MacBook [http://blog.mdstn.com/windows-8-on-old-macbook/]
Journal Migrating my home Ubuntu server I bought a cheapest desktop computer from the Media Markt, because my old DELL Inspiron 8600 laptop with live web server on, feels it’s going to break any time. Maybe it is just the stupid ZyXEL router or my ISP fault here, since
Journal Upgrading my blog Yep, my blog is upgraded and self made Theme is outdated. It's time to create fresh custom look. I'm still waiting my laptop getting fixed. Hopefully next Wednesday I get hopefully free battery replacement. I miss being creative and I've been installing new Home
Journal Making new tutorial for KnockoutJS and Browserify I'm creating a new one about KnockoutJS with Browserify with Gulp and ExpressJS as backend. Just pure Javascript. There aren't much documentation the way I want. The things that I want is much harder; file structure, ultimate convenience, and everything should be automated with
Journal Auto reboot Zyxel Gateway/Router from home server A solution for my port 80 block just by rebooting the Zyxel Gateway and making auto reboot when my website is unreachable Rant When you like me having own Web Server running on a bad Zyxel Gateway that keeps blocking on port 80 because
Journal A journey to install Windows 8 on an old MacBook Any luck with installing Windows 8 on an old MacBook (13-inch, Aluminum, Late 2008) MacBook5,1 that runs on Mac OS X Mavericks? I have today and after a long week of bad sleeping, hunting mosquitos because of the warm weather or I just
Journal Created Anime Player Check out this link http://mdstn.com/sandbox/animeonhand Couple days ago I’ve made my anime player public (sort of…). It's far from finish, because I've got this idialistic vision I want this app to have. Such as: * Store your anime in your
Journal Fresh install Ghost on Apache Ghost a lite weight NodeJS app special for blogging running with Apache. Took me a whole day to fix things and search a lot of places to get only bit and pieces what makes this a final configuration. I’ll write a guide to