How much JavaScript to learn before learning React?
You should learn JavaScript before React, but how much? In this blog post we will cover the right amount of JavaScript to learn before moving on to React.
A complete guide on how to become a full-stack web developer in 2021
Becoming a full-stack web developer is difficult but rewarding. This post goes deep into what things you need to learn and the order to become a full-stack developer.
PwC's Cloud Transformation solution helps you use cloud differently. Designed to enable innovation that creates new business models and amazing customer experiences.
#amplenote
☕ Buy Me A Coffee - https://www.buymeacoffee.com/antoneheyward
In this video, I do a review and walk-through of Amplenote.
📺 Related Videos:
How To Use A Tag System In Obsidian - https://youtu.be/hQeqGvyD_6Y
How To Create A Tag System | Use in Obsidian - https://youtu.be/hBXVnG6gaYk
Obsidian - [[ Links ]] You Need To Know - https://youtu.be/dmnVml_jbsQ
📚 Get more productive
Obsidian App - https://obsidian.md
ClickUp - https://clickup.com?fp_ref=w90cy
Notion.so - https://www.notion.so/?r=0e832b39fa144ef2944dca6f54c88814
📈 Trade Stocks
M1 Finance - https://m1.finance/zhHZtXO1E8-g #BeInvested
🌐 Learn a new language
Duolingo - https://invite.duolingo.com/BDHTZTB5CWWKTASBJPIPDAMBMI
👍 Please LIKE and SUBSCRIBE to the channel. 👍
💬 Comments and feedback are welcome. And if you'd like to see something that I missed let me know in the comments.
PS: Some of the links in this description are affiliate links that I get a kickback from 😜
Christian Bager Bach Houmann - I'm a software engineering student from Denmark with a passion for learning, productivity, and problem-solving. Let's learn together.
Optimizing your $Profile Your PowerShell Profile allows you to customize your PowerShell session and runs at startup. Complex profiles can cause a significant delay in the startup of PowerShell as it is a script that needs to be executed before the prompt first shows up.
My Journey Into A Powerful Digital Note-taking System. From Paper to Plain-text
There I was, it was 2017, once again looking for a new app, to organize my ideas. I've been through all the common apps, but all of them ended in a chaotic mess.
Making Obsidian play nice with Logseq - Look what I built - Logseq
I’ve been using outliners ever since the 1980s, when I was running Dave Winer’s MORE on a MacPlus in college. I then used: Omni Outliner, Workflowy, Dynalist, and Roam Research before moving to Logseq this week. For a long time I’d wished that Obsidian had a decent workflowy-like outlining experience and when the beta desktop app for Logseq came out I saw a post saying that the two apps could work together. I now have it all set up and I’m absolutely delighted with the result. The main reason ...
When it comes to cloud-based office suites for personal use there are only a couple of real contenders ... G Suite from Google and Office 365 from Microsoft. Both are great options, but which is the best option for you? In this article we explain the pros and cons of both product suites, and detail why we think G Suite is the better choice for many home users.
The Weekly Review: A Productivity Ritual to Get More Done
A weekly review is an opportunity to direct your life with intention – reflect on the past week, plan for the week ahead, and ensure your to-do list is aligned with your bigger goals.
Best Practices for Organizing Data on Your Computer | Alexander's Blog
One of the most common challenges that computer users often face is data organization. I see users with cluttered desktops full of individual files, folders that are duplicated (desktop and default home directory), and users struggling to find their own data which makes content management very difficult. In this article, I will share some guidelines […]
Breakdown a Monolithic Application to a Suite of Services • Use Microservices in R
Microservice architectural style is an approach to developing a
single application as a suite of small services, each running in its own
process and communicating with lightweight mechanisms, often an HTTP
resource API. These services are built around business capabilities and
independently deployable by fully automated deployment machinery. There
is a bare minimum of centralized management of these services, which may
be written in different programming languages and use different data storage
technologies.