Dev 88
Dev 88
  • 34
  • 37 410

Відео

Interactive Ruby, IRB - Learn Ruby for Beginners - part 02
Переглядів 144 місяці тому
#ruby #learnruby #ror #ruby #learnruby #ror #coding #japan #programming #beginners IRB, short for Interactive Ruby, is a quick way to explore the Ruby programming language and try out code without creating a file
How to Install Ruby - Learn Ruby for beginners - part 1
Переглядів 294 місяці тому
#ruby #learnruby #ror #coding #japan #programming #beginners Ruby has similar syntax to that of many programming languages like C and Java, so it is easy for Java and C programmers to learn. It supports mostly all the platforms like Windows, Mac, Linux. Ruby is based on many other languages like Perl, Lisp, Smalltalk, Eiffel and Ada. Official ruby website: www.ruby-lang.org/en/downloads/
How to connect express app to postgres and send JSON #coding #nodejs #expressjs #javascript
Переглядів 105 місяців тому
How to connect express app to postgres and send JSON #coding #nodejs #expressjs #javascript
08. How to connect express.js to Postgres database and send JSON response | Learn express.js
Переглядів 495 місяців тому
#nodejs #expressjs #postgres #sql #postgresql How to connect express app to postgres database 1. Install pg npm( npm install pg ) 2. Create database in postgres 3. Create a connection pool 4. Query data from database using the connection pool
07 How to add auto-reload to your Node JS app
Переглядів 1155 місяців тому
#nodejs #expressjs #node #backend #rest #restapis #javascript #js #json In this video we will learn how to auto reload nodejs/express.js applications using nodemon. Use the link below for the official documentation. www.npmjs.com/package/nodemon
06. Sending JSON Response with Express
Переглядів 405 місяців тому
#js #nodejs #express #expressjs #tutorials #learnjs #rest #restapis #json #api Learn how to send a JSON response from express application
02 .NET Core advantages - .NET vs .NET Core - Learn .NET Core Web API
Переглядів 5849 місяців тому
#dotnet #dotnetcore #dotnetdeveloper #api #interview In this video we will learn some of the advantages of using .net core framework compared to .net
01. Create a project - Dot Net Core Web API
Переглядів 349 місяців тому
#dotnet #dotnetcore #webapi #api #restapis
Set a default value for non existent key in python dict
Переглядів 39Рік тому
#python3 #pythondictionary #pythonprogramming #pythontricks #programming #tricks In this video you can learn how to set a default value for a non existant key in python dictionary.
Enums in Python, unique enum, auto values for enum
Переглядів 317Рік тому
Enums in Python, unique enum, auto values for enum
05. Loading Static Files in Express - Learn Express JS
Переглядів 1263 роки тому
05. Loading Static Files in Express - Learn Express JS
How CSRF token protects your web app
Переглядів 9 тис.3 роки тому
How CSRF token protects your web app
04. Passing data to views Handlebars - Learn Express JS
Переглядів 2033 роки тому
04. Passing data to views Handlebars - Learn Express JS
03- How routing works in Express? - Learn Express JS
Переглядів 1123 роки тому
03- How routing works in Express? - Learn Express JS
02. Express application generator | Learn Express.js
Переглядів 4483 роки тому
02. Express application generator | Learn Express.js
01. Install Express JS - Learn Express JS
Переглядів 8 тис.3 роки тому
01. Install Express JS - Learn Express JS
02. Install Python Flask - Learn Programming
Переглядів 253 роки тому
02. Install Python Flask - Learn Programming
01. Python Flask Introduction - Learn Programming
Переглядів 583 роки тому
01. Python Flask Introduction - Learn Programming
04. Basic Data types - Learn Python for beginners
Переглядів 193 роки тому
04. Basic Data types - Learn Python for beginners
03. comments - Learn Python for Beginners
Переглядів 113 роки тому
03. comments - Learn Python for Beginners
02. Syntax Vs Semantics - Learn Python For Beginners
Переглядів 3 тис.3 роки тому
02. Syntax Vs Semantics - Learn Python For Beginners
01. Python Introduction - python tutorial for beginners
Переглядів 713 роки тому
01. Python Introduction - python tutorial for beginners
02. Variables, Short variable syntax - Learn Go | Learn Programming
Переглядів 203 роки тому
02. Variables, Short variable syntax - Learn Go | Learn Programming
01. Go Introduction | Learn Go | Learn Programming
Переглядів 213 роки тому
01. Go Introduction | Learn Go | Learn Programming
Preventing SQL injection attacks | Python | Flask
Переглядів 8 тис.4 роки тому
Preventing SQL injection attacks | Python | Flask
Python Flask SQL Injection
Переглядів 5 тис.4 роки тому
Python Flask SQL Injection
2 Accept Input From Console | Learn C# for Beginners
Переглядів 234 роки тому
2 Accept Input From Console | Learn C# for Beginners
1 Hello C# | learn c# for beginners
Переглядів 214 роки тому
1 Hello C# | learn c# for beginners

