Open in app
Home
Notifications
Lists
Stories

Write
Abdlrahmansaber
Abdlrahmansaber

Home
About

May 11

Dockerize and run angular Application in an efficient way

Learn how to create a Docker image for your Angular Application using Dockerfile. Agenda Introduction A short introduction to Angular. Create Angular Project. Create Dockerfile. Build Docker Image. Run the image. Make our image more efficient. Conclusion Introduction In this blog post, I would like to show you how to run your…

Dev Ops

5 min read

Dockerize and run angular Application in an efficient way
Dockerize and run angular Application in an efficient way

May 7

Create your own hello-world image in Docker

Hi everyone, this is a short and first tutorial on how we can create images for our application in a docker. I made a repo on Github, I’ll upload all images on this repo, you can check it from here Agenda Introduction Write Dockerfile Build the image Run the image Conclusion Introduction …

Docker

3 min read

Create your own hello-world image in Docker
Create your own hello-world image in Docker

May 4

Create a full crud API in Laravel - unit tests part (2)

Agenda Introduction Steps Conclusion Youtube suggestion Introduction In the previous tutorial, I taught you how to create a fully CRUD API, let's continue the journey and learn how to use Laragine to test the API that we created in the previous tutorial. Steps We need to do 3 things in phpunit.xml …

Laravel

2 min read

Create a full crud API in Laravel - unit tests part (2)
Create a full crud API in Laravel - unit tests part (2)

May 1

Create a full crud API quickly in Laravel in (HMVC) pattern! (part 1)

Agenda Introduction Prerequisites What is Laragine? STEP 1: Install Laravel 8 STEP 2: Database setup STEP 3:Require Laragine package STEP 4: Install the package STEP 5: Create a blog module STEP 6: Create unit STEP 7: Add API route STEP 8: Testing Conclusion Youtube suggestion Unit-test (part2) Introduction Good day, today we…

Programming

7 min read

Create a full crud API quickly in Laravel in (HMVC) pattern! (part 1)
Create a full crud API quickly in Laravel in (HMVC) pattern! (part 1)

Apr 28

How view branches sorted by date in specific format and order - Git tricks(2)

Let’s know how we can list all branches sorted by date. View branch sorted by date display a list of all local branches and sort them based on the date of their last commit. # sort desc (-committerdate) git branch --sort=-committerdate # sort asc (committerdate) git branch --sort=-committerdate If you’d like to make a custom…

Technology

2 min read

How view branches sorted by date in specific format and order - Git tricks(2)
How view branches sorted by date in specific format and order - Git tricks(2)

Apr 27

Take me back, please! - Git tricks (1)

Not your best day. You made changes you shouldn’t have and now everything is broken… Is there a way to undo those commits? Git keeps track of updates to the tip of branches using a mechanism called reference logs, orreflogsMany Git commands accept a parameter for specifying a reference or…

Programming

2 min read

Take me back, please! - Git tricks (1)
Take me back, please! - Git tricks (1)

Apr 26

Stop using regular exceptions in PHP!

Agenda Introduction What’re Exceptions mean? Exceptions methods Throwing an Exception Subclassing Exception Reasons why you might want to use subclass exception Example Full Example Conclusion Introduction You might be wondering why I should stop using exceptions in PHP! well, to clarify in this tutorial will see two examples of using exceptions (regular…

Programming

4 min read

Stop using regular exceptions in PHP!
Stop using regular exceptions in PHP!

Apr 22

11 Git tips to level up your workflow

Becoming a Git power user is on the bucket list of every developer. Today we prepared 11 Git tips that will help you level up your workflow and bring you one step closer to Git mastery. Tip #1 Keep your commits organized You just wanted to fix that one feature, but in the meantime got into…

Git

8 min read

11 Git tips to level up your workflow
11 Git tips to level up your workflow

Apr 14

How organize big projects in Laravel?

Agenda Introduction What’s HMVC? Advantages of using HMVC? What’s wrong with the MVC pattern? Let’s know how we can use the HMVC pattern in Laravel! Pros Cons Best Packages that generate modules and implement that approach Conclusion Introduction Everyone when beginning a new project starts to ask himself/herself the following question? …

Laravel

3 min read

How organize big projects in Laravel?
How organize big projects in Laravel?

Feb 15

How can I use pointers in python!

Pointer is important to understand for the way you’re going to create data structures. I’m going to start with something that is not a pointer and then compare it to something that does use a pointer. Let’s say that we have two variable num1, num2 num1 = 11, num2 =…

Python

2 min read

How can I use pointers in python!
How can I use pointers in python!
Abdlrahmansaber

Abdlrahmansaber

Software engineer, Problem solver, Geek.

Following
  • BP Editors

    BP Editors

  • Frances Jane Kowalski

    Frances Jane Kowalski

  • Emma Jhonson

    Emma Jhonson

  • Kyle Poston

    Kyle Poston

  • Matt Kingshott

    Matt Kingshott

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable