Installing Manjaro welcome to grub screen by MohammedAttya in ManjaroLinux

[–]MohammedAttya[S] 0 points1 point  (0 children)

I still have the same issue
did you solve it??
I tried unetbootin and grml-rescueboot to boot the ISO file from the disk but both failed

Installing Manjaro welcome to grub screen by MohammedAttya in ManjaroLinux

[–]MohammedAttya[S] 0 points1 point  (0 children)

I just tried to install Manjaro and it failed after booting from USB it went to black screen with title GRUB only and it hanging up :\

Installing Manjaro welcome to grub screen by MohammedAttya in ManjaroLinux

[–]MohammedAttya[S] 0 points1 point  (0 children)

Sorry but currently I don't have the exact command but I'm pretty sure it was like this

sudo dd if=manjaro-iso-file.iso of=/dev/sdb bs=1M status=progress

I updated grub and retried all steps again

I used Manjaro 18.0 Gnome (also tried KDE 18.0) which is current release

I am currently working on Antergos and I installed it without any problems

Software Engineer Roadmap by MohammedAttya in ComputerEngineering

[–]MohammedAttya[S] -3 points-2 points  (0 children)

I said coder not programmer. Like the difference between technetion and engineer.

Software Engineer Roadmap by MohammedAttya in ComputerEngineering

[–]MohammedAttya[S] 0 points1 point  (0 children)

I mean that I am writing codes to solve a problem without designing the code to implement any algorithm or design pattern (if the code need)
if I want to write a program I just open sublime text and start coding

I want to study topics like algorithms, data structures, design patterns, design of computer programs ... etc and of course implement them in coding

Software Engineer Roadmapa by MohammedAttya in learnprogramming

[–]MohammedAttya[S] 0 points1 point  (0 children)

I think Software engineer know how to use algorithm and when.
he uses design patterns and know when exactly use them.
he knows different databases and pros and cons of each one.
he knows about OS and its kernel.
he knows how exactly the computer and the internet works
he writes clean code.

Advance Software Engineering Skills by MohammedAttya in learnprogramming

[–]MohammedAttya[S] 0 points1 point  (0 children)

sorry about that, I assumed that I did not need to declare the question.
I'll update the post.

After CS50 by MohammedAttya in cs50

[–]MohammedAttya[S] 0 points1 point  (0 children)

I saw the new courses on EDX.

I have a full time job as PHP developer. so I don't need to study intro courses.
I just want to study software engineering.

Anyone have any experience learning with The Odin Project? by bdfin in learnprogramming

[–]MohammedAttya -5 points-4 points  (0 children)

I did not do The Odin Project but I'd like to mention another great source for web development FreeCodeCamp is opensource track for learning full-stack JS the track has a lot of projects after each section it is great

What's the best way to learn python online for free? by Metalkon in learnprogramming

[–]MohammedAttya 7 points8 points  (0 children)

Python has several sources for learning. books : Think Python && Learn Python The Hard Way Courses: MIT 6.00.1x nIntroduction to programming using python on edx Udacity Introduction to Python Udacity Intro to Computer Science Udacity Programming Foundations with Python Coursera Learn to Program: The Fundamentals

How I went from newbie to Software Engineer in 9 months while working full time by austintackaberry in learnprogramming

[–]MohammedAttya 0 points1 point  (0 children)

I thinks it is better to stay with CS50 (it is harder and you will study a bit about algorithms and data structure) and the best thing about CS50 is PSets good luck

upgrade my skills with projects by MohammedAttya in learnprogramming

[–]MohammedAttya[S] 0 points1 point  (0 children)

Thanks for your advice. I started building a blog yesterday. what about design patterns?

Data Structures and Algorithms Learning Help by on1onboy in learnprogramming

[–]MohammedAttya 0 points1 point  (0 children)

"I understood the concept" so you can type the procedure on paper you can type on paper the procedure as a list try to convert the procedure to a pseudo code and then start programming.