Latest Posts
- Make WordPress plugin using Vue with Vite buildby HasanuzzamanIt needs only 10 sec to create a WP plugin with a fresh Vue + Vite setup. Every time we create a new WordPress plugin we have to set up… Read more: Make WordPress plugin using Vue with Vite build
- Dynamic programming! A blog generated by ChatGPTby AKM EliasNote: It is a blog/article completely generated by ChatGPT on dynamic programming. And it is perfect! ChatGPT Dynamic programming is a computational technique that is used to solve complex optimization… Read more: Dynamic programming! A blog generated by ChatGPT
- Dynamic programming part – 1(Memoization)by AKM EliasDynamic Programming is mainly an optimization over plain recursion. Wherever we see a recursive solution with repeated calls for the same inputs, we can optimize it using Dynamic Programming. The idea… Read more: Dynamic programming part – 1(Memoization)
- 15 Best JavaScript books and resources for 2022by WP MinersJavaScript or Js refers to the programming language JavaScript. For a couple of years now, it has been the most widely used programming language on the planet. Along with the… Read more: 15 Best JavaScript books and resources for 2022
- Let’s install Laravel valet on ubuntuby hasanmisbahValet for Ubuntu is a port of the original explicitly made for Ubuntu that attempts to mirror all the features of Valet v1 with the Caddy server.
- GitHub SSH key setup takes Five minutes.by HasanuzzamanYou can set up Multiple GitHub accounts on a single device using SSH key Having to maintain multiple GitHub accounts for your projects might be time-consuming. Or GitHub SSH key… Read more: GitHub SSH key setup takes Five minutes.
- Recursion & Recursive Solutionby AKM EliasRecursion can be very hard to understand and very easy and fun to implement. It took me quite a long to really get the whole recursive process of problem solving.… Read more: Recursion & Recursive Solution
- Programming and The Ad Hoc problems.by AKM EliasBy definition, Ad Hoc problems are problems that cannot be classified anywhere else in the categories with well-studied solutions since each problem description and its corresponding solution are unique. These problems… Read more: Programming and The Ad Hoc problems.
- Programming and problem solvingby AKM EliasProblem-solving skills and the problem-solving process are a critical part of daily life both as individuals and in organizations. In computer science, problem-solving is the most interesting task that increases… Read more: Programming and problem solving
- How to Install Laravel Valet on Macby HasanuzzamanIf you’re a Mac user who wants to run PHP or you want to setup a development environment for your WordPress locally, You must set up a local server. Setting that up can sometimes ruin our day. But we can make it easy by doing some tricks. Here I will show you how to set up a local environment for PHP, Laravel or WordPress within 5-10 minutes.