Sockets in Python

What is a TCP Sockets? A socket is one endpoint of a two-way communication link between two programs running on …

Read more

Laravel errors and debug

ReflectionException: Class ClassName does not exist – Laravel composer dump-autoload should fix it. What does composer dump-autoload do in Laravel? …

Read more

Python useful links

Here I will update the most interesting and useful links which I found related to Python. I encourage you to …

Read more

Laravel Views with Examples

Views contain the HTML served by your application and separate your controller/application logic from your presentation logic. Views are stored …

Read more

WebPedia.net