Browsing Category
SOFTWARE ENGINEERING
23 posts
Software engineering topics and how tos, job opportunity, trainings and bootcamps. technical solutions articles and contributions.
Evaluating the time complexity of an algorithm
The function above is an example of a recursive implementation of the Fibonacci sequence. The function takes an…
What is the Big O notation, and how to evaluate the time complexity of an algorithm
The Big O notation is a way to describe the upper bound of the time complexity of an…
Best Udemy Course to Take for Software Engineering Career Path
Looking around for the Best Udemy courses to consider for your career in software engineering? There are many…
How to become a software engineer
Becoming a software engineer can be a rewarding and challenging career path. It involves using programming languages to…
How to impliment Monty bytcodes to push pall pit and pop in a stack in C
To implement the Monty bytecodes push, pall, and pop in a stack in C, you will need to…
How do i copy all files from a folder to another folder in linux shell
To copy all files from one folder to another folder in Linux, you can use the cp command.…
How to Become a Web Developer (A Complete Guide)
Becoming a web developer can be a rewarding career path for those with a passion for technology and…
How to update my git/github token
Option 1 To update your Git/GitHub token, follow these steps: Copy codegit config --global user.token <token> That’s it!…
How to set up ubuntu in Visual Studio Code and use the terminal
When you are done with those installations, you also need the Visual Studio Code installed. Having all these apps in your system is time to run your Ubuntu terminal in your vscode
Here are The Top 50 Linux Commands You Must Know as a Software Engineer
I have been compiling these Linux commands in my notes and i thought you could want to know one or two of them and i guess that is why you are here. now go through and see the one you need.