If you’re looking for ways to get a tech writing job or would like to improve your existing technical writing skills, then this article might be of great help. Herein, you’ll learn the definition of tech writing, different types of tech copy, tips on how to write effectively, how to ace tech writing, where and what exactly you should study, and how to break into the industry.
The Path of the Self-Taught Programmer: Avoiding Common Problems
In this article, we’ll explore how a self-taught programmer comes to be: which education opportunities they can utilize, which problems they may encounter, and whether this path is right for you.
Full List of JavaScript Conferences 2020 [41 Events] Updated 28.08.2020
If you’re looking at the conferences to attend in 2020, this is the full list for you (minus November/December 2020, because those have not been announced yet, so check it back later for those).
Introduction to GitHub Desktop: A GUI Enhancement to a CLI Approach
In this article, we’ll explore various use cases of GitHub Desktop — GUI software designed to ehance your git workflow. Does it hold up against CLI git?
Apollo Client and Local State Management
You probably already knew about this option when following the Apollo Docs, maybe you’ve even built apps with it. This article aims to give you a little taste of how to use GraphQL queries with an Apollo server to manage the state of your App.
React Lesson 2: Homework Assignment
Let’s check our home task. The main reason of using React lies in the ability to create components based on your functionality set, i.e. to divide the whole app into small independent parts.
React Advanced: The Tiniest Recap — See What You’ve Missed
Here’s the shortest recap of the event that happened last week, Oct 23-25, in London, namely React Advanced.
Python Array Explained and Visualized
In this tutorial, we’ll delve into how Python arrays work, what their limitations are, and how you can use them to maximize their efficiency.
Amazon S3 Cloud Storage Proxying Through NodeJS from Angular Frontend Securely
This article is about securely uploading a file, i.e an image or profile picture, to the Amazon S3 Cloud Storage without exposing any security breach through JSON Web Authentication and Securing the Upload through a Proxy NodeJS Server which is always well guarded in the backend.
PostgreSQL vs MySQL: Is There a Clear Winner?
In this article, we’ll analyze the differences between PostgreSQL and MySQL, the benefits they offer, and the problems they can introduce.