Day: November 13, 2022
10 posts
Next 13 – Server and Client components
With Next 13 the team made quite big changes regarding how components render. Not that it’s all-new, but…
Hello World with React
I would like to summarize the simple steps to create Hello World with React. If you want to…
Git Cheat Sheet with 40+ commands & concepts
Tired of memorizing git commands? Here is a cheat sheet with 40+ commands to simplify your life. 1.…
How to Make Stopwatch in React
In this article, we are going to make a stopwatch in react. Like a basic stopwatch we will…
7 common mistakes new contributors make in Open Source Software
Contributing to open source software is a great way to make a difference in the community and learn…
Customize Your Terminal with Oh My Zsh
If you feel like your terminal has a boring, unattractive, and bland style. Sort of like this one:…
Reddit Monitoring with Python
Originally published at https://segue.co/blog/reddit-monitoring-python All source code can be found here: https://github.com/theleonwei/reddit_bot Introduction: Reddit is the second-most popular…
5 Front End Interview Coding Exercises Part 1
Hi everyone, I have been wanting to create a repository with Front end Interview questions for quite some…
zeros | SPVM::Numpy – The Project for Python/NumPy Porting to Perl
The zeros method in the Numpy class is implemented. use Numpy; my $np = Numpy->new; my $x =…
User permission checking in Go
This article was originally published on my personal blog. The problem While working on my go-pf module, I…