Infinite UITableView Scroll – Special Case
/0 Comments/in iOS, JSON, Swift, Technology infinite scroll, prefetching protocol, UITableView /by Dimitar ShopovskiWorking with loading large data, and displaying them in tables could cause a big delay if we try to display everything at once. The solution in cases like this is a combination of back-end and in-app solution. I’ve created a solution that uses the Apple Prefetching Protocol in combination with a back-end solution.
COVID-19′ effects on the future of conferences
/0 Comments/in Conference, Education, Technology, webinar covid, covid-19, virtual-conferences, webinar /by Shady EltobgyDuring unpredictable times such as these, it is highly required to adapt to effective alternatives for your scheduled meetings, events, or conferences. 2020 has proven that digital events are not only a powerful way for organizations to connect, but that they can also be profitable and drive results.
Spring Boot Internationalization using Resource Bundles
/0 Comments/in i18n, Java, Spring Boot, Technology i18n, internationalization, resource bundles, spring-boot /by Antonie ZafirovInternationalization, frequently abbreviated i18n, is the process of designing an application that can be translated into various languages. This is also supported in Spring boot. We will have a look at it and see how it can be easily achieved using Resource Bundles.
The practical guide – Part 3: Clean Architecture
/0 Comments/in Android, Architecture, Technology Android, clean architecture, clean code, onion architecture, uncle bob /by Elvedin SelimoskiFor creating applications that are robust, scalable, maintainable and testable, design patterns are not enough. You have to implement some architecture. Clean Architecture is one of the most popular architectures and we will implement it in an existing application.
Create an admin panel with Node.js and AdminBro
/0 Comments/in JavaScript, node.js, Technology adminbro, adminpanel, javascript, node.js /by Stefan SimonovskiAdminBro is an open-source package from Software Brothers that adds an auto-generated admin panel to your Node.js application.
This is how you can build a back-end admin dashboard for your Node.js app in a few lines of code.
Network printing with CUPS from Docker
/0 Comments/in Automation, CUPS, Docker, Infrastructure, Java, Printing, Technology CUPS, Network printing /by Jovan IvanovskiThe human task of people manually printing documents can be automated on the application level, by creating a scheduled task for printing documents on network printer via CUPS. The solution is containerized CUPS server with appropriate drivers and printer configuration and a cups client which triggers the print job.
Core features of next-generation JavaScript
/0 Comments/in Frontend, JavaScript, Technology ecmascript, esnext, frontend, javascript, technology /by Dimitar StefanovskiSince we are working with the modern frameworks or libraries of course it is strongly recommended to use the next-generation JS features. Let’s take an overview of the most used features together.
Improve your performance using JPA Entity Graph
/0 Comments/in Java, Spring Boot, Technology entity graph, jpa, springboot /by Filip TrajkovskiIf you are a web developer, you probably have developed some endpoint which has a slow response time. The issue for that might be that you are calling some 3rd party API, you have file processing or it might be how your entities are retrieved from the database.
Here is how to optimize your Spring Boot applications using JPA Entity Graph.
Providing Accessibility In Your iOS App (Basic Overview)
/0 Comments/in iOS, Technology accessibility, ada compliance, iOS /by Ivan VelkovWhen creating an iOS app, it is important to consider proper accessibility to ensure that everyone can have access to the software you provide. This can be done through proper scalability, simple design, appropriate readable text and much more.
What is CI? Continuous Integration Explained
/0 Comments/in Automation, Bitbucket, CI/CD, jenkins, Testing automation, Bitbucket, CI/CD, code-review, continuous integration, GitHub-Actions, jenkins, pipelines, pull-request, test-driven-development, testing, unittesting /by Darko Nikoloski“The earlier you catch defects, the cheaper they are to fix.” – David Farley
Learn what Continuous Integration is and the benefits it brings to your team and organisation!