if else statement
if else statement
  • 72
  • 259 155
React Developers Must Watch: Ag Grid Introduction with the help of Apidog
In this tutorial, we dive deep into AG Grid, the industry-leading grid component for building powerful data-driven applications.
Whether you're a seasoned developer or just starting with React, this video is your ultimate guide to mastering AG Grid. We'll start from the basics, covering everything you need to know to get started, including installation, configuration, and integration with React. Additionally, we would discover a very convenient way to generate the mock data for our grid with the help of Apidog.
Apidog: apidog.com/
AG Grid themes: www.ag-grid.com/javascript-data-grid/themes/
Code from the tutorial: github.com/if-else-statement/ag-grid-tutorial-react
Thanks for watching!
มุมมอง: 104

วีดีโอ

Master Spring Boot: Build a REST API with MongoDB hosted on a cloud [2023]
มุมมอง 66911 หลายเดือนก่อน
In this tutorial, we are going to build a robust REST API with the help of a Spring Boot framework. This REST API will support main HTTP methods such as GET, POST, PUT, and DELETE and it is also going to be integrated with a NoSQL Mongo database which will be hosted on a cloud for free. Code from a tutorial is available here: github.com/if-else-statement/spring-boot-with-mongo-db Dependency Inj...
Spring Boot Made Easy: Beginner's Guide for 2023
มุมมอง 252ปีที่แล้ว
In this video, we'll explore the fundamental concepts of a Spring Boot Java framework. You will find out what the Spring Boot framework is and how it is used. Throughout the video, you will also explore how to leverage the power of Spring Boot by building a fully functional REST API. You'll witness firsthand how to handle HTTP methods such as GET, POST, PUT, and DELETE, empowering you to create...
Spring Boot Dependency Injection explained in simple words [2023]
มุมมอง 659ปีที่แล้ว
In this tutorial, you will learn about the dependency injection. We are going to use a Spring Boot Java framework to cover the dependency injection topic in this tutorial. We will talk about different Spring Boot annotations which are needed for dependency injection in Spring Boot. This includes @Autowired, @Component, @Service and @Repositiry annotations. However, even if you are not trying to...
How to send a DELETE request in Java? [2023]
มุมมอง 447ปีที่แล้ว
In this tutorial, you will learn how to send a DELETE HTTP request in Java REST API used in this tutorial: restful-api.dev Thanks for watching! #java #restapi
How to send a PATCH request in Java? [2023]
มุมมอง 3.5Kปีที่แล้ว
In this tutorial, you will learn how to send a PATCH HTTP request in Java. This tutorial covers two ways of sending a PATCH request to perform a partial update of a Resource. The first way is to send a PATCH request body as a plain String which represents a JSON and the second one is to send a Java Object by levering an ObjectMapper functionality. REST API used in this tutorial: restful-api.dev...
How to send a PUT request in Java to update a resource?
มุมมอง 1.5Kปีที่แล้ว
In this tutorial, you will learn how to send a PUT HTTP request in Java. This tutorial covers two ways of sending a PUT request in Java. The first way is to send a PUT request body as a plain String which represents a JSON and the second one is to send a Java Object by levering an ObjectMapper functionality. REST API used in this tutorial: restful-api.dev Code is available here: github.com/if-e...
How to send a POST request in Java
มุมมอง 16Kปีที่แล้ว
In this tutorial, you will learn how to send a POST HTTP request in Java. This tutorial covers two ways of sending a POST request in Java. The first way is to send a POST request body as a plain String which represents a JSON and the second one is to send a Java Object by levering an ObjectMapper functionality. REST API used in this tutorial: restful-api.dev Code is available here: github.com/i...
How to send a GET request and fetch a response as a JAVA OBJECT?
มุมมอง 9Kปีที่แล้ว
In this GET request tutorial, you will learn about what is a GET request, how to send it in Java, and how to convert the response from this request to a plain Java object using an ObjectMapper. Code: github.com/if-else-statement/get-request-java RestCountries API: restcountries.com/ Why I have used a StringBuilder and not a String in this tutorial when I have been fetching a response from a GET...
EVERYTHING you need to know about REGULAR EXPRESSIONS in JAVA in 2023
มุมมอง 22Kปีที่แล้ว
A Java Regex tutorial which covers all the main topics you need to know. In this tutorial, we are going to cover the regular expressions syntax and topics like Pattern and Matcher classes, groups in regular expressions, checking whether a string matches a regular expression or not and a Java regex replace functionality. All of this will give you a solid foundation of regular expressions in Java...
EVERYTHING you need to know about JAVA STREAMS [Includes practise exercises]
มุมมอง 1.1Kปีที่แล้ว
A Java Streams tutorial which covers all the main topics you need to know. In this tutorial, we are going to cover multiple ways to process sequences of elements using Java Stream API. We will cover different Java Streams functionalities, including things like filter, map, groupingBy, sorting, calculating averages, finding max and min values and we will talk a bit about parallel streams as well...
Unveiling the Hidden Secrets of SQL and NoSQL
มุมมอง 1832 ปีที่แล้ว
What does the SQL and NOSQL mean? What’s the difference between SQL and NoSQL and which one should your use? Let’s figure it out in this video! Thanks for watching!
Software Engineer Interview question: What is model-view-controller?
มุมมอง 2702 ปีที่แล้ว
What is MVC and how does it work? Watch this video to find out the answer! Thanks for watching! #mvc #software-development
Leetcode 378. Kth Smallest Element in a Sorted Matrix [Java]
มุมมอง 7K2 ปีที่แล้ว
Leetcode 378. Kth Smallest Element in a Sorted Matrix [Java]
Leetcode 454. 4Sum II [Java] Explained
มุมมอง 9482 ปีที่แล้ว
Leetcode 454. 4Sum II [Java] Explained
Leetcode 102. Binary Tree Level Order Traversal [Java]
มุมมอง 6342 ปีที่แล้ว
Leetcode 102. Binary Tree Level Order Traversal [Java]
Leetcode 1796. Second Largest Digit in a String [Java]
มุมมอง 5622 ปีที่แล้ว
Leetcode 1796. Second Largest Digit in a String [Java]
Leetcode 1897. Redistribute Characters to Make All Strings Equal [Java]
มุมมอง 9202 ปีที่แล้ว
Leetcode 1897. Redistribute Characters to Make All Strings Equal [Java]
Leetcode 766. Toeplitz Matrix [Java] | Leetcode Easy
มุมมอง 8462 ปีที่แล้ว
Leetcode 766. Toeplitz Matrix [Java] | Leetcode Easy
Leetcode 1232. Check If It Is a Straight Line [Java]
มุมมอง 5202 ปีที่แล้ว
Leetcode 1232. Check If It Is a Straight Line [Java]
Leetcode 205. Isomorphic Strings [Java]
มุมมอง 6K3 ปีที่แล้ว
Leetcode 205. Isomorphic Strings [Java]
Leetcode 678. Valid Parenthesis String [Java]
มุมมอง 8223 ปีที่แล้ว
Leetcode 678. Valid Parenthesis String [Java]
Leetcode 9. Palindrome Number [Java]
มุมมอง 5K3 ปีที่แล้ว
Leetcode 9. Palindrome Number [Java]
TOP 10 computer bugs in software history
มุมมอง 4.5K3 ปีที่แล้ว
TOP 10 computer bugs in software history
Leetcode 389. Find the Difference [Java] | GOOGLE coding interview question
มุมมอง 1.4K3 ปีที่แล้ว
Leetcode 389. Find the Difference [Java] | GOOGLE coding interview question
Leetcode 70. Climbing Stairs [Java] | Two best approaches
มุมมอง 7K3 ปีที่แล้ว
Leetcode 70. Climbing Stairs [Java] | Two best approaches
Leetcode 1496. Path Crossing [Java] | 2 ways to solve the problem
มุมมอง 5743 ปีที่แล้ว
Leetcode 1496. Path Crossing [Java] | 2 ways to solve the problem
Leetcode 35. Search Insert Position [Java] | Binary search explained
มุมมอง 2.3K3 ปีที่แล้ว
Leetcode 35. Search Insert Position [Java] | Binary search explained
Leetcode 518. Coin Change 2 [Java] | Dynamic programming question
มุมมอง 5023 ปีที่แล้ว
Leetcode 518. Coin Change 2 [Java] | Dynamic programming question
Leetcode 322. Coin Change [Java] | Amazon coding interview question
มุมมอง 1.6K3 ปีที่แล้ว
Leetcode 322. Coin Change [Java] | Amazon coding interview question

