Day 3 of #100daysofALXSE#ALX_SE
I learned about Load balancers which is an infrastructure component that distributes incoming network traffic between multiple backend servers.
Day 2 of #100daysofALXSE#ALX_SE
Using GitHub REST API to retrieve data. I got to know my GitHub account's id using my credentials and also learned to display my commits using endpoint.
#DoHardThings
I don't want to admit this, but I had deferred from ALX Software Engineering program so much that it has been something horrible to do all the surveys that I had previously done again and again. No solution to that? @jbarbier
I am really excited because I have just written my first blog on medium. And honestly, writing blogs is a really good technique to understand concepts more clearly. You know how much you understand when you try to explain it to someone else. Check it out https://t.co/ZKmAweYj2Q
Somebody outside ALX (my friend) asked me what ALX stands for. I told her the abbreviations of A and L but not the X. So, she ended up telling me herself after a little research. Now I ask you the same question. What does ALX stand for?
When a project is given due in 5 or even 10 days at @alx_africa, the project actually takes that long to finish. No time is given for granted at ALX. I forget that most of the time. Is it just me? Or is it a problem with most of us? If it is, how could we break the chain?
For cohort 12's yesterday's project, I had this on my command prompt:
root@0bf9a7df998f:~/alx_higher_level_programming/0x0B-python-input_output#
But we can use PS1 to set our prompt string like PS1="# " so now instead of the long name, the # will be displayed as prompt string.