Easy Code Solution
  • Home

Proven Solution for Every Problem

Leet Code Solutions

1. Two Sums Problem

Problem Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer Read more…

By Abdulhakim Zeinu, 1 year3 days ago
Leet Code Solutions

2. Add Two Numbers

Problem You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list. You may assume the Read more…

By Abdulhakim Zeinu, 1 year3 days ago
Web

Adding loop inside jQuery append function

If you are dealing with tables or any other HTML element using jQuery you may want to implement a multilevel append function. And you want the low-level append to be dynamic data. Then how to add a loop inside jQuery’s Read more…

By Abdulhakim Zeinu, 1 year1 year ago
Frameworks

React Quantity Picker

# Installation NPM Yarn # Getting started Importing the package Usage # Props We’ve already seen how we can install and use the package. Now we will see a set of properties that are included with react quantity picker component Read more…

By Abdulhakim Zeinu, 2 years2 years ago
Frameworks

React 18 is 0ut

And finally, React 18 has already arrived with some cool features primarily for maintainers of third-party libraries. The react team suggests that if you’re learning, teaching, or using React to build user-facing applications you can simply ignore it. The best Read more…

By Abdulhakim Zeinu, 2 years2 years ago
Web

How To Debug PHP With VsCode Using Xdebug

When you develop web applications you must opt a best practice throughout the development process. One of the best practices in application development is debugging. Debugging has many purposes. I’m not telling you the purpose debugging in application development. Because, Read more…

By Abdulhakim Zeinu, 2 years2 years ago
Web

405 Method Not Allowed in BotMan Laravel

When using BotMan in laravel framework, you set webhook for your telegram bot. After that when you send message using your bot you may get an error 405 Method Not Allowed . You can solve this problem in different ways. Read more…

By Abdulhakim Zeinu, 2 years2 years ago
Telegram

How to Set Telegram Bot WebHook

When you create a bot to serve your telegram clients you need to add a public url to that bot. Once you registered, when updates are available on our bot, our registered url(WebHook) will be called automatically. Here I will Read more…

By Abdulhakim Zeinu, 2 years2 years ago
Laravel
Web

Getting Started With Laravel

Laravel is a free, open source and an MVC based web framework. Laravel is really easy to understand for beginners and It is very easy to get started with. It aids developers to make complex applications quickly and easily. Whatever there Read more…

By Abdulhakim Zeinu, 2 years2 years ago
Laravel

Multiple Where Clause in Laravel Eloquent

Sometimes you may have multiple conditions while querying using Laravel Eloquent where clause. Here is the syntax how can you do it in a simple manner: As you have seen above the only thing I do is to pass array Read more…

By Abdulhakim Zeinu, 2 years2 years ago

Posts navigation

Previous 1 2 3 Next
Recent Posts
  • 10. Regular Expression Matching February 4, 2023
  • 9. Palindrome Number February 4, 2023
  • 8. String to Integer (atoi) February 4, 2023
  • 7. Reverse Integer February 2, 2023
  • 6. Zigzag Conversion February 2, 2023
Archives
  • February 2023
  • June 2022
  • February 2022
  • December 2021
  • June 2021
  • September 2020
  • August 2020
Categories
  • Leet Code Solutions
  • Programming
    • Frameworks
      • Laravel
      • React
    • PHP
  • Telegram
  • Web
Tags
add loop inside jQuery append add two numbers api authentication atoi eloquent eloquent orm laravel laravel api authentication laravel crud laravel eloquent laravel middleware laravel mvc leetcode leetode solution Longest Substring Without Repeating Characters loop inside append middleware mvc palindrome number php Debug php framework quantity picker react-qty-picker react-quantity-picker react 18 regular expression matching reverse number sanctum sanctum api authentication string to integer telegram bot tools two sums two sum solution Web development webhook Xdebug zigzag conversion
Pages
  • About
  • About Me
Recent Posts
  • 10. Regular Expression Matching
  • 9. Palindrome Number
  • 8. String to Integer (atoi)
  • 7. Reverse Integer
  • 6. Zigzag Conversion

  • About
  • About Me
Hestia | Developed by ThemeIsle