ความคิดเห็น

  • @TANISHQTHUSE
    @TANISHQTHUSE 3 วันที่ผ่านมา

    Nice approach man! Thank you

  • @touchskyfacts1391
    @touchskyfacts1391 6 วันที่ผ่านมา

    Wrong ans

  • @Antinormanisto
    @Antinormanisto 7 วันที่ผ่านมา

    Хелоу браthер thэнкью фор ёр эксплэнейшин. Лав ю вери мач

  • @seaumsiddiqui278
    @seaumsiddiqui278 11 วันที่ผ่านมา

    incredibly helpful! please create more Spring Boot tutorials. Also, a dedicated playlist for Spring Boot by you would be amazing and very helpful.

  • @beesettiswathi7162
    @beesettiswathi7162 21 วันที่ผ่านมา

    i have a doubt , i submitted the same code but my run time is 1ms why is it?....I'm not fully aware of time complexity ,still learning ..and got this doubt, please help

  • @beesettiswathi7162
    @beesettiswathi7162 21 วันที่ผ่านมา

    omg...thank you so much. Have watched a couple of videos but ur explanation is top notch

  • @hollowmoon_
    @hollowmoon_ 24 วันที่ผ่านมา

    дароу учитель

  • @adhishthatrisingh8057
    @adhishthatrisingh8057 หลายเดือนก่อน

    thank you

  • @junder93
    @junder93 หลายเดือนก่อน

    Can I apply all of this using Pycharm?

  • @KaijaKFanpages
    @KaijaKFanpages หลายเดือนก่อน

    Great work! Actually my first custom dataset I got working on pytorch. Tensorflow does not run on my GPU and the speed difference between CPU vs. GPU seems to be in the range of 15x faster. Does anybody know, how to convert this into VGG16? When I change the resnet18 to vgg16, it throws an error that vgg16 does not have "fc"-attribute. The internet tells me to substitute fc to classifier[0], but it starts to corrupt the data structure so that input <-> outputs do not match any more [32x10] <-> [4096x4096].

    • @ifelsestatement7803
      @ifelsestatement7803 หลายเดือนก่อน

      Unfortunately don't have an answer straight away to this problem, it might be different reasons :(

  • @sureshsharma9535
    @sureshsharma9535 หลายเดือนก่อน

    very good explanation sir

  • @yassreyt
    @yassreyt หลายเดือนก่อน

    f, i coded everything but couldn't get the if condition -- it was going outside the boundary tqsm

  • @user-ge1fh8xl2v
    @user-ge1fh8xl2v หลายเดือนก่อน

    are you going to implement resnet from scratch?

    • @ifelsestatement7803
      @ifelsestatement7803 หลายเดือนก่อน

      If really needed, I might add it to my todo list

  • @ahmadfarhadghafoori3369
    @ahmadfarhadghafoori3369 หลายเดือนก่อน

    I think you copy from somewhere else...

  • @ivanchl
    @ivanchl 2 หลายเดือนก่อน

    Beautiful

  • @ankurjha3990
    @ankurjha3990 2 หลายเดือนก่อน

    chumma solution

  • @neallyrice
    @neallyrice 2 หลายเดือนก่อน

    Is it possible to get a complete mapping from JSON to Java object without having to implement it beforehand (like you did with Country class)? Like a literal translation from the complete JSON string?

    • @ifelsestatement7803
      @ifelsestatement7803 2 หลายเดือนก่อน

      Yes, you can convert JSON to the Java hashmap where the key is the String and the value is an Object class. Does it answer your question? Thanks!

  • @amarnathreddysurapureddy9111
    @amarnathreddysurapureddy9111 2 หลายเดือนก่อน

    Is it possible to train the Annotated Custom dataset using pytorch? I want train a model using pytorch but annotated images from roboflow/cvit/supervision. I have 600 images. I Annotated 600 iamges with different labels .I want classify dog, cat, rabbit, cow and mouse. Is it possible?

  • @LUKEMAC514
    @LUKEMAC514 2 หลายเดือนก่อน

    Just came across this series and watched it all today. Great tutorials and explanations. Super underrated channel. Subscribers += 1

    • @ifelsestatement7803
      @ifelsestatement7803 2 หลายเดือนก่อน

      Thanks a lot for your comment! Really appreciate that!

  • @TerrenceShi
    @TerrenceShi 2 หลายเดือนก่อน

    Thank you so much! I just started learning Spring and this was extremely helpful.

    • @ifelsestatement7803
      @ifelsestatement7803 2 หลายเดือนก่อน

      Glad it helped you! I also have some tutorials on my channel about the Spring Boot and Dependency Injection. Might be useful to you in case if you are learning Spring :)

  • @richardnnaji9686
    @richardnnaji9686 3 หลายเดือนก่อน

    How can I tackle it without using Jackson

    • @ifelsestatement7803
      @ifelsestatement7803 3 หลายเดือนก่อน

      There are some other libraries that can offer alternative solutions but in general, Jackson is the most popular option. Why do you need to avoid using it?

  • @melissaayllon2256
    @melissaayllon2256 3 หลายเดือนก่อน

    It help me a lot🙌

    • @ifelsestatement7803
      @ifelsestatement7803 3 หลายเดือนก่อน

      Glad to hear that! Thanks for your comment!

  • @ship-yw7xk
    @ship-yw7xk 3 หลายเดือนก่อน

    Ты русский? Акцент похожий

    • @ifelsestatement7803
      @ifelsestatement7803 3 หลายเดือนก่อน

      Я из Латвии. Но русский также мой родной язык, так что акцент оттуда, да ;DD

  • @HR-pz7ts
    @HR-pz7ts 3 หลายเดือนก่อน

    amazing

  • @piragna5802
    @piragna5802 3 หลายเดือนก่อน

    Nice !!!

  • @cake5diamond249
    @cake5diamond249 3 หลายเดือนก่อน

    thanks bro!

  • @patho6777
    @patho6777 3 หลายเดือนก่อน

    This video is really well made. Thank you very much, it helped me alot with a school project.

    • @ifelsestatement7803
      @ifelsestatement7803 3 หลายเดือนก่อน

      Glad to hear that! Thank you for your comment!

  • @soltomoon3620
    @soltomoon3620 3 หลายเดือนก่อน

    you look like luka doncic

  • @hridaypatel5897
    @hridaypatel5897 3 หลายเดือนก่อน

    Great video man! Honestly , helped me a lot.

    • @ifelsestatement7803
      @ifelsestatement7803 3 หลายเดือนก่อน

      Glad to hear that! Thanks a lot for your comment!

  • @user-ud5cg3bo9e
    @user-ud5cg3bo9e 3 หลายเดือนก่อน

    just i want to ask you if this code work on case like this: 1 / \ 2 3 / \ / \ 4 5 6 7

  • @theweirdolikenoother
    @theweirdolikenoother 3 หลายเดือนก่อน

    This honestly the best regex video I have come across

    • @ifelsestatement7803
      @ifelsestatement7803 3 หลายเดือนก่อน

      Glad to hear that! Thanks a lot for your comment!

  • @devprollc
    @devprollc 3 หลายเดือนก่อน

    regex is hideous

  • @azthings7583
    @azthings7583 4 หลายเดือนก่อน

    Thanks a lot,I learned sth

    • @ifelsestatement7803
      @ifelsestatement7803 4 หลายเดือนก่อน

      Glad to hear that! Thanks for your comment!

  • @Steklopod
    @Steklopod 4 หลายเดือนก่อน

    Нихрена не объяснил. Чисто заготовку напечатал

    • @ifelsestatement7803
      @ifelsestatement7803 4 หลายเดือนก่อน

      Ну не знаю, вроде все должно быть понятно

  • @perasperaadastra777
    @perasperaadastra777 4 หลายเดือนก่อน

    well done!

  • @spaghettiking653
    @spaghettiking653 4 หลายเดือนก่อน

    This is smart, I went about it finding the point in the array where it stops being non-decreasing, and then checking the rest of the array is non-decreasing, AND then that the last element is less or equal to the first, but yours is way easier. GG

  • @anirudh514
    @anirudh514 4 หลายเดือนก่อน

    Thank you very much, this is very useful

    • @ifelsestatement7803
      @ifelsestatement7803 4 หลายเดือนก่อน

      You are welcome! Glad it helped you!

  • @chrissinclair8027
    @chrissinclair8027 4 หลายเดือนก่อน

    Went through the whole thing and learned a whole bunch. Other guided projects I've seen just fly through entire blocks of code and summarize what they do, but you went line by line and explained each individual step. Super appreciative of this! Thank you!

    • @ifelsestatement7803
      @ifelsestatement7803 4 หลายเดือนก่อน

      Thanks a lot for your comment! I am glad it helped you!

  • @carloslazarin
    @carloslazarin 4 หลายเดือนก่อน

    Interesting solution without sorting the array; thx for sharing

  • @q5grQCiooVyTzx9
    @q5grQCiooVyTzx9 5 หลายเดือนก่อน

    Nice solution and a great explanation! Thank you.

  • @foreveroyuncu2
    @foreveroyuncu2 5 หลายเดือนก่อน

    02:16 in Opera, RestMAN didnt have content type automatically, and i been getting errors. thanks for telling it. i really appreciate it

  • @vmjanardhanan3340
    @vmjanardhanan3340 5 หลายเดือนก่อน

    Awesome

  • @ece03abhisheksrivastava64
    @ece03abhisheksrivastava64 5 หลายเดือนก่อน

    Thank you sir for explanation but just a question at which line the api request is fired ( or api request is callled) like at connnection.setRequestMethod(); or connection.getResponseCode() ??

    • @raginiyampalli
      @raginiyampalli 5 หลายเดือนก่อน

      The actual API call is made when the connection is established and the request method is set. In this video, the API call occurs implicitly when the urlObj object's openConnection() method is called to establish a connection to the test url.

    • @neallyrice
      @neallyrice 2 หลายเดือนก่อน

      ​@@raginiyampalliHow so? If the method hadn't yet been set in line 9?

  • @lalittanna7101
    @lalittanna7101 6 หลายเดือนก่อน

    Great explanation mate, thanks!

  • @heyjoe5920
    @heyjoe5920 6 หลายเดือนก่อน

    Great explanation, thank you so much.

    • @ifelsestatement7803
      @ifelsestatement7803 6 หลายเดือนก่อน

      I am glad it helped you! Thak you for your comment!

  • @JyotismanBehera-wv1ru
    @JyotismanBehera-wv1ru 6 หลายเดือนก่อน

    int xor = 0; for(int val : nums){ xor ^= val; } return xor;

  • @TheDayStream
    @TheDayStream 6 หลายเดือนก่อน

    dziękuje

  • @prakashsingh-os2ht
    @prakashsingh-os2ht 6 หลายเดือนก่อน

    Hi I am getting this error while implementing it? Exception in monitor thread while connecting to server localhost:27017 com.mongodb.MongoSocketOpenException: Exception opening socket at com.mongodb.internal.connection.SocketStream.lambda$open$0(SocketStream.java:84) ~[mongodb-driver-core-4.11.1.jar:na] at java.base/java.util.Optional.orElseThrow(Optional.java:403) ~[na:na] at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:84) ~[mongodb-driver-core-4.11.1.jar:na] at com.mongodb.internal.connection.InternalStreamConnection.open(InternalStreamConnection.java:211) ~[mongodb-driver-core-4.11.1.jar:na] at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.lookupServerDescription(DefaultServerMonitor.java:196) ~[mongodb-driver-core-4.11.1.jar:na] at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:156) ~[mongodb-driver-core-4.11.1.jar:na] at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na] Caused by: java.net.ConnectException: Connection refused: no further information at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:542) ~[na:na] at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:597) ~[na:na] at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) ~[na:na] at java.base/java.net.Socket.connect(Socket.java:633) ~[na:na] at com.mongodb.internal.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:76) ~[mongodb-driver-core-4.11.1.jar:na] at com.mongodb.internal.connection.SocketStream.initializeSocket(SocketStream.java:104) ~[mongodb-driver-core-4.11.1.jar:na] at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:78) ~[mongodb-driver-core-4.11.1.jar:na] ... 4 common frames omitted

  • @tyjantefinn4791
    @tyjantefinn4791 7 หลายเดือนก่อน

    Where do I put a header for my API token?

    • @ifelsestatement7803
      @ifelsestatement7803 7 หลายเดือนก่อน

      It will look like this: connection.setRequestProperty("Authorization", "Bearer " + accessToken);

    • @tyjantefinn4791
      @tyjantefinn4791 6 หลายเดือนก่อน

      @@ifelsestatement7803 I actually solved it using this! try { HttpRequest httpRequest = HttpRequest.newBuilder() .uri(new URI(myAPIURL)) .header("Authorization", apiKey) .build(); } catch (URISyntaxException use) { use.printStackTrace(); } catch (Exception e) { e.printStackTrace(); }

  • @raj_kundalia
    @raj_kundalia 7 หลายเดือนก่อน

    thank you!

    • @ifelsestatement7803
      @ifelsestatement7803 7 หลายเดือนก่อน

      You are always welcome! Thanks for the comment!