Automating Tasks on Your Server: A Step-by-Step Guide to Setting Up Crontab with Python and Shell…When I first started managing server-side tasks, I often struggled with automating repetitive tasks efficiently. I knew that using cron…Jan 21Jan 21
Geo Server installation and getting startedFirst you need to have java installed on your system.Nov 28, 2022Nov 28, 2022
SetTimeout and callback function1-. Why the “setTimeout” function ? we use it to run a function at some point in the future. As the first parameter it gets a callback…Jun 18, 2022Jun 18, 2022
Ignore files in your git repositoryThere are times that you want to have some files in your project but only on a specific machine that you are working on(local repo) and not…Jun 18, 2022Jun 18, 2022
Storing Passwords in Database securelyWhen we want to have a database to save our users username and password, it is important to save them securely on the database.Jun 17, 2022Jun 17, 2022
Published inTowards DevJavaScript Promises (fetch API)I talked about XMLHttpRequest in my previews article. But there is actually a better and newer way to do the web requests and that is…May 24, 2022May 24, 2022
Published inTowards DevAJAX CALL (How to send a request to the server using XMLHttpRequest)Assume we want to get some information from the server or send some info there. One way of doing it in JavaScript is to use XMLHttpRequest.May 24, 2022May 24, 2022
Gamma Correction + Code(Make images brighter or darker)Recently I came through this problem that some images are so dark and we as humans can not get much information from it. The same applies…Sep 15, 2021Sep 15, 2021