Code Monkey home page Code Monkey logo

Hey there I'm Achraf TAFFAH


👨‍💻 About Me :

Achraf TAFFAH's Dev Card

  • 📚 Currently Software Engineer intern at Adria B&T, I'm continually honing my skills and contributing to innovative projects. With a strong foundation in Computer Science and hands-on experience in Java, Spring boot, ReactJs, I thrive in the dynamic world of software development.

  • ⏰ In my free time, I like to experiment with new technologies and explore different software development methodologies.

  • 📩 If you're interested in collaborating on a project or discussing the latest tech trends, feel free to reach out to me. I'm always up for a good conversation!

  • connect with me:

    Linkedin Badge Gmail Badge

Projects

My Secured auditing system

project example



Support:

H




GitHub Streak

Top Langs

Achraf Taffah's Projects

abstract-classes-polymorphism-in-c-hacker-rank-solution icon abstract-classes-polymorphism-in-c-hacker-rank-solution

Abstract base classes in C++ can only be used as base classes. Thus, they are allowed to have virtual member functions without definitions. A cache is a component that stores data so future requests for that data can be served faster. The data stored in a cache might be the results of an earlier computation, or the duplicates of data stored elsewhere. A cache hit occurs when the requested data can be found in a cache, while a cache miss occurs when it cannot. Cache hits are served by reading data from the cache which is faster than recomputing a result or reading from a slower data store. Thus, the more requests that can be served from the cache, the faster the system performs.

appwrite icon appwrite

Secure Backend Server for Web, Mobile & Flutter Developers 🚀 AKA the 100% open-source Firebase alternative.

chill icon chill

Scala extensions for the Kryo serialization library

class-c---hackerrank-solutions icon class-c---hackerrank-solutions

Classes in C++ are user defined types declared with keyword class that has data and functions . Although classes and structures have the same type of functionality, there are some basic differences. The data members of a class are private by default and the members of a structure are public by default. Along with storing multiple data in a common block, it also assigns some functions (known as methods) to manipulate/access them. It serves as the building block of Object Oriented Programming. It also has access specifiers, which restrict the access of member elements. The primarily used ones are the following: public: Public members (variables, methods) can be accessed from anywhere the code is visible. private: Private members can be accessed only by other member functions, and it can not be accessed outside of class.

components icon components

Component infrastructure and Material Design components for Angular

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.