Git Product home page Git Product logo

Abdur Razzak's Projects

90daysofdevops icon 90daysofdevops

This repository is my documenting repository for learning the world of DevOps. I started this journey on the 1st January 2022 and I plan to run to March 31st for a complete 90-day romp on spending an hour a day including weekends to get a foundational knowledge across a lot of different areas that make up DevOps.

about-me icon about-me

The AboutMe app demonstrates how to work with LinearLayout using the Android Studio's Layout Edior. This app consists of a TextView to show text, an ImageView, and a ScrollView with scrollable text.This app consists of a field to enter a nickname, a DONE button and a text view to display the nickname. Once the user enters a nickname and tap the DONE button, the text view updates to show the entered nickname. The nickname can be updated by tapping the text view with data binding techniques used to eliminate findViewById() calls and access data from views.

algorithm icon algorithm

All types of Algorithm i learns is here with solid Code

androidtrivia icon androidtrivia

The completed app is a game in which the user answers three trivia questions about Android coding. If the user answers all three questions correctly, they win the game and can share their results.

bloggingapp icon bloggingapp

We are going to build a Blogging app with following functionalities. 1. There will be two types of user. Admin & Blogger. 2. One Admin type user’s account will be system generated when the application bootstrap for the first time (No Admin type user exists in app). 3. Admin will have following functionalities: a. Log in with username/password b. Create other Admin account c. Approve / Deactivate Blogger type user’s account d. Approve and publish Blog post e. Delete any blog post 4. Blogger will have following functionality before his/her account is approved by Admin: a. Create own account and send for Admin’s approval. 5. Blogger will have following functionalities after his/her account is approved by Admin: a. Log in with username / password b. Create blog post and send for admin’s approval c. Delete own blog post d. View other blogger’s approved blog post e. Comment on other blogger’s approved blog post f. (​Extra Feature for bonus points​) Like / Dislike other blogger’s approved blog post

busticketing icon busticketing

Bus Reservation System_ and tried to implement an Admin portal which can be operated over browsers and a series of REST APIs to interact with the system using mobile applications or frontend applications written for the browsers. The complete systems has two important actors : 1. Admin user 2. End user The _Admin user_ can access this application on browser (laptop or mobile/tablet, doesn't really matter as this is built using bootstrap, material design and is completely responsive) and can perform the following actions : 1. Signup 2. Login (Spring sessions) 3. Update their profile 4. Create an agency 5. Add buses to the agency 6. Add trips consisting of predefined stops and buses The _End user_ can use their mobile application (yet to be built, however the REST APIs are ready and could be used via Postman or Swagger) to perform the following actions : 1. Signup 2. Login (and get a JWT token) 3. List all available stops 4. Search a trip between any two stops 5. Filter search results with a date option 6. Book a ticket for a given trip schedule Admin interface and REST APIs both have their independent authentication mechanisms, the web application uses the cookie based authentication (provided by default by Spring security) and the REST API uses the JWT authentication for access. This application assumes the availability of 'MongoDB' installation on the localhost where the server will run or the use of docker-compose to boot up a mysqldb container and link the application with it within the realm of docker. Any changes that the admin users will do on the web portal will impact the search results of the end users, there will be certain use cases which you may find missing here, I hope you will appreciate that the overall idea was to present a way to create such an application completely inside the realm of Spring Boot and not to actually building a fully functional reservation system. The admin user interface is completely written in material design using Bootstrap v4 and is responsive to suite a variety of devices. The template engine used to render the admin views is Thymeleaf since the library is extremely extensible and its natural templating capability ensures templates can be prototyped without a back-end – which makes development very fast when compared with other popular template engines such as JSP.

contacts-app icon contacts-app

It's a very simple contact information save, delete, update read application using grails 3 and It's Covered, Entity Relationship, Image upload, Bootstrap 4 Design, jQuery, Controller, Service, TagLib etc.

converter-tool icon converter-tool

it's a simple spring boot projects can design a REST API to convert each sheet of a large Excel file with millions of data into separate CSV files, and return them as a zip folder using Spring Boot with batch processing

court-counter icon court-counter

It's a very simple android apps basically for beginning android learning like TextView. Button, ViewGroups LinearLayout or RelativeLayout, styling, scalling etc

cupertino-store icon cupertino-store

Why write a Cupertino app? The Material design language was created for any platform, not just Android. When you write a Material app in Flutter, it has the Material look and feel on all devices, even iOS. If you want your app to look like a standard iOS-styled app, then you would use the Cupertino library.

design-pattern-practice- icon design-pattern-practice-

Design pattern is so important technique to build great software development code so hare i can practice some design pattern code using java, hare is the tutorial link where i learn design pattern basics -> https://architecture.howtocode.com.bd/design_patterns/introduction.html

diceroller icon diceroller

It's a simple dice roller android application using kotlin for learning basic kotlin language from google codelab

e-porfolio icon e-porfolio

Students can create account with his varsity id and email. After completing his registration he can add his online activities like Stack Overflow, Github, Problem Solving, Online competition and so on. He can also include his projects (evaluated by teachers) and training details. Voluntary works he done.

employee-salary-disburse icon employee-salary-disburse

There are total six grades/ranks; Grade one is the highest and grade 6 is the lowest. There are total 10 employees at the company - grade one: 1, grade two: 1, grade three: 2, grade four: 2, grade five: 2, grade six: 2. Each employee has name, grade/rank, address, mobile and a bank account. The bank account has account type - savings/current, account name, account number, current balance, bank and branch name etc. The salary is divided into the following heads - Basic House rent - 20% of the basic Medical allowance - 15% of the basic The basic salary of the lowest grade will be taken as input. The basic of the others grade will be calculated as basic of the previous grade + 5000 taka. The company will have a main bank account. The initial balance will be taken as input. From the company account the salary will be transferred to the employees account. If during the salary transfer, the company bank account run out of money, there will be an input option to add more money to the account and than continue the salary payment.

excel-to-csv-convertion icon excel-to-csv-convertion

it's a simple spring boot projects can design a REST API to convert each sheet of a large Excel file with millions of data into separate CSV files, and return them as a zip folder using Spring Boot with batch processing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.