HariAgusWidakdo·Jul 31KOTLIN IS EVERYWHERE!Semua bisa dengan bahasa Kotlin :) Bismillah… Okei temen-temen jadi di pembahasan kali ini kita akan sedikit membahas apa aja sih yang bisa kita buat dari bahasa pemrograman Kotlin ini. Mungkin flashback sedikit ke belakang ya, jadi apa sih Kotlin? kotlin merupakan sebuah bahasa pemrograman dengan pengetikan statis yang berjalan pada Mesin Virtual Java ataupun menggunakan…Server Side2 min read
Phillip Besse·Jul 14Using Template Literals to Pass Input Selection Values as Search ParametersFor apps using server-side API requests, it is often critical to allow the user some sort of choice in what is returned via the request. …Server Side4 min read
Kyosuke ItoinDev Genius·Jul 9How to use golangPurpose As I know golang is getting popular nowadays, I would like to learn and share my knowledge about golang. What is golang? golang is an open source programming language developed by Google in 2009. Two of the most important features about golang are simplicity and concurrency. …Server Side5 min read
Dabrosca Nicola·Apr 1Swift ConcurrencyIn this tutorial we will explain how to implement recover data with concurrency. Create a server application To start we take into consideration the program developed in the last article where we created a server application with authentication functions and also a client that communicates with the server: https://medium.com/@simonaettari26/user-authentication-server-side-swift-with-vapor-2c9b0149268Server Side3 min read
Pranita Patil·Mar 24Node Js BasicsIntroduction Node.js is an open-source framework based on JavaScript. It was developed by Ryan Dahl in 2009. It is designed from the JavaScript V8 Engine of Google Chrome. Node.js allows the JavaScript to run on the machine – It allows access to the file system on the machine It listens to…Server Side4 min read
Daniel G. Alvesinlabmm4a·Mar 6Core PHP vs. LaravelSerá o framework superior à linguagem mãe? Daniel G. Alves 97550 | Universidade de Aveiro Resumo Laravel é possivelmente o framework que mais se popularizou no universo do PHP. Com uma documentação muito completa e uma vasta comunidade, esta tecnologia open-source, tem conquistado cada vez mais terreno. No entanto, este…Server Side7 min read
Fazle Rabbi·Dec 29, 2021CRUD operations with Node-Express and MongoDBLet’s start by introducing the players in a short manner. Node: Node or formally Node.js is a cross-platform run-time environment to create server-side in JavaScript. So basically Node allows us to use JavaScript as our server-side language. Express: Express is the most popular Node web framework for building web applications…Server Side3 min read
Tanzil Rehman·Updated Oct 16, 2021What is Server-Side Template Injection (SSTI)? And its basic deployment.This article explains basic SSTI — Content: Theory Stuff Practical Stuff Theory Stuff Before I can explain what is SSTI, let’s first conceptualise Template Engine (also called Template System or Web Template System). The following video does a very good job of explaining template and template engines What is a template and template engine? A template is a pattern used for making accurate copies of…Server Side6 min read
PyxlDavon·Oct 2, 2021How to add Google Captcha to your website (Server-side)Hi! I am going to show you how you can add Google Captcha to your website to prevent bots, floods, etc. Registration First of all, go to Google reCAPTCHA. You will see a page similar to this.Server Side3 min read
David Derrick Anyuru·Aug 15, 2021Read Evaluate Print Loop(REPL).In software development, there is a variety of computer programming languages such as C, C++, JavaScript, python. To interact with these programming languages most people use modern code editors such as VScode to write their code. …Server Side5 min read