КОМЕНТАРІ

  • @mugiwaranoshankss
    @mugiwaranoshankss 9 місяців тому

    thank you so much

  • @ladyblack679
    @ladyblack679 Рік тому

    Thank you!!!!!!!! woo hoo

  • @uidevguide
    @uidevguide Рік тому

    Hey i am trying to get data from java services and i am passing the token in header using interceptor in angular but still it say token missing any idea. Is their any limitation for request i am sending from angular httpclient

  • @maushgw
    @maushgw Рік тому

    Why not using my_dict.get('ageu', 'default value')?

  • @cyberninja80
    @cyberninja80 2 роки тому

    thank you very helpful

  • @dirkbirot2155
    @dirkbirot2155 2 роки тому

    How so you uncover a webvpage rhats redacted please if tou know

  • @vnlilman
    @vnlilman 2 роки тому

    how do I get to "express-series-en" on the bottom? Mine looks like ms-dos. The toolbars on mine say "problems, output, debug console and terminal", no sql console. not sure if i'm on a different mode(?)

    • @sudo-dev-88
      @sudo-dev-88 Рік тому

      express en series my folder name.

  • @louiseemily1214
    @louiseemily1214 2 роки тому

    Thank you! Really well explained :)

  • @prajaktagawali1437
    @prajaktagawali1437 2 роки тому

    Can u plz give us the whole code of this that will be easy for us to run on our machine

  • @vic9380
    @vic9380 2 роки тому

    What happens if App2 use AJAX to first GET the form HTML from App1, parse the html text to obtain the token string, then submit App2 with this token?

    • @sudo-dev-88
      @sudo-dev-88 Рік тому

      App2 won't be in Allowed domains you can configure that as well. You will get CORS error.

    • @vic9380
      @vic9380 Рік тому

      @@sudo-dev-88 If I configure App1 CORS policy to reject App2, then even without CSRF, I can already prevent App2. In this situation, it is not the CSRF that helped; it is simply CORS policy.

    • @khoroshoigra8388
      @khoroshoigra8388 Рік тому

      @@vic9380 it's another set of layer as security feature

  • @shaileshkumar-wi2sv
    @shaileshkumar-wi2sv 2 роки тому

    can this also protect csrf attacks with ?

    • @sudo-dev-88
      @sudo-dev-88 2 роки тому

      will be a different container. not sure about exactly what you are trying. If there is csrf in then it should.

    • @khoroshoigra8388
      @khoroshoigra8388 Рік тому

      if your web is protected with same origin policy so must not able to show

  • @AmanYadav-ch9lz
    @AmanYadav-ch9lz 2 роки тому

    Hey what about database, like how are you connecting everything

    • @sudo-dev-88
      @sudo-dev-88 2 роки тому

      that’s sql library used to connect.

  • @СтаниславПопов-ю3з

    Very helpful

  • @mrnobody_23
    @mrnobody_23 3 роки тому

    wow. nice

  • @odn1244
    @odn1244 3 роки тому

    Can you share the source code?

    • @sudo-dev-88
      @sudo-dev-88 3 роки тому

      currently I do not have the source code with me.

  • @akashsolanki3742
    @akashsolanki3742 3 роки тому

    Waiting for next vedio

    • @sudo-dev-88
      @sudo-dev-88 3 роки тому

      You can find the next video here ua-cam.com/video/oxGxI63wPY4/v-deo.html Thanks for the support 🙏

  • @akashsolanki3742
    @akashsolanki3742 3 роки тому

    thanks bro❤️

  • @sudo-dev-88
    @sudo-dev-88 4 роки тому

    Part 1 of the video ua-cam.com/video/gaAm8GgLdCk/v-deo.html