Published inJavaScript in Plain English·Apr 3Member-onlyMust-have VS Code Extensions for Developers30 VS Code extensions and 4 themes for developers. — It’s so convenient to use extensions to write code faster and better. I will recommend some extensions installed in my VS code editor. All the extensions, you can launch with command pallets by using Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX). HTML Boilerplate. Name: HTML Boilerplate Id: sidthesloth.html5-boilerplate Description: A basic HTML5 boilerplate…Web Development10 min readWeb Development10 min read
Published inGoPenAI·Feb 2Member-onlyMaximizing Productivity with these 13 AI toolsSince the ChatGPT came out in 2023, so many AI tools have been sprouting around. In my opinion, as long as it makes our lives better, and more productive, it is a good one to use it. New tech changes our lives in a good way. What can we do…AI4 min readAI4 min read
Published inGoPenAI·Jan 30Member-onlywhat you can do with ChatGPT?At the beginning of 2023, the AI program called ChatGPT is popular all around the fields. people are scared and love it, which is complicated feelings with it. Although AI (Artificial Intelligence) is been grown for years, especially for the workers in tech known better. I still remember the project…Web Development4 min readWeb Development4 min read
Nov 10, 2022Member-onlyHow to login Z-library to download free books after being seizedNewest UPDATE: the old domain was seized. the new one is “ https://singlelogin.site” For people who love reading, it’s sad news that the largest website got taken off recently. But there is a tricky way to get it back online, you can still download the books with a login to the site. You can watch the tutorial video on downloading books for free…Reading3 min readReading3 min read
Nov 3, 2022Member-onlyHow to live a happy life? Here are 10 Tips10条人生快乐法则 10 Tips to get Happiness in your life 人生的终极追求就是有快乐的一生。也许是一口美味,一段笑话,一个微笑都能给你带来心里的安慰,带了内心的快乐。很多人觉得快乐是一种心理反应,其实它是一种复杂的生理反应,来自于某种刺激点。 随之而来的是两种激素,一种是多巴胺,虽然短暂却给人以兴奋的感觉,比如观看足球比赛,进球后带给你的立刻的兴奋。另一种是内啡肽,这是一种长期带来的快乐感受,比如你坚持每天运动,运动后的挥汗如雨给你带来心情的愉悦,长期以往带来的是长久的快乐。我们的人性,决定了我们有贪念,容易懒惰,想要不劳而获,想要获取到这世界最多的能量。反人性,让你体会到为人之乐,平淡且长久。所以我们要从获取多巴胺开始,从每天的小事做起,遵循自然界的规律,获取长久高级的快乐。 The ultimate pursuit of life is to have a happy life.Maybe it’s a delicious bite, a joke, and a smile that can bring you comfort and happiness in your heart.Many people think that happiness is a psychological response, but in fact it is a complex physiological response that comes…Life6 min readLife6 min read
Published inJavaScript in Plain English·Oct 24, 2022Member-onlyMaster React With These Free YouTube TutorialsReal-world React project collection 2022 — React 18 is the vibe in 2022, for whom want to improve their React development skills, this is my personal favorite collection of Projects tutorials. This is the whole class for the basic knowledge about React 18, even if you are new in this field and want to study React…Front End Development2 min readFront End Development2 min read
Published inJavaScript in Plain English·Oct 20, 2022Member-onlyShopping Cart with React and StripeGreat tutorial for real-world e-commerce projects — The most important part to do an e-commerce website is how to connect the front-end and back-end. Cooper Codes’ tutorial refreshes my insight into this topic. the link to his tutorial the GitHub code The first part is building the front end of the shopping pages. The folder structure:Web Development4 min readWeb Development4 min read
Oct 18, 2022Member-onlyAdd and Live Search items with React HooksThe useful snippet with the newest React hooks. — QUICK learning notebooks Functions: add items with add button live search all items two input tags for typing, an add button to submit, and the list showing all itemsFront End Development2 min readFront End Development2 min read
Published inJavaScript in Plain English·Oct 14, 2022Member-onlyBuild Your Own Chrome Extensions with JavaScriptI can’t believe it’s so easy to build Chrome extensions in only 5 minutes. Here is how I built one with JavaScript and API. I tried with the Coronavirus Smartable API to fetch the latest news and show inbox. First, build an index.html file to build the DOM and some…Front End Development3 min readFront End Development3 min read
Published inJavaScript in Plain English·Oct 13, 2022Member-onlyReact Hooks: All You Need to KnowHooks you should know that will change your development life. — After all these years of upgrading React, The hooks become more and more useful and necessary for your development journey. For now, React is on 16.8 version now. Hooks replaced the way of using class frequently before. It’s easier to understand the complex components and handle the states better. When…Front End Development4 min readFront End Development4 min read