Developers Archives - Page 18 of 23 - Exotic Digital Access
  • Kangundo Road, Nairobi, Kenya
  • support@exoticdigitalaccess.co.ke
  • Opening Time : 07 AM - 10 PM
Kodeco Podcast: Mark Dalrymple – Podcast Vol2, S1 E3

Kodeco Podcast: Mark Dalrymple – Podcast Vol2, S1 E3

In this episode of the Kodeco podcast: Friend and and colleague of the show, Mark Dalrymple, joins us again to talk about many things including flying into OshKosh. In this episode of the Kodeco podcast: Friend and and colleague of the show, Mark Dalrymple, joins us again to talk about many things including flying into […]

Read More
Web Design & Development News: Collective #741

Web Design & Development News: Collective #741

Would you like to send us some news? The Collective features the latest news and resources from the web design & web development community. If you have spotted or created something that you’d like see published in the next issue, just submit the resource or article here. Source link

Read More
Develop Faster JS Apps: the Ultimate Guide to Web Workers

Develop Faster JS Apps: the Ultimate Guide to Web Workers

In this tutorial, we’ll introduce web workers and demonstrate how you can use them to address execution speed issues. Contents: JavaScript Non-blocking I/O Event-loop Long-running JavaScript Functions Web Workers Browser Worker Demonstration Server-side Web Worker Demonstration Alternatives to Node.js Workers Conclusion JavaScript programs in browsers and on the server run on a single processing thread. […]

Read More
Continuous delivery, meet continuous security

Continuous delivery, meet continuous security

As the security of software is becoming the top priority for more development teams worldwide, and more organizations adopt DevOps practices to manage code in production, the logistics and practicality of combining the two to automate security is on everyone’s mind. In the past, automated security testing used to be quite slow, resource intensive, and […]

Read More
Wondershare PDFelement: A Powerful and Affordable PDF Editor

Wondershare PDFelement: A Powerful and Affordable PDF Editor

In today’s market, many PDF editors can perform multiple tasks, from editing PDFs to converting a range of file formats into PDFs. With the number of PDF editors available today, it can be difficult to choose the best one tailored to your needs and budget. Options like Adobe Acrobat (the original PDF Editor) are quite […]

Read More
Large Screens & Foldables Tutorial for Android

Large Screens & Foldables Tutorial for Android

Learn how to build great user experiences for large screens & foldables in Android. Also learn how to design and test adaptive Android apps. Large screens are an important and fast-growing segment of active Android devices. There are more than 270 million large-screen Android devices in use. They include tablets, foldable devices and Chrome OS […]

Read More
Sketchy Pencil Effect with Three.js Post-Processing

Sketchy Pencil Effect with Three.js Post-Processing

From our sponsor: Get personalized content recommendations to make your emails more engaging. Sign up for Mailchimp today. In this tutorial, you’ll learn how to create a sketchy, pencil effect using Three.js post-processing. We’ll go through the steps for creating a custom post-processing render pass, implementing edge detection in WebGL, re-rendering the normal buffer […]

Read More
5 Ways to Make Your JavaScript More Functional

5 Ways to Make Your JavaScript More Functional

In this article, we’ll explain a little bit about what functional programming is, and then go through five ways you can make your JavaScript more functional in style. What is Functional Programming? Functional programming is a style of programming that uses functions and their application rather than lists of commands that are used in imperative […]

Read More