In a remote team or want to run an idea past a colleague online? We review the best collaborative coding tools for remote pair programming. Continue reading 7 Collaborative Coding Tools for Remote Pair Programming on SitePoint.
Category Archives: Blog
Learning always takes more time than we’d like. If you’re learning JavaScript, these six mental tricks will help you get there faster. Continue reading How to Learn JavaScript Fast: Six Simple Mind Tricks on SitePoint.
Passive income sounds like a dream come true — earning money without any active effort. The reality is that there’s no such thing as 100% passive income. This type of income stream can better be described as frontloaded work: You have to put in time, effort, and (usually) money first to collect those passive returns….
Follow the best practice to write an SEO-friendly blog post in 2022 and optimize your article to rank in the top position in the search engines. Writing is an art, and it requires skill. You have to learn the art of keeping your readers engaged by writing an interesting and SEO-friendly article. Nowadays, blogging is…
Friends Stock / Shutterstock.com Editor’s Note: This story originally appeared on HireAHelper. According to the U.S. Department of Veterans Affairs, there are about 19 million veterans living in America. Many of these people who served their country are starting businesses, joining an increasing number of Americans seeking to become entrepreneurs after the onset of the…
Less than two years ago, I was giving advice on finding a job in an employer’s market. I said to shift your mindset from that of a job seeker to that of a Top Performer. Don’t try to just land a job. Show the company why they’d be lucky to have you. You want to…
Are you looking for a nice way to write in Markdown on your iPhone or iPad? Check out our rundown of the best Markdown editors for iOS. Continue reading The Best Markdown Editors for iOS on SitePoint.
Why learn to code? Find out how coding can help you and your career, and learn what you need to know to decide if it’s a fit for you. Continue reading Why Learn to Code? 17 Benefits of Learning to Code on SitePoint.
Memory and performance management are important aspects of software development and ones that every software developer should pay attention to. Though useful, weak references are not often used in JavaScript. WeakSet and WeakMap were introduced to JavaScript in the ES6 version. Weak Reference To clarify, unlike strong reference, weak reference doesn’t prevent the referenced object…
Have you ever looked to see what other tools were available to you within the DevTools toolbox? You’re probably using the same few panels over and over again — I know I am! It turns out there are more than thirty (30!) individual panels in Chrome DevTools (as well as other Chromium-based browsers, such as…