Noutați

How To Create A React Responsive Grid

A grid is a powerful method to display a large volume of information to the users within a website. It allows users to perform various tasks like sorting, filtering, etc. In this article, we will tell you how to build enterprise-ready React data grids. The React grid layout is the React library that enables the creation of powerful grids if you use React in your front-end. However, robust and fully-responsive grids are critical requirements for many applications that process large amounts of information. You can have a better React responsive grid if you choose a modern enterprise-grade grid solution like Sencha GRUI, which has 100+ amazing data grid features. This article will describe how to create a React responsive grid and why you should use Sencha for better results. How Can You Create A Grid In React? First, let’s see how you can use React grid layout using a React data grid example. First, we will create a React app from scratch. To create the react app, you can use the ‘create-react-app’ command and create a sample application template.  Run npx create–react–app my-grid-app Run cd my–grid–app Next, you need to install the ‘react-grid-layout’  package, which contains the modern react grid components and functions you can use to create responsive grids. Following is the command to install the React grid.  npm install react–grid–layout Then we can start creating our React grid component. First, you must import the GridLayout Component from the ‘react-grid-layout’  package.  import GridLayout from “react-grid-layout”; How To Extend The React Component Class To Create The Grid? After importing it, extend the React component class and create a component class to start using the GridLayout. You can use the ‘data grid’ property set the width, height, x and y-axis, and minimum and maximum width of each child grid in the grid layout. class MyGrid extends React.Component {   render() {     return (                          1                            2                            3                     );   } } This will create a basic grid layout you can use to extend to add more functionalities to the UI. If you are unable to work with React grid view, this article might help you. Other libraries provide the same capability with more powerful features and efficiency that React give to the grid layout. Sencha GRUI is one such intuitive grid that you can use to build more modern and responsive web applications. How Can You Create A Grid In Sencha GRUI? GRUI by Sencha, which has been created using Ext JS grid, consists of more than 100 grid features and enables users to create enterprise-grade grid solutions for React UI. This grid provides all the features of the React grid layout, but it is easier to use and performs better. Let’s see how you can create a React grid using a Sencha react grid example that uses the “sencha-grid” package.   First, create a react application using the create-react-app command as in the previous example.  Run npx create–react–app my-grid-app Run cd my–grid–app Next, you must install the sencha sencha-grid component package using the following command. Run npm add @sencha/sencha–grid Then, after importing the React component from the beginning, you need to import the SenchaGrid and Column Components, the main components you can use to create the grid layout.  import React from “react”; import { SenchaGrid, Column […]

Read More

What Is Low Code And Why Do We Need Low Code App Development

In this technology era, the growth of digital services and evolving consumer needs have made companies seek faster ways for digital transformation. Low Code is an excellent solution adopted by companies worldwide to boost their digitalization. Yet, what is low code and what is a low code programming language? In this article, let’s find out what it is exactly. We’ll also discuss why we need Low Code, Pros and cons of Low Code, and some best Low Code platforms you can find in the market. What is low code? Low Code is a modern approach to software development that emphasizes little to no coding. It allows faster delivery of software with less manual coding. Furthermore, you don’t need extensive knowledge of programming languages to build apps with the Low Code approach. A low code application platform is a bunch of tools that facilitate low code development. It enables building applications visually with the help of modeling and a GUI. One key feature of low code platforms is their drag-and-drop layout builder. According to Gartner, more than 65% of software development projects will use low code approach by 2024. The pressure to produce digital solutions to cope with Covid 19 pandemic has further increased the adoption of this approach. Why do we need low code app development? The low code approach simplifies the development of sophisticated business apps. It allows you to easily build complete software rich with modern interfaces, integrations, and logic without writing thousands of complex code lines. The following are some major benefits you can gain through this low code application platform approach. Increased productivity – Since low code development speeds up application delivery, a project once took a few months now only takes a few days. Thus, low code has removed the time barrier from software development, paving the way for real innovation. Reduced Costs – The ability to deliver more apps in less time undoubtedly reduces the costs. However, it’s not the only driver of this cost savings. Low code also eliminates the need for more developers, cutting down hiring costs. Besides, Low Code platforms make everyone in an organization more productive without being limited to IT people. Improved business agility – In this rapidly evolving technology landscape, businesses must effectively adapt and respond to changing market conditions and potential opportunities. Building apps using traditional development approaches to cope with these needs can be tedious. Low code development tools aid the rapid development of systems that are capable of meeting numerous requirements. Enhanced customer experience – The impacts of low code development travel beyond the IT companies who are using it. The consequences of speedy development lead to better customer satisfaction. For instance, Low Code allows development companies to adapt to evolving market conditions and customer needs quickly. Best Low Code Platforms Businesses with the need to scale should search for effective ways to maximize their productivity. Investing in one of the best low code platforms might be a great solution to this endeavor. They are basically app builder software that includes intuitive and visual tools for users to build apps rapidly with less effort. PowerApps, Retool, Quixey, Creatio, GeneXus, Zoho Creator, Appian, and Mendix are some popular Low Code app development platforms. What Are The Pros Of Low Code Development? Mitigation of shadow IT – […]

Read More

Use Streaming Audit Events to connect your technology stack with GitLab and Pipedream

Gitlab recently released Streaming Audit Events to provide you real-time visibility into what happens inside your GitLab groups and projects. Whenever something happens, an event will be sent to the HTTPS destination of your choice. This is a great way to understand immediately when something has changed and if there is an action that needs to be taken. These events are often used to drive automation to update GitLab in response to certain actions, such as creating a new issue to onboard a team member when an account is added to a group, or to restore the correct value of a merge request approval setting if it is changed. We know that many users want to combine the streaming audit events with other data sets and tools they already work with. Taking automatic action in response to audit events happening can help ensure your GitLab groups and projects are always in the correct, compliant state. Pipedream simplifies the streaming audit event process Driving automation off of these events or combining the events with other data sets means the destination which will receive the events needs to be running and have logic in place for how to handle the events as they come in. This normally would require setting up and maintaining a server with high availability to receive events as they happen, run any automation scripts, and then process the events if they needed to be sent to another tool or combined with another data set. This is tricky to do right and an extra step that takes time. Enter our partner, Pipedream.  Pipedream lets you connect APIs, remarkably fast. This includes the new streaming audit events from GitLab. When you select the GitLab New Audit Events trigger in a Pipedream workflow, Pipedream will automatically register an HTTPS endpoint for audit events in your GitLab group: From there, Pipedream allows you to transform the data, forward it to any other tools using Pipedream’s prebuilt actions, or write any custom automation with code (i.e., Node.js, Python, Go, or Bash). Getting started with Pipedream and GitLab The video below shows an example of how to use GitLab streaming audit events and Pipedream together to automatically alert your security team if a sensitive project setting is changed. This is powerful because it ensures that your security teams can immediately take action when a change occurs and understand why it happened. This is just one example of what you can do with Pipedream and GitLab together. Pipedream allows you to use any GitLab API in response to an audit event: You can change the setting to its original value, add comments to issues, kick off pipelines, and more. You can also trigger any action in any of the 700+ other apps that it has built-in integrations with. Open source integration means everyone can contribute Pipedream and GitLab are both strong believers in open source. The integration is publicly available at the Pipedream repository, and contributions are welcome! We are excited to see what sort of workflows you create with Pipedream and GitLab together. Final thoughts In this post, we talked about the power of GitLab’s Streaming Audit Events to give you immediate visibility into your groups and projects and how Pipedream makes it easy to build and automate workflows based on those audit events. […]

Read More

How To Supercharge Your User Interface With Skia4Delphi

Skia is a very popular open-source 2D graphics library that provides common APIs that work across a variety of hardware and software platforms. It is interesting to note that is sponsored and managed by Google but it is available for use by anyone. In fact, it serves as the graphics engine for many web browsers today including Google Chrome, Chrome OS, Android, Mozilla Firefox, and Flutter to name a few.  The product has been around since 2005 and it has become part of most windows application development. The same thing goes with VCL and FireMonkey cross platform apps. Thanks to the Barbosa brothers from Brazil, the brilliant minds behind the Skia4Delphi library (with the encouragement of Embarcadero’s Ian Barker and Jim McKeeth). They were also hailed as 2021 Delphi Award winners for their impressive work. What you should know about Skia4Delphi Skia4Delphi is a cross-platform 2D graphics API for Delphi platforms based on Google’s Skia Graphics Library. It is a free-to-access library that provides major components/controls like TSkLottieAnimation, TSkPaintBox, and TSkSvg. In this webinar, we will take a deep dive to explore this useful library and discover how this can supercharge the user interface of your apps. The webinar will also discuss why it is more beneficial to use Vector graphics (SVG) than JPEG and PNG image formats. SVG and Lottie Animations make it easy for the designer to create smooth and high-resolution user interface templates. The webinar will also provide us with some cool demos including some visually stunning Shaders and how this language (SkSL) can effectively level up your interface with its beautiful 3D animations. One of the cool things about the Skia Shader Language is it works across all platforms, and it doesn’t require OpenGL or any special drivers to be installed on the platform. Some of the demos in this webinar will also show what exactly Skia4Delphi is capable of.  These samples include an interactive Brick game, a Star Trek data dashboard replica, and many other mobile demos showcasing Skia4Delphi’s full potential. We will also be introduced to Telegram Sticker Browser, a project that helps users browse Lottie animations and Telegram stickers more efficiently. To know more about the amazing Skia4Delphi library and how this can turbocharge your VCL and FMX apps, feel free to watch the Skia4Delphi webinar below. It is also interesting to note that Embarcadero Technologies is currently organizing a SKIA For Delphi Contest encouraging everyone to make their own GUI application using the Skia4Delphi features.

Read More

Everything You Need To Know About An IDE For Coding

Programmers write code on different operating systems like Windows, Linux, and Mac OS. Each OS has a dedicated IDE, but there’s a good selection of IDE tools out there when you’re searching for an IDE for coding. These include tools for writing, building and testing the code. Using an IDE gathers together a number of development tools under a single framework, application, or service that allows users to pinpoint coding errors to simplify application development. Let’s take a moment to examine what an IDE is and what it can do for developers. What is an IDE? The acronym IDE stands for Integrated Development Environment and facilitates the development of many applications. For example, a Windows IDE offers one central interface consisting of all the tools necessary for developers to create and deploy applications which are designed for the Windows operating system. These tools encompass the following four features: Code editorThe primary purpose behind designing code editors is to write and edit source code. These editors are also like text editors, but designers utilize code editors to simplify and enhance the process of writing and editing code. This is especially beneficial for developers as the coding phase becomes easier. CompilerWindows compiler helps transform the original code, written in human-readable form, into an executable machine-readable format. DebuggerDebuggers examine code and find errors in the way functions are executed. These help developers test and understand the flow of application programs. Code examination eliminates errors, so your program performs how you want it to. AutomationThese tools allow users to develop procedures within a program, making it easier to automate tasks and save time. Key features of the IDE for coding Some IDEs also come with the following three features: Class browserClass browser is used to reference the properties of an object-oriented class hierarchy. Object browserObject browser is used to examine object instances in a running application command. Class hierarchy diagramThe diagrams help programmers to visualize the structure of OOP code. How to make the right choice for IDE for coding? The choice you make is highly dependent on your needs as a developer. There’s nothing like an IDE which is perfect in every way for every person. The needs you may have when developing a specific application may change depending upon what you hope to achieve. However, below are a few pointers that you should consider before choosing an IDE that best meets your needs: The costEven though most of the IDEs are free, many of the addons may not be. Most of the paid IDEs come with premium features and support. When opting for an IDE like Delphi, it’s crucial to remember to choose according to the Windows app development requirements. Ease of useIDEs consisting of a considerable number of libraries and packages often can become complex and harder to use. This, however, is highly dependent on the implementation of these libraries. Server connectionAnother crucial aspect of choosing IDEs is to check if you can deploy your code to the server from your IDE. Why do developers use IDEs? IDEs help make programming less cumbersome by allowing users to program new applications quickly. This is because multiple utilities don’t need to be manually configured and integrated during the initial setup process. Also, by becoming familiar with a single integrated environment, developers do not […]

Read More

Battling toolchain technical debt

Developers love their tools. Operations teams love their tools. And security teams love their tools. As Dev, Sec, and Ops consolidate onto a single DevOps platform, toolchain technical debt becomes exponentially more costly and complex. “Tools should be in the background enabling excellent development, operations, and security practices. However, DevOps teams are often led by their tools rather than the other way around and that can hinder all aspects of the software development lifecycle (SDLC),” says Cindy Blake, CISSP, director of product and solutions marketing at GitLab. An April 2022 Gartner® report titled “Beware the DevOps Toolchain Debt Collector” notes that “many organizations find themselves with outdated, poorly governed, and unmanageable toolchains as they scale DevOps initiatives.” One of the key findings, according to Gartner, is that “most organizations create homegrown toolchains, often leveraging the tools beyond their functional design. This not only leads to a fragmented toolchain, but also creates complications when tooling needs to be scaled, replaced, or updated.” Toolchain technical debt introduces complexity as companies shift critical tasks such as reliability, governance, and compliance left in the SDLC. Discover how GitLab 15 can help your team deliver secure software, while maintaining compliance and automating manual processes. Save the date for our GitLab 15 launch event on June 23rd! No time for technical debt Few DevOps teams give toolchain upkeep the time and attention it requires. According to GitLab’s 2021 DevSecOps survey, nearly two-thirds of survey respondents, 61%, said they spend 20% or less of their time on toolchain integration and maintenance each month. “Developers face challenges and time constraints while maintaining these complex, stand-alone tool siloes, building fragility and technical debt that the [infrastructure and operations] leader has to deal with,” Gartner states. The research firm adds, “These outdated toolchains further increase overhead costs, magnify technical risks, add operational toil, and limit business agility.” Blake agrees: “Complex toolchains inhibit the ability to govern the software development and deployment process. Policies must be managed across tools and visibility into code changes and changes to its surrounding infrastructure become difficult to see and track. Time is wasted on managing the toolchain instead of value-added work.” Getting purpose-driven The remedy to toolchain sprawl and subsequent debt is to change strategy. Instead of putting energy into figuring out how to maintain one-off tools, DevOps teams should focus on how to enable processes and policies that support simplicity, control, and visibility across the SDLC. “These are the characteristics needed to meet reliability, governance, and compliance demands. A united platform like GitLab helps you do that,” Blake says. Gartner states: “Successful infrastructure and operations leaders reduce technical debt and sustainably scale DevOps toolchain initiatives across the organization by using a prioritized, iterative strategy that minimizes friction in making changes to toolchains and more quickly delivers customer value.” Adopting a purpose-built platform instead of a complex and ad-hoc toolchain also eases an organization’s ability to automate the SDLC. “Automation abstracts complexity away from the developer and provides guard rails so DevOps teams gain greater efficiency, accuracy, and consistency,” Blake says. In addition, automation reduces the audit footprint in terms of what needs oversight and inspection. Platforms also support automation throughout operations, including building and testing infrastructure as code, so that “you can eliminate the variables when you’re trying to debug an application,” she says. […]

Read More

How to ask smarter DevOps questions

GitLab has surveyed DevOps practitioners for more than five years now. In that time, we have come to know what questions to ask to understand how well teams are doing with DevOps. In sharing these 10 questions, we aim to help you assess your own team’s capabilities and achieve smarter, faster DevOps. How fast is your team releasing code today vs. one year ago? Tracking release speed is like taking the temperature of your DevOps team. You’d like to think everything is going well, but you might be surprised. Occasionally DevOps teams report to us they are actually releasing code more slowly than in the past. What stage(s) in the process are causing the most release delays? This question will shine a spotlight on the areas in your DevOps practice that simply don’t work. Spoiler alert: The answer will certainly be testing, though other things, from planning to code development and code review, might pop up, too. How automated is your DevOps process? Ask this, but don’t just focus on testing, tempting as that might be. Also think about what else in the software development lifecycle would benefit from automation. Consider what getting that time back would afford you. Could you assign your developers and ops pros to other business-critical projects? What’s been added to your DevOps tech stack over the last year? It’s good to look back and take inventory of the technology you have in play. This is also data that can help inform what your next steps might be, such as adopting GitOps, observability, or AI. How are your DevOps roles changing? If your team is like others we’ve heard from, (big) changes are happening. Devs are picking up tasks that have traditionally been owned by ops, ops is becoming anything from a DevOps coach to a platform engineer or a cloud expert, and security is likely now embedded in development teams. How does security integrate with DevOps in your organization? The most successful DevOps teams have figured out how to bridge the dev and sec divide. Whether your team has a security champion or actually embeds sec pros on the dev team, this is a critical piece in the process to release safer software faster. What advanced technologies are you using (or considering) in your DevOps practice? “Bots” can test code, AI can review code, and a low code/no code tool will make citizen developers out of anyone in the organization. Now is definitely the time to make sure your DevOps team is future-proofing the tech stack. Do you have a plan for governance and compliance of your software supply chain? To keep the software supply chain secure, DevOps teams need visibility into and control over the entire development lifecycle. Can you easily deal with audits or attestations of compliance? Mature governance and compliance processes are essential in all industries today, not just those that are highly regulated. What advanced practices are you using (or considering) in your DevOps environment? Whether it’s Infrastructure as Code (IaC), GitOps, or MLOps, cutting-edge practices can jumpstart your releases and bring new and interesting opportunities to DevOps teams. Do you regularly assess DevOps careers and roles on your team? Happy team members really are more productive, so consider this a PSA to keep career growth conversations a priority. In considering […]

Read More

External PostgreSQL 12 and 13 servers should be upgraded to the latest minor version

A bug in certain versions of PostgreSQL, called the use-after-free bug, can cause segmentation faults. If you are affected, you should upgrade. The affected PostgreSQL versions are: PostgreSQL 12 versions earlier than 12.7. The bug was patched in PostgreSQL 12.7. PostgreSQL 13 versions earlier than 13.3. The bug was patched in PostgreSQL 13.3. Which versions of GitLab could be affected? GitLab EE versions 14.9 and later are affected, if your version of PostgreSQL is an affected version. GitLab CE versions 15.1 and later are affected, if your version of PostgreSQL is an affected version. Omnibus GitLab instances using a bundled PostgreSQL server are not affected as they ship with patched versions of PostgreSQL, and no further action is needed. We strongly recommend all instances using an affected PostgreSQL version to upgrade to the latest minor version for PostgreSQL version 12 or 13. For more detailed information, review our issue on this problem. “External PostgreSQL 12.7- and 13.3- servers used with GitLab should be upgraded to the latest minor version.” – Yannis Roussos Click to tweet Sign up for GitLab’s twice-monthly newsletter

Read More

GitLab is the single source of truth for eCommerce provider

eCommerce platform provider Swell was built to give entrepreneurs the opportunity to build the online business that they envision. A GitLab customer since 2021, GitLab has been adopted as Swell’s one DevOps, project management, and support ticketing tool for the whole organization. It’s the foundational platform that the business works on. Swell is using GitLab Premium in many different areas, including for product development and to build the platform infrastructure, says Nico Bistolfi, vice president of technology. “GitLab is our source of truth for everything,” Bistolfi says. Now, Swell is looking into expanding its usage of the platform to leverage features such as code quality, automation, and other types of dynamic application security and static application security. GitLab for CI/CD Swell upgraded to the Premium version and the biggest advantage so far has been the review operations capability, Bistolfi says. The company has created environments for every merge request users make, and that replicates in production for testers to see what was changed, whether a fix was made, or how the new feature is working. “We could not go to our software development lifecycle today without the review ops. That’s something that is critical for us,” Bistolfi says. GitLab is used for both continuous integration (CI) and continuous deployment (CD). While building the CI/CD pipeline process is ongoing, Bistolfi says, “We are slowly changing it and relying more and more on GitLab” in areas, including application security. Before moving to GitLab, Swell was using bare-metal servers. The company now uses GitLab’s container management solutions and all API updates are happening through the platform. From inputting issues to resolution Everyone at Swell is using GitLab — not just developers — and for a variety of tasks. The company has created a way to process support tickets through the platform. Another use case is knowledge management. “We find ourselves making some decisions from comments in GitLab,” he says. The whole process from the time a ticket is created to being resolved is done within the platform. The company culture is about full information transparency, Bistolfi says, particularly since Swell is fully remote and employees work from 11 different countries. So one goal is to maintain asynchronous communication. When an issue is created in the platform, a little bit of coding is required, but he said non-developer users have adapted well. The feedback so far has been that using GitLab has been frictionless. Speed to delivery Initially, for some services, it took about 30 minutes to build and deploy an image. Now, the process has been decreased to between one and five minutes in most cases. Swell manually sets release dates for system improvements and, right now, there are about two a week. The company is working on automating the process for continuous delivery with the goal of soon having releases every couple of hours. Team play Swell manages team backlogs, sprints, milestones, and future work using its own flavor of Kanban with what Bistolfi calls “quick labels.” Engineering teams are being scaled and, in addition to Kanban, some projects are done using Scrum. Changing their GitLab configuration has let teams measure velocity better. A future goal is to gain visibility into team results, as well as use GitLab for project planning and management, he says. GitLab as a product and company Bistolfi […]

Read More

Check Out This Fun Brick Game Written In Delphi With Skia4Delphi

Picking the best User Interface framework for any windows application development is important and is beneficial for both developer and end-user. There is also a great number of third-party libraries in Delphi that you can use to level up your VCL or FMX apps and make them more visually appealing. Skia is probably one of the most powerful open-source 2D graphics libraries available today that provides a comprehensive 2D API that can be used across mobile, server, and desktop models to render images. We can also recall how Ian Barker managed to build a replica of the Star Trek data dashboard interface (LCARS) using the Skia4Delphi components. What else Skia4Delphi can do? Skia4Delphi is a fast-moving project under very active development and the possibilities of creating amazing interfaces using its powerful library are seemingly limitless. In this video which is an excerpt from the recently concluded Skia4Delphi webinar, we will get to see a demo showing what exactly Skia4Delphi is capable of. In this demo, we’ll see an interactive game similar to the classic Breakout game from the 80s. The sample comes with a simple form that contains TSKAnimatedPaintBox, one of the main components of Skia4Delphi. What makes it even more impressive is that the app only involves a few lines of codes. To top it all off, this Brick Game is a FireMonkey project! This means that this application can instantly work with multiple platforms such as Windows, macOS, Android, and iOS. To learn more about this amazing project that is done in Delphi using the Skia4Delphi library, feel free to watch the video below.

Read More