Category: The Others
-
Electron packager tutorial
In this electron packager tutorial we will look at how to create MacOS, Windows and Linux executables with an app icon. This is also a continuation of the Electron app icon post, so start there if you haven’t read it (It’s short, i promise). View original article
-
IBM, Amazon & Microsoft are offering their blockchain technology as a service
Don & Alex Tapscott, authors of the Blockchain Revolution 2016, define the blockchain technology as an incorruptible digital ledger of economic transactions that can be programmed to record not just financial transactions, but virtually everything of value. View original article
-
Debugging React Like a Champ with VSCode
Gone are the days where I spend my time bouncing back and forth between terminal, browser and editor. Ain’t nobody got time for that! In this guide I will show you how to supercharge your React workflow with Visual Studio Code’s debugging features. View original article
-
thangchung/awesome-dotnet-core
Inspired by awesome, awesome-dotnet, awesome-nodejs, frontend-dev-bookmarks. Contributions are always welcome! Please take a look at the contribution guidelines pages first. We accept proprietary and commercial software too. View original article
-
Calling C++ from .Net Core
I was wondering what it takes to call native code from C# in .Net Core. Fortunately the P\Invoke APi is the same as it was in the old .net framework, and basically the same code works fine. The older tutorials contain quite a bit of information on the subject. View original article
-
Microservices in Java — A Second Look
So recently I published an article titled “Microservices in Java? Never.” And it seriously split the camps. View original article
-
Realm Upgrades Database-Centric Mobile Dev Platform
Realm has updated its mobile app development platform, adding a studio tool that gives developers new insights into stored data and interactions with that data, among other new features. Realm Platform 2. View original article
-
Using Swagger with ASP.net Core
Swagger is an auto-magically generated API documenting tool. It takes any standard Web API project and can generate amazing looking (And functioning) docs without a user having to write a single additional line of documentation. View original article
-
Using Swagger with ASP.net Core
Swagger is an auto-magically generated API documenting tool. It takes any standard Web API project and can generate amazing looking (And functioning) docs without a user having to write a single additional line of documentation. View original article
-
Oauth 2 with React Native
We’re going to be using React Native to make an iPhone app that can interact with a third party API secured by Oauth 2.0. The API that we’ll be using is the Dropbox Core API. This API allows you to manipulate files and folders in a user’s Dropbox account. View original article
-
OAuth 2 Simplified
This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol. The OAuth 2 spec can be a bit confusing to read, so I’ve written this post to help describe the terminology in a simplified format. View original article
-
Securing a Swagger API with OAuth2
In our previous article on Swagger, we defined a Player API modelling GET access to a Player resource. In this article, I show how to use Swagger’s security models to to deploy this API using an OAuth2 configuration. View original article
-
Responsive Design in React Native
Or how to fix a big problem with a few lines of code. React Native, is an awesome mobile framework.Either if you’re a web developper or a mobile one, you can build a great looking app in a few hours without too much hassle. View original article
-
Responsive Design in React Native
Or how to fix a big problem with a few lines of code. React Native, is an awesome mobile framework.Either if you’re a web developper or a mobile one, you can build a great looking app in a few hours without too much hassle. View original article
-
OWASP Top 10 for ASP.net Core – SQL Injection
OWASP, or the Open Web Application Security Project, is a non profit organization whose purpose is to promote secure web application development and design. While they run different workshops and events all over the world, you have probably heard of them because of the “OWASP Top Ten” project. View original article
-
Disabling the Intel Management Engine
View original article
-
Pretty print curl -i – Rob Allen’s DevNotes
What I would like to do is pretty print the body if it’s JSON or XML so that it’s easier to read. There are some tools out there, like jq which will format JSON, but they can’t seem to cope if the first part of the string is not JSON: To make this easier, you…
-
fullstackreact/react-daily-ui : 100 Days of React UI Interfaces : https : //codepen.io/collection/DoLZRm/4/
Check out the full CodePen collection here. We are excited to be partnering with Jack Oliver, a designer and developer who is embarking on an ambitious project to create 100 React UI components in 100 days. View original article