ββThe title of this post was a trending Quora question, with popular responses boiling down to βitβs not, the unemployment rate is 3.6%,β βthere are too many developers and not enough engineers,β and βitβs a natural consequence of microeconomic theory.β
β± 6 minutes read
#Career
β± 6 minutes read
#Career
Medium
βIf software engineering is in demand, why is it so hard to get a software engineering job?β
My response to an incredibly common question
ββFullstack DevOps is one of those titles that many recruiters and job post listings throw around with large salary tags attached to them. Then you click into one and find yourself swimming in a sea of acronyms. Youβre not quite sure if itβs a really bad joke, or that the recruiter is just trying to cover every programming language and cloud service provider in existence.
β± 6 minutes read
#FullStack
β± 6 minutes read
#FullStack
Built In
So You Want to Be a Full-Stack Developer? Here Are the Skills You Actually Need. | Built In
Thereβs a lot of competition for full stack DevOps jobs these days. These skills will help you stand out in a sea of applicants.
ββOver the span of 2 years, I came across a few delightful resources on GitHub that have helped me tremendously, and I didnβt even know that I needed some of these repositories.
β± 6 minutes read
#GitHub
β± 6 minutes read
#GitHub
Medium
7 Repos I Didnβt Know I Needed For Front-End
Less talked about repositories that will help you build better things faster.
ββTypeScript(TS) has proven to be a better option to write client side scripts without using JavaScript (JS). And to write it in a more cleaner way. To make the most of it, it is important to follow the best practices when coding with TS.
β± 6 minutes read
#TypeScript
β± 6 minutes read
#TypeScript
Medium
TypeScript Best Practices 2021
TypeScript(TS) has proven to be a better option to write client side scripts without using JavaScript (JS). And to write it in a moreβ¦
ββWhatβs the best way to build React apps in 2021? What has changed since 2016? What libraries is everyone using these days?
β± 5 minutes read
#React
β± 5 minutes read
#React
Medium
World of React in 2021
Whatβs the best way to build React apps in 2021? What has changed since 2016? What libraries is everyone using these days?
ββNon-technical founders often donβt understand the value of developers. Developers are the fuel of a company if their products are tech products. I heard this story from a colleague. And this story is about his friend Paul (not his real name).
β± 4 minutes read
#Career
β± 4 minutes read
#Career
Medium
Revenge By a Programmer For Not Getting Salaries For 3 months
Donβt mess with programmers
ββIn CSS, a lot of the time when we want to give children elements under the same parent the same CSS property, we will use compound CSS selector.
β± 3 minutes read
#CSS
β± 3 minutes read
#CSS
Medium
Reduce CSS Code with the :is Selector
As the compound CSS selector grows longer we will have to repeat the parent class multiple times. This is when the :is selector comes into p
ββThe purpose of this article is to provide a complete insight about GraphQL and its usage with Node.js along with discussing its salient features and some of its advantages and disadvantages.
β± 6 minutes read
#GraphQL #NodeJS #ExpressJS
β± 6 minutes read
#GraphQL #NodeJS #ExpressJS
Medium
How to Create GraphQL API using Node.js and Express
Intermediate level knowledge on GraphQL with Node.js and Express.js
ββThis post draws on my personal experiences and challenges over the past term at school, which I entered with hardly any knowledge of DSA (data structures and algorithms) and problem-solving strategies.
β± 5 minutes read
#DataStructures #Algorithms
β± 5 minutes read
#DataStructures #Algorithms
Medium
How to improve your data structures, algorithms, and problem-solving skills
This post draws on my personal experiences and challenges over the past term at school, which I entered with hardly any knowledge of DSAβ¦
ββA JavaScript Symbol is a relatively new JavaScript βfeatureβ. It was introduced back in 2015 as part of ES6.
β± 9 minutes read
#JavaScript
β± 9 minutes read
#JavaScript
Medium
Everything you need to know about JavaScript symbols
JavaScript Symbol is a relatively new βfeatureβ into JavaScript. It was introduced back in 2015 as part of ES6. In this article I am goingβ¦
ββApi traffic can slow down your web application modern browser only allow small number of parallel api calls and hence reducing api calls can result in better performance.
β± 3 minutes read
#React
β± 3 minutes read
#React
Medium
Optimising API Calls In React
Api traffic can slow down your web application modern browser only allow small number of parallel api calls and hence reducing api callsβ¦
ββGoogle introduced a new open-source logic programming language-Logica on its open-source blog.
β± 4 minutes read
#SQL
β± 4 minutes read
#SQL
Medium
Google is pushing the new language Logica to solve the major flaws in SQL!
On April 12, 2021, Google introduced a new open-source logic programming language-Logica on its open-source blog.
ββHave you had issues with managing server state? or find yourself writing long and funny looking code that just fetches data from the server? I honestly think you need to look at react-query if you fall into any of this category.
β± 4 minutes read
#React
β± 4 minutes read
#React
DEV Community
Why you need to use React-Query in your React/React Native project
Introduction Have you had issues with managing server state? or find yourself writing long...
ββNodejs is a javascript runtime environment. So, what exactly is the javascript runtime? You may be familiar with the term javascript. Javascript is a programming language that you may use to control your DOM in your browser and helps to play with the page loaded in the browser
β± 5 minutes read
#NodeJS
β± 5 minutes read
#NodeJS
ββThe single most important aspect of preparing for technical interviews is to solve many coding challenges. Although some tech companies have stopped asking algorithm questions and instead test domain-specific knowledge, most tech giants (and even the small ones) still require candidates to solve coding challenges.
β± 9 minutes
#Algorithms
β± 9 minutes
#Algorithms
Medium
How to solve problems on Leetcode to prepare for technical interviews
I realize that there are many articles about this subject, so Iβm going to try and give valuable information that I wish I had when Iβ¦
ββI found out that I repeatedly use some TypeScript code patterns in daily work. Those code patterns arenβt heavy or complex, and they also donβt require a lot of boiler-plate code. Theyβre just simple and practical solutions to resolve a few common problems.
β± 7 minutes
#TypeScript
β± 7 minutes
#TypeScript
Medium
6 TypeScript Code Patterns To Make Your Code More Robust
Simple and practical solutions you can apply in daily work
ββOrganic traffic is a great way to get eyeballs on your website and Google is the most popular search engine of choice that you can use to get that organic traffic coming.
β± 6 minutes
#Performance #CDN #Caching
β± 6 minutes
#Performance #CDN #Caching
Medium
How To Make Your Site 25x Faster With A Few Lines Of Code
Reduce data load time insanely.
ββEditors may have problem with auto importing that complicated relative paths ( at least VSCode does ). Importing manually from various modules in your project will start to feel very cumbersome ( trust me, I experienced that with my team at workβ¦ )
β± 6 minutes
#TypeScript #Webpack #Jest
β± 6 minutes
#TypeScript #Webpack #Jest
Medium
Type-safe es2015 module import path aliasing with Webpack, Typescript and Jest
How to remove long import paths and encapsulate packages in reusable modules folder and make everything work with webpack, jest and typescript
ββAs someone who loves cutting-edge technology, I choose to build my first SaaS with a modern tech stack. With the rise of JAMStack and serverless architecture, I created PostMage with Next JS static generation for the frontend and the Node.js backend deployed to AWS.
β± 8 minutes read
#AWS #React #TypeScript #NextJS
β± 8 minutes read
#AWS #React #TypeScript #NextJS
Medium
The Modern Tech Stack to Build a SaaS in 2021 as a Team of One-Man with Next JS and AWS
As someone who loves cutting-edge technology, I choose to build my first SaaS with a modern tech stack. With the rise of JAMStack andβ¦
ββBack in May 2020, I wrote an introductory article to Deno due to it having been officially released and available to the public.
β± 4 minutes read
#Deno
β± 4 minutes read
#Deno
Medium
Is Deno Still a Thing? A Look at the Status of the Node Killer
Itβs been well over a year already, what have they been up